hl7v2 0.13.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -17
- package/cjs/constants.js +12 -0
- package/cjs/dictionary/2.1/dictionary.js +13 -0
- package/cjs/dictionary/2.1/index.js +6 -0
- package/cjs/dictionary/2.1/patches.js +30 -0
- package/cjs/dictionary/2.1/segments/ACC.js +30 -0
- package/cjs/dictionary/2.1/segments/ADD.js +15 -0
- package/cjs/dictionary/2.1/segments/BHS.js +92 -0
- package/cjs/dictionary/2.1/segments/BLG.js +30 -0
- package/cjs/dictionary/2.1/segments/BTS.js +29 -0
- package/cjs/dictionary/2.1/segments/DG1.js +112 -0
- package/cjs/dictionary/2.1/segments/DSC.js +15 -0
- package/cjs/dictionary/2.1/segments/DSP.js +43 -0
- package/cjs/dictionary/2.1/segments/ERR.js +16 -0
- package/cjs/dictionary/2.1/segments/EVN.js +38 -0
- package/cjs/dictionary/2.1/segments/FHS.js +92 -0
- package/cjs/dictionary/2.1/segments/FT1.js +168 -0
- package/cjs/dictionary/2.1/segments/FTS.js +22 -0
- package/cjs/dictionary/2.1/segments/GT1.js +152 -0
- package/cjs/dictionary/2.1/segments/IN1.js +326 -0
- package/cjs/dictionary/2.1/segments/MFI.js +53 -0
- package/cjs/dictionary/2.1/segments/MRG.js +29 -0
- package/cjs/dictionary/2.1/segments/MSA.js +45 -0
- package/cjs/dictionary/2.1/segments/MSH.js +107 -0
- package/cjs/dictionary/2.1/segments/NCK.js +15 -0
- package/cjs/dictionary/2.1/segments/NK1.js +43 -0
- package/cjs/dictionary/2.1/segments/NPU.js +24 -0
- package/cjs/dictionary/2.1/segments/NSC.js +71 -0
- package/cjs/dictionary/2.1/segments/NST.js +113 -0
- package/cjs/dictionary/2.1/segments/NTE.js +30 -0
- package/cjs/dictionary/2.1/segments/OBR.js +263 -0
- package/cjs/dictionary/2.1/segments/OBX.js +95 -0
- package/cjs/dictionary/2.1/segments/ORC.js +106 -0
- package/cjs/dictionary/2.1/segments/ORO.js +37 -0
- package/cjs/dictionary/2.1/segments/PID.js +152 -0
- package/cjs/dictionary/2.1/segments/PR1.js +104 -0
- package/cjs/dictionary/2.1/segments/PV1.js +379 -0
- package/cjs/dictionary/2.1/segments/QRD.js +97 -0
- package/cjs/dictionary/2.1/segments/QRF.js +43 -0
- package/cjs/dictionary/2.1/segments/RX1.js +214 -0
- package/cjs/dictionary/2.1/segments/UB1.js +170 -0
- package/cjs/dictionary/2.1/segments/URD.js +60 -0
- package/cjs/dictionary/2.1/segments/URS.js +43 -0
- package/cjs/dictionary/2.1/segments/index.js +41 -0
- package/cjs/dictionary/2.1/types/AD.js +44 -0
- package/cjs/dictionary/2.1/types/CE.js +44 -0
- package/cjs/dictionary/2.1/types/CK.js +26 -0
- package/cjs/dictionary/2.1/types/CM.js +6 -0
- package/cjs/dictionary/2.1/types/CM_MSG.js +20 -0
- package/cjs/dictionary/2.1/types/CN.js +38 -0
- package/cjs/dictionary/2.1/types/CQ.js +20 -0
- package/cjs/dictionary/2.1/types/DT.js +6 -0
- package/cjs/dictionary/2.1/types/FT.js +6 -0
- package/cjs/dictionary/2.1/types/ID.js +6 -0
- package/cjs/dictionary/2.1/types/IS.js +6 -0
- package/cjs/dictionary/2.1/types/NM.js +6 -0
- package/cjs/dictionary/2.1/types/PN.js +44 -0
- package/cjs/dictionary/2.1/types/SI.js +6 -0
- package/cjs/dictionary/2.1/types/ST.js +6 -0
- package/cjs/dictionary/2.1/types/TM.js +6 -0
- package/cjs/dictionary/2.1/types/TN.js +6 -0
- package/cjs/dictionary/2.1/types/TS.js +20 -0
- package/cjs/dictionary/2.1/types/TX.js +6 -0
- package/cjs/dictionary/2.1/types/VARIES.js +6 -0
- package/cjs/dictionary/2.1/types/index.js +23 -0
- package/cjs/dictionary/2.2/index.js +13 -0
- package/cjs/dictionary/2.2/segments/ACC.js +11 -0
- package/cjs/dictionary/2.2/segments/ADD.js +11 -0
- package/cjs/dictionary/2.2/segments/AL1.js +52 -0
- package/cjs/dictionary/2.2/segments/BHS.js +46 -0
- package/cjs/dictionary/2.2/segments/BLG.js +18 -0
- package/cjs/dictionary/2.2/segments/BTS.js +18 -0
- package/cjs/dictionary/2.2/segments/DG1.js +44 -0
- package/cjs/dictionary/2.2/segments/DSC.js +11 -0
- package/cjs/dictionary/2.2/segments/DSP.js +22 -0
- package/cjs/dictionary/2.2/segments/ERR.js +11 -0
- package/cjs/dictionary/2.2/segments/EVN.js +29 -0
- package/cjs/dictionary/2.2/segments/FHS.js +46 -0
- package/cjs/dictionary/2.2/segments/FT1.js +54 -0
- package/cjs/dictionary/2.2/segments/FTS.js +14 -0
- package/cjs/dictionary/2.2/segments/GT1.js +38 -0
- package/cjs/dictionary/2.2/segments/IN1.js +92 -0
- package/cjs/dictionary/2.2/segments/IN2.js +228 -0
- package/cjs/dictionary/2.2/segments/IN3.js +186 -0
- package/cjs/dictionary/2.2/segments/MFA.js +44 -0
- package/cjs/dictionary/2.2/segments/MFE.js +37 -0
- package/cjs/dictionary/2.2/segments/MRG.js +26 -0
- package/cjs/dictionary/2.2/segments/MSA.js +29 -0
- package/cjs/dictionary/2.2/segments/MSH.js +51 -0
- package/cjs/dictionary/2.2/segments/NCK.js +11 -0
- package/cjs/dictionary/2.2/segments/NK1.js +81 -0
- package/cjs/dictionary/2.2/segments/NPU.js +15 -0
- package/cjs/dictionary/2.2/segments/NSC.js +34 -0
- package/cjs/dictionary/2.2/segments/NST.js +55 -0
- package/cjs/dictionary/2.2/segments/NTE.js +18 -0
- package/cjs/dictionary/2.2/segments/OBR.js +143 -0
- package/cjs/dictionary/2.2/segments/OBX.js +78 -0
- package/cjs/dictionary/2.2/segments/ODS.js +37 -0
- package/cjs/dictionary/2.2/segments/ODT.js +29 -0
- package/cjs/dictionary/2.2/segments/OM1.js +310 -0
- package/cjs/dictionary/2.2/segments/OM2.js +85 -0
- package/cjs/dictionary/2.2/segments/OM3.js +64 -0
- package/cjs/dictionary/2.2/segments/OM4.js +115 -0
- package/cjs/dictionary/2.2/segments/OM5.js +36 -0
- package/cjs/dictionary/2.2/segments/OM6.js +29 -0
- package/cjs/dictionary/2.2/segments/ORC.js +99 -0
- package/cjs/dictionary/2.2/segments/PID.js +116 -0
- package/cjs/dictionary/2.2/segments/PR1.js +37 -0
- package/cjs/dictionary/2.2/segments/PRA.js +59 -0
- package/cjs/dictionary/2.2/segments/PV1.js +177 -0
- package/cjs/dictionary/2.2/segments/PV2.js +72 -0
- package/cjs/dictionary/2.2/segments/QRD.js +48 -0
- package/cjs/dictionary/2.2/segments/QRF.js +48 -0
- package/cjs/dictionary/2.2/segments/RQ1.js +59 -0
- package/cjs/dictionary/2.2/segments/RQD.js +78 -0
- package/cjs/dictionary/2.2/segments/RXA.js +92 -0
- package/cjs/dictionary/2.2/segments/RXC.js +37 -0
- package/cjs/dictionary/2.2/segments/RXD.js +114 -0
- package/cjs/dictionary/2.2/segments/RXE.js +177 -0
- package/cjs/dictionary/2.2/segments/RXG.js +121 -0
- package/cjs/dictionary/2.2/segments/RXO.js +128 -0
- package/cjs/dictionary/2.2/segments/RXR.js +36 -0
- package/cjs/dictionary/2.2/segments/STF.js +124 -0
- package/cjs/dictionary/2.2/segments/UB1.js +73 -0
- package/cjs/dictionary/2.2/segments/UB2.js +121 -0
- package/cjs/dictionary/2.2/segments/URD.js +29 -0
- package/cjs/dictionary/2.2/segments/URS.js +48 -0
- package/cjs/dictionary/2.2/segments/index.js +64 -0
- package/cjs/dictionary/2.2/types/AD.js +26 -0
- package/cjs/dictionary/2.2/types/CK.js +19 -0
- package/cjs/dictionary/2.2/types/CK_ACCOUNT_NO.js +32 -0
- package/cjs/dictionary/2.2/types/CM_ABS_RANGE.js +32 -0
- package/cjs/dictionary/2.2/types/CM_AUI.js +26 -0
- package/cjs/dictionary/2.2/types/CM_BATCH_TOTAL.js +20 -0
- package/cjs/dictionary/2.2/types/CM_CCD.js +20 -0
- package/cjs/dictionary/2.2/types/CM_DDI.js +26 -0
- package/cjs/dictionary/2.2/types/CM_DIN.js +20 -0
- package/cjs/dictionary/2.2/types/CM_DLD.js +20 -0
- package/cjs/dictionary/2.2/types/CM_DLT.js +32 -0
- package/cjs/dictionary/2.2/types/CM_DTN.js +20 -0
- package/cjs/dictionary/2.2/types/CM_EIP.js +20 -0
- package/cjs/dictionary/2.2/types/CM_ELD.js +32 -0
- package/cjs/dictionary/2.2/types/CM_FILLER.js +20 -0
- package/cjs/dictionary/2.2/types/CM_FINANCE.js +20 -0
- package/cjs/dictionary/2.2/types/CM_GROUP_ID.js +20 -0
- package/cjs/dictionary/2.2/types/CM_INTERNAL_LOCATION.js +56 -0
- package/cjs/dictionary/2.2/types/CM_JOB_CODE.js +20 -0
- package/cjs/dictionary/2.2/types/CM_LA1.js +20 -0
- package/cjs/dictionary/2.2/types/CM_LICENSE_NO.js +20 -0
- package/cjs/dictionary/2.2/types/CM_MOC.js +20 -0
- package/cjs/dictionary/2.2/types/CM_NDL.js +32 -0
- package/cjs/dictionary/2.2/types/CM_OCD.js +20 -0
- package/cjs/dictionary/2.2/types/CM_OSP.js +26 -0
- package/cjs/dictionary/2.2/types/CM_PARENT_RESULT.js +26 -0
- package/cjs/dictionary/2.2/types/CM_PAT_ID.js +38 -0
- package/cjs/dictionary/2.2/types/CM_PAT_ID_0192.js +39 -0
- package/cjs/dictionary/2.2/types/CM_PCF.js +26 -0
- package/cjs/dictionary/2.2/types/CM_PEN.js +20 -0
- package/cjs/dictionary/2.2/types/CM_PIP.js +32 -0
- package/cjs/dictionary/2.2/types/CM_PLACER.js +20 -0
- package/cjs/dictionary/2.2/types/CM_PLN.js +26 -0
- package/cjs/dictionary/2.2/types/CM_POSITION.js +26 -0
- package/cjs/dictionary/2.2/types/CM_PRACTITIONER.js +20 -0
- package/cjs/dictionary/2.2/types/CM_PTA.js +28 -0
- package/cjs/dictionary/2.2/types/CM_RANGE.js +20 -0
- package/cjs/dictionary/2.2/types/CM_RFR.js +50 -0
- package/cjs/dictionary/2.2/types/CM_RI.js +20 -0
- package/cjs/dictionary/2.2/types/CM_RMC.js +26 -0
- package/cjs/dictionary/2.2/types/CM_SPD.js +32 -0
- package/cjs/dictionary/2.2/types/CM_SPS.js +38 -0
- package/cjs/dictionary/2.2/types/CM_UVC.js +20 -0
- package/cjs/dictionary/2.2/types/CM_VR.js +20 -0
- package/cjs/dictionary/2.2/types/CN.js +62 -0
- package/cjs/dictionary/2.2/types/CN_PERSON.js +56 -0
- package/cjs/dictionary/2.2/types/CQ_QUANTITY.js +20 -0
- package/cjs/dictionary/2.2/types/SI.js +6 -0
- package/cjs/dictionary/2.2/types/TQ.js +68 -0
- package/cjs/dictionary/2.2/types/index.js +52 -0
- package/cjs/dictionary/2.3/index.js +13 -0
- package/cjs/dictionary/2.3/segments/ACC.js +52 -0
- package/cjs/dictionary/2.3/segments/ADD.js +13 -0
- package/cjs/dictionary/2.3/segments/AIG.js +109 -0
- package/cjs/dictionary/2.3/segments/AIL.js +95 -0
- package/cjs/dictionary/2.3/segments/AIP.js +95 -0
- package/cjs/dictionary/2.3/segments/AIS.js +81 -0
- package/cjs/dictionary/2.3/segments/AL1.js +17 -0
- package/cjs/dictionary/2.3/segments/APR.js +43 -0
- package/cjs/dictionary/2.3/segments/ARQ.js +171 -0
- package/cjs/dictionary/2.3/segments/AUT.js +80 -0
- package/cjs/dictionary/2.3/segments/BHS.js +81 -0
- package/cjs/dictionary/2.3/segments/BLG.js +26 -0
- package/cjs/dictionary/2.3/segments/BTS.js +25 -0
- package/cjs/dictionary/2.3/segments/CDM.js +103 -0
- package/cjs/dictionary/2.3/segments/CM0.js +85 -0
- package/cjs/dictionary/2.3/segments/CM1.js +29 -0
- package/cjs/dictionary/2.3/segments/CM2.js +36 -0
- package/cjs/dictionary/2.3/segments/CSP.js +36 -0
- package/cjs/dictionary/2.3/segments/CSR.js +120 -0
- package/cjs/dictionary/2.3/segments/CSS.js +29 -0
- package/cjs/dictionary/2.3/segments/CTD.js +58 -0
- package/cjs/dictionary/2.3/segments/CTI.js +29 -0
- package/cjs/dictionary/2.3/segments/DB1.js +66 -0
- package/cjs/dictionary/2.3/segments/DG1.js +140 -0
- package/cjs/dictionary/2.3/segments/DRG.js +82 -0
- package/cjs/dictionary/2.3/segments/DSC.js +13 -0
- package/cjs/dictionary/2.3/segments/DSP.js +38 -0
- package/cjs/dictionary/2.3/segments/EQL.js +37 -0
- package/cjs/dictionary/2.3/segments/ERQ.js +29 -0
- package/cjs/dictionary/2.3/segments/ERR.js +13 -0
- package/cjs/dictionary/2.3/segments/EVN.js +45 -0
- package/cjs/dictionary/2.3/segments/FAC.js +93 -0
- package/cjs/dictionary/2.3/segments/FHS.js +81 -0
- package/cjs/dictionary/2.3/segments/FT1.js +174 -0
- package/cjs/dictionary/2.3/segments/FTS.js +19 -0
- package/cjs/dictionary/2.3/segments/GOL.js +156 -0
- package/cjs/dictionary/2.3/segments/GT1.js +410 -0
- package/cjs/dictionary/2.3/segments/IAM.js +148 -0
- package/cjs/dictionary/2.3/segments/IN1.js +345 -0
- package/cjs/dictionary/2.3/segments/IN2.js +435 -0
- package/cjs/dictionary/2.3/segments/IN3.js +93 -0
- package/cjs/dictionary/2.3/segments/LCC.js +37 -0
- package/cjs/dictionary/2.3/segments/LCH.js +44 -0
- package/cjs/dictionary/2.3/segments/LDP.js +89 -0
- package/cjs/dictionary/2.3/segments/LOC.js +66 -0
- package/cjs/dictionary/2.3/segments/LRL.js +50 -0
- package/cjs/dictionary/2.3/segments/MFA.js +23 -0
- package/cjs/dictionary/2.3/segments/MFE.js +20 -0
- package/cjs/dictionary/2.3/segments/MFI.js +52 -0
- package/cjs/dictionary/2.3/segments/MRG.js +46 -0
- package/cjs/dictionary/2.3/segments/MSA.js +41 -0
- package/cjs/dictionary/2.3/segments/MSH.js +124 -0
- package/cjs/dictionary/2.3/segments/NCK.js +13 -0
- package/cjs/dictionary/2.3/segments/NK1.js +240 -0
- package/cjs/dictionary/2.3/segments/NPU.js +20 -0
- package/cjs/dictionary/2.3/segments/NSC.js +56 -0
- package/cjs/dictionary/2.3/segments/NST.js +99 -0
- package/cjs/dictionary/2.3/segments/NTE.js +25 -0
- package/cjs/dictionary/2.3/segments/OBR.js +271 -0
- package/cjs/dictionary/2.3/segments/OBX.js +93 -0
- package/cjs/dictionary/2.3/segments/ODS.js +10 -0
- package/cjs/dictionary/2.3/segments/ODT.js +11 -0
- package/cjs/dictionary/2.3/segments/OM1.js +270 -0
- package/cjs/dictionary/2.3/segments/OM2.js +59 -0
- package/cjs/dictionary/2.3/segments/OM3.js +40 -0
- package/cjs/dictionary/2.3/segments/OM4.js +74 -0
- package/cjs/dictionary/2.3/segments/OM5.js +23 -0
- package/cjs/dictionary/2.3/segments/OM6.js +18 -0
- package/cjs/dictionary/2.3/segments/ORC.js +96 -0
- package/cjs/dictionary/2.3/segments/PCR.js +179 -0
- package/cjs/dictionary/2.3/segments/PD1.js +100 -0
- package/cjs/dictionary/2.3/segments/PDC.js +114 -0
- package/cjs/dictionary/2.3/segments/PEO.js +191 -0
- package/cjs/dictionary/2.3/segments/PES.js +102 -0
- package/cjs/dictionary/2.3/segments/PID.js +176 -0
- package/cjs/dictionary/2.3/segments/PR1.js +108 -0
- package/cjs/dictionary/2.3/segments/PRA.js +23 -0
- package/cjs/dictionary/2.3/segments/PRB.js +184 -0
- package/cjs/dictionary/2.3/segments/PRC.js +139 -0
- package/cjs/dictionary/2.3/segments/PRD.js +71 -0
- package/cjs/dictionary/2.3/segments/PSH.js +108 -0
- package/cjs/dictionary/2.3/segments/PTH.js +51 -0
- package/cjs/dictionary/2.3/segments/PV1.js +338 -0
- package/cjs/dictionary/2.3/segments/PV2.js +231 -0
- package/cjs/dictionary/2.3/segments/QAK.js +23 -0
- package/cjs/dictionary/2.3/segments/QCK.js +15 -0
- package/cjs/dictionary/2.3/segments/QRD.js +83 -0
- package/cjs/dictionary/2.3/segments/QRF.js +54 -0
- package/cjs/dictionary/2.3/segments/RDF.js +22 -0
- package/cjs/dictionary/2.3/segments/RDT.js +14 -0
- package/cjs/dictionary/2.3/segments/RF1.js +85 -0
- package/cjs/dictionary/2.3/segments/RGS.js +30 -0
- package/cjs/dictionary/2.3/segments/ROL.js +64 -0
- package/cjs/dictionary/2.3/segments/RQ1.js +14 -0
- package/cjs/dictionary/2.3/segments/RQD.js +16 -0
- package/cjs/dictionary/2.3/segments/RXA.js +99 -0
- package/cjs/dictionary/2.3/segments/RXC.js +25 -0
- package/cjs/dictionary/2.3/segments/RXD.js +102 -0
- package/cjs/dictionary/2.3/segments/RXE.js +82 -0
- package/cjs/dictionary/2.3/segments/RXG.js +79 -0
- package/cjs/dictionary/2.3/segments/RXO.js +53 -0
- package/cjs/dictionary/2.3/segments/RXR.js +6 -0
- package/cjs/dictionary/2.3/segments/SCH.js +183 -0
- package/cjs/dictionary/2.3/segments/SPR.js +37 -0
- package/cjs/dictionary/2.3/segments/STF.js +110 -0
- package/cjs/dictionary/2.3/segments/TXA.js +175 -0
- package/cjs/dictionary/2.3/segments/UB1.js +160 -0
- package/cjs/dictionary/2.3/segments/UB2.js +60 -0
- package/cjs/dictionary/2.3/segments/URD.js +53 -0
- package/cjs/dictionary/2.3/segments/URS.js +54 -0
- package/cjs/dictionary/2.3/segments/VAR.js +50 -0
- package/cjs/dictionary/2.3/segments/VTQ.js +44 -0
- package/cjs/dictionary/2.3/segments/index.js +115 -0
- package/cjs/dictionary/2.3/types/AD.js +45 -0
- package/cjs/dictionary/2.3/types/CD.js +44 -0
- package/cjs/dictionary/2.3/types/CE.js +44 -0
- package/cjs/dictionary/2.3/types/CF.js +44 -0
- package/cjs/dictionary/2.3/types/CK.js +27 -0
- package/cjs/dictionary/2.3/types/CM_AUI.js +10 -0
- package/cjs/dictionary/2.3/types/CM_CCD.js +10 -0
- package/cjs/dictionary/2.3/types/CM_CCP.js +26 -0
- package/cjs/dictionary/2.3/types/CM_CD_ELECTRODE.js +20 -0
- package/cjs/dictionary/2.3/types/CM_CSU.js +50 -0
- package/cjs/dictionary/2.3/types/CM_DDI.js +10 -0
- package/cjs/dictionary/2.3/types/CM_DTN.js +10 -0
- package/cjs/dictionary/2.3/types/CM_EIP.js +13 -0
- package/cjs/dictionary/2.3/types/CM_ELD.js +13 -0
- package/cjs/dictionary/2.3/types/CM_LA1.js +99 -0
- package/cjs/dictionary/2.3/types/CM_MDV.js +20 -0
- package/cjs/dictionary/2.3/types/CM_MOC.js +13 -0
- package/cjs/dictionary/2.3/types/CM_MSG.js +20 -0
- package/cjs/dictionary/2.3/types/CM_NDL.js +56 -0
- package/cjs/dictionary/2.3/types/CM_OCD.js +10 -0
- package/cjs/dictionary/2.3/types/CM_OSD.js +74 -0
- package/cjs/dictionary/2.3/types/CM_OSP.js +10 -0
- package/cjs/dictionary/2.3/types/CM_PCF.js +16 -0
- package/cjs/dictionary/2.3/types/CM_PEN.js +11 -0
- package/cjs/dictionary/2.3/types/CM_PI.js +26 -0
- package/cjs/dictionary/2.3/types/CM_PLN.js +19 -0
- package/cjs/dictionary/2.3/types/CM_PRL.js +26 -0
- package/cjs/dictionary/2.3/types/CM_PTA.js +13 -0
- package/cjs/dictionary/2.3/types/CM_RFR.js +24 -0
- package/cjs/dictionary/2.3/types/CM_RI.js +13 -0
- package/cjs/dictionary/2.3/types/CM_RMC.js +14 -0
- package/cjs/dictionary/2.3/types/CM_SPS.js +13 -0
- package/cjs/dictionary/2.3/types/CM_UVC.js +10 -0
- package/cjs/dictionary/2.3/types/CM_WVI.js +20 -0
- package/cjs/dictionary/2.3/types/CN.js +43 -0
- package/cjs/dictionary/2.3/types/CNE.js +64 -0
- package/cjs/dictionary/2.3/types/CP.js +44 -0
- package/cjs/dictionary/2.3/types/CQ.js +20 -0
- package/cjs/dictionary/2.3/types/CX.js +45 -0
- package/cjs/dictionary/2.3/types/DLN.js +26 -0
- package/cjs/dictionary/2.3/types/DR.js +20 -0
- package/cjs/dictionary/2.3/types/DT.js +6 -0
- package/cjs/dictionary/2.3/types/ED.js +38 -0
- package/cjs/dictionary/2.3/types/EI.js +32 -0
- package/cjs/dictionary/2.3/types/FC.js +20 -0
- package/cjs/dictionary/2.3/types/FT.js +6 -0
- package/cjs/dictionary/2.3/types/HD.js +26 -0
- package/cjs/dictionary/2.3/types/ID.js +6 -0
- package/cjs/dictionary/2.3/types/IS.js +6 -0
- package/cjs/dictionary/2.3/types/JCC.js +20 -0
- package/cjs/dictionary/2.3/types/MA.js +44 -0
- package/cjs/dictionary/2.3/types/MO.js +20 -0
- package/cjs/dictionary/2.3/types/NA.js +32 -0
- package/cjs/dictionary/2.3/types/NM.js +6 -0
- package/cjs/dictionary/2.3/types/PL.js +62 -0
- package/cjs/dictionary/2.3/types/PPN.js +98 -0
- package/cjs/dictionary/2.3/types/PT.js +20 -0
- package/cjs/dictionary/2.3/types/QIP.js +20 -0
- package/cjs/dictionary/2.3/types/QSC.js +32 -0
- package/cjs/dictionary/2.3/types/RCD.js +26 -0
- package/cjs/dictionary/2.3/types/RI.js +20 -0
- package/cjs/dictionary/2.3/types/RP.js +32 -0
- package/cjs/dictionary/2.3/types/SCV.js +20 -0
- package/cjs/dictionary/2.3/types/SN.js +32 -0
- package/cjs/dictionary/2.3/types/ST.js +6 -0
- package/cjs/dictionary/2.3/types/TM.js +6 -0
- package/cjs/dictionary/2.3/types/TN.js +6 -0
- package/cjs/dictionary/2.3/types/TQ.js +19 -0
- package/cjs/dictionary/2.3/types/TS.js +14 -0
- package/cjs/dictionary/2.3/types/TX.js +6 -0
- package/cjs/dictionary/2.3/types/VARIES.js +6 -0
- package/cjs/dictionary/2.3/types/VH.js +32 -0
- package/cjs/dictionary/2.3/types/XAD.js +68 -0
- package/cjs/dictionary/2.3/types/XCN.js +92 -0
- package/cjs/dictionary/2.3/types/XON.js +56 -0
- package/cjs/dictionary/2.3/types/XPN.js +56 -0
- package/cjs/dictionary/2.3/types/XTN.js +62 -0
- package/cjs/dictionary/2.3/types/index.js +80 -0
- package/cjs/dictionary/2.3.1/index.js +13 -0
- package/cjs/dictionary/2.3.1/segments/ACC.js +21 -0
- package/cjs/dictionary/2.3.1/segments/ADD.js +12 -0
- package/cjs/dictionary/2.3.1/segments/AIG.js +6 -0
- package/cjs/dictionary/2.3.1/segments/AIL.js +18 -0
- package/cjs/dictionary/2.3.1/segments/AIP.js +17 -0
- package/cjs/dictionary/2.3.1/segments/AIS.js +11 -0
- package/cjs/dictionary/2.3.1/segments/AL1.js +50 -0
- package/cjs/dictionary/2.3.1/segments/APR.js +6 -0
- package/cjs/dictionary/2.3.1/segments/ARQ.js +30 -0
- package/cjs/dictionary/2.3.1/segments/AUT.js +10 -0
- package/cjs/dictionary/2.3.1/segments/BHS.js +41 -0
- package/cjs/dictionary/2.3.1/segments/BLG.js +19 -0
- package/cjs/dictionary/2.3.1/segments/BTS.js +18 -0
- package/cjs/dictionary/2.3.1/segments/CDM.js +18 -0
- package/cjs/dictionary/2.3.1/segments/CM0.js +23 -0
- package/cjs/dictionary/2.3.1/segments/CM1.js +11 -0
- package/cjs/dictionary/2.3.1/segments/CM2.js +14 -0
- package/cjs/dictionary/2.3.1/segments/CSP.js +6 -0
- package/cjs/dictionary/2.3.1/segments/CSR.js +31 -0
- package/cjs/dictionary/2.3.1/segments/CSS.js +14 -0
- package/cjs/dictionary/2.3.1/segments/CTD.js +23 -0
- package/cjs/dictionary/2.3.1/segments/CTI.js +6 -0
- package/cjs/dictionary/2.3.1/segments/DB1.js +27 -0
- package/cjs/dictionary/2.3.1/segments/DG1.js +42 -0
- package/cjs/dictionary/2.3.1/segments/DRG.js +14 -0
- package/cjs/dictionary/2.3.1/segments/DSC.js +11 -0
- package/cjs/dictionary/2.3.1/segments/DSP.js +22 -0
- package/cjs/dictionary/2.3.1/segments/EQL.js +17 -0
- package/cjs/dictionary/2.3.1/segments/ERQ.js +17 -0
- package/cjs/dictionary/2.3.1/segments/ERR.js +11 -0
- package/cjs/dictionary/2.3.1/segments/EVN.js +29 -0
- package/cjs/dictionary/2.3.1/segments/FAC.js +25 -0
- package/cjs/dictionary/2.3.1/segments/FHS.js +40 -0
- package/cjs/dictionary/2.3.1/segments/FT1.js +75 -0
- package/cjs/dictionary/2.3.1/segments/FTS.js +14 -0
- package/cjs/dictionary/2.3.1/segments/GOL.js +10 -0
- package/cjs/dictionary/2.3.1/segments/GT1.js +79 -0
- package/cjs/dictionary/2.3.1/segments/IN1.js +135 -0
- package/cjs/dictionary/2.3.1/segments/IN2.js +261 -0
- package/cjs/dictionary/2.3.1/segments/IN3.js +149 -0
- package/cjs/dictionary/2.3.1/segments/LCC.js +11 -0
- package/cjs/dictionary/2.3.1/segments/LCH.js +15 -0
- package/cjs/dictionary/2.3.1/segments/LDP.js +25 -0
- package/cjs/dictionary/2.3.1/segments/LOC.js +25 -0
- package/cjs/dictionary/2.3.1/segments/LRL.js +16 -0
- package/cjs/dictionary/2.3.1/segments/MFA.js +49 -0
- package/cjs/dictionary/2.3.1/segments/MFE.js +41 -0
- package/cjs/dictionary/2.3.1/segments/MRG.js +36 -0
- package/cjs/dictionary/2.3.1/segments/MSA.js +30 -0
- package/cjs/dictionary/2.3.1/segments/MSH.js +66 -0
- package/cjs/dictionary/2.3.1/segments/NCK.js +10 -0
- package/cjs/dictionary/2.3.1/segments/NK1.js +130 -0
- package/cjs/dictionary/2.3.1/segments/NPU.js +15 -0
- package/cjs/dictionary/2.3.1/segments/NSC.js +40 -0
- package/cjs/dictionary/2.3.1/segments/NST.js +48 -0
- package/cjs/dictionary/2.3.1/segments/NTE.js +25 -0
- package/cjs/dictionary/2.3.1/segments/OBR.js +162 -0
- package/cjs/dictionary/2.3.1/segments/OBX.js +81 -0
- package/cjs/dictionary/2.3.1/segments/ODS.js +37 -0
- package/cjs/dictionary/2.3.1/segments/ODT.js +27 -0
- package/cjs/dictionary/2.3.1/segments/OM1.js +196 -0
- package/cjs/dictionary/2.3.1/segments/OM2.js +51 -0
- package/cjs/dictionary/2.3.1/segments/OM3.js +43 -0
- package/cjs/dictionary/2.3.1/segments/OM4.js +71 -0
- package/cjs/dictionary/2.3.1/segments/OM5.js +21 -0
- package/cjs/dictionary/2.3.1/segments/OM6.js +17 -0
- package/cjs/dictionary/2.3.1/segments/ORC.js +128 -0
- package/cjs/dictionary/2.3.1/segments/PCR.js +23 -0
- package/cjs/dictionary/2.3.1/segments/PD1.js +24 -0
- package/cjs/dictionary/2.3.1/segments/PDC.js +20 -0
- package/cjs/dictionary/2.3.1/segments/PEO.js +20 -0
- package/cjs/dictionary/2.3.1/segments/PES.js +14 -0
- package/cjs/dictionary/2.3.1/segments/PID.js +124 -0
- package/cjs/dictionary/2.3.1/segments/PR1.js +43 -0
- package/cjs/dictionary/2.3.1/segments/PRA.js +64 -0
- package/cjs/dictionary/2.3.1/segments/PRC.js +28 -0
- package/cjs/dictionary/2.3.1/segments/PRD.js +28 -0
- package/cjs/dictionary/2.3.1/segments/PSH.js +6 -0
- package/cjs/dictionary/2.3.1/segments/PTH.js +13 -0
- package/cjs/dictionary/2.3.1/segments/PV1.js +193 -0
- package/cjs/dictionary/2.3.1/segments/PV2.js +82 -0
- package/cjs/dictionary/2.3.1/segments/QAK.js +13 -0
- package/cjs/dictionary/2.3.1/segments/QRD.js +47 -0
- package/cjs/dictionary/2.3.1/segments/QRF.js +44 -0
- package/cjs/dictionary/2.3.1/segments/RDF.js +6 -0
- package/cjs/dictionary/2.3.1/segments/RDT.js +12 -0
- package/cjs/dictionary/2.3.1/segments/RF1.js +6 -0
- package/cjs/dictionary/2.3.1/segments/RGS.js +6 -0
- package/cjs/dictionary/2.3.1/segments/ROL.js +18 -0
- package/cjs/dictionary/2.3.1/segments/RQ1.js +57 -0
- package/cjs/dictionary/2.3.1/segments/RQD.js +78 -0
- package/cjs/dictionary/2.3.1/segments/RXA.js +89 -0
- package/cjs/dictionary/2.3.1/segments/RXC.js +36 -0
- package/cjs/dictionary/2.3.1/segments/RXD.js +108 -0
- package/cjs/dictionary/2.3.1/segments/RXE.js +171 -0
- package/cjs/dictionary/2.3.1/segments/RXG.js +116 -0
- package/cjs/dictionary/2.3.1/segments/RXO.js +137 -0
- package/cjs/dictionary/2.3.1/segments/RXR.js +43 -0
- package/cjs/dictionary/2.3.1/segments/SCH.js +40 -0
- package/cjs/dictionary/2.3.1/segments/SPR.js +17 -0
- package/cjs/dictionary/2.3.1/segments/STF.js +128 -0
- package/cjs/dictionary/2.3.1/segments/TXA.js +22 -0
- package/cjs/dictionary/2.3.1/segments/UB1.js +75 -0
- package/cjs/dictionary/2.3.1/segments/UB2.js +106 -0
- package/cjs/dictionary/2.3.1/segments/URD.js +25 -0
- package/cjs/dictionary/2.3.1/segments/URS.js +43 -0
- package/cjs/dictionary/2.3.1/segments/VAR.js +11 -0
- package/cjs/dictionary/2.3.1/segments/VTQ.js +11 -0
- package/cjs/dictionary/2.3.1/segments/index.js +111 -0
- package/cjs/dictionary/2.3.1/types/AD.js +24 -0
- package/cjs/dictionary/2.3.1/types/AUI.js +26 -0
- package/cjs/dictionary/2.3.1/types/CCD.js +20 -0
- package/cjs/dictionary/2.3.1/types/CCP.js +26 -0
- package/cjs/dictionary/2.3.1/types/CD.js +22 -0
- package/cjs/dictionary/2.3.1/types/CE.js +13 -0
- package/cjs/dictionary/2.3.1/types/CF.js +13 -0
- package/cjs/dictionary/2.3.1/types/CK.js +18 -0
- package/cjs/dictionary/2.3.1/types/CN.js +34 -0
- package/cjs/dictionary/2.3.1/types/CNE.js +16 -0
- package/cjs/dictionary/2.3.1/types/CNS.js +74 -0
- package/cjs/dictionary/2.3.1/types/CP.js +14 -0
- package/cjs/dictionary/2.3.1/types/CSU.js +50 -0
- package/cjs/dictionary/2.3.1/types/CWE.js +62 -0
- package/cjs/dictionary/2.3.1/types/DDI.js +26 -0
- package/cjs/dictionary/2.3.1/types/DIN.js +20 -0
- package/cjs/dictionary/2.3.1/types/DLD.js +20 -0
- package/cjs/dictionary/2.3.1/types/DLT.js +32 -0
- package/cjs/dictionary/2.3.1/types/DR.js +6 -0
- package/cjs/dictionary/2.3.1/types/DTN.js +20 -0
- package/cjs/dictionary/2.3.1/types/ED.js +16 -0
- package/cjs/dictionary/2.3.1/types/EI.js +13 -0
- package/cjs/dictionary/2.3.1/types/EIP.js +20 -0
- package/cjs/dictionary/2.3.1/types/ELD.js +32 -0
- package/cjs/dictionary/2.3.1/types/FC.js +10 -0
- package/cjs/dictionary/2.3.1/types/FN.js +20 -0
- package/cjs/dictionary/2.3.1/types/HD.js +13 -0
- package/cjs/dictionary/2.3.1/types/JCC.js +14 -0
- package/cjs/dictionary/2.3.1/types/LA1.js +62 -0
- package/cjs/dictionary/2.3.1/types/LA2.js +104 -0
- package/cjs/dictionary/2.3.1/types/MOC.js +20 -0
- package/cjs/dictionary/2.3.1/types/MOP.js +20 -0
- package/cjs/dictionary/2.3.1/types/MSG.js +26 -0
- package/cjs/dictionary/2.3.1/types/NDL.js +74 -0
- package/cjs/dictionary/2.3.1/types/NR.js +20 -0
- package/cjs/dictionary/2.3.1/types/OCD.js +20 -0
- package/cjs/dictionary/2.3.1/types/OSD.js +74 -0
- package/cjs/dictionary/2.3.1/types/OSP.js +26 -0
- package/cjs/dictionary/2.3.1/types/PCF.js +26 -0
- package/cjs/dictionary/2.3.1/types/PI.js +26 -0
- package/cjs/dictionary/2.3.1/types/PIP.js +38 -0
- package/cjs/dictionary/2.3.1/types/PL.js +16 -0
- package/cjs/dictionary/2.3.1/types/PLN.js +32 -0
- package/cjs/dictionary/2.3.1/types/PN.js +44 -0
- package/cjs/dictionary/2.3.1/types/PPN.js +23 -0
- package/cjs/dictionary/2.3.1/types/PRL.js +26 -0
- package/cjs/dictionary/2.3.1/types/PT.js +13 -0
- package/cjs/dictionary/2.3.1/types/PTA.js +26 -0
- package/cjs/dictionary/2.3.1/types/QSC.js +10 -0
- package/cjs/dictionary/2.3.1/types/RCD.js +10 -0
- package/cjs/dictionary/2.3.1/types/RFR.js +50 -0
- package/cjs/dictionary/2.3.1/types/RMC.js +26 -0
- package/cjs/dictionary/2.3.1/types/SCV.js +10 -0
- package/cjs/dictionary/2.3.1/types/SI.js +6 -0
- package/cjs/dictionary/2.3.1/types/SPD.js +32 -0
- package/cjs/dictionary/2.3.1/types/SPS.js +50 -0
- package/cjs/dictionary/2.3.1/types/TQ.js +77 -0
- package/cjs/dictionary/2.3.1/types/UVC.js +20 -0
- package/cjs/dictionary/2.3.1/types/VID.js +26 -0
- package/cjs/dictionary/2.3.1/types/VR.js +20 -0
- package/cjs/dictionary/2.3.1/types/WVI.js +20 -0
- package/cjs/dictionary/2.3.1/types/WVS.js +20 -0
- package/cjs/dictionary/2.3.1/types/XAD.js +13 -0
- package/cjs/dictionary/2.3.1/types/XCN.js +30 -0
- package/cjs/dictionary/2.3.1/types/XON.js +14 -0
- package/cjs/dictionary/2.3.1/types/XPN.js +14 -0
- package/cjs/dictionary/2.3.1/types/index.js +69 -0
- package/cjs/dictionary/2.4/dictionary.js +13 -0
- package/cjs/dictionary/2.4/index.js +6 -0
- package/cjs/dictionary/2.4/patches.js +11 -0
- package/cjs/dictionary/2.4/segments/ABS.js +115 -0
- package/cjs/dictionary/2.4/segments/ACC.js +79 -0
- package/cjs/dictionary/2.4/segments/ADD.js +13 -0
- package/cjs/dictionary/2.4/segments/AFF.js +43 -0
- package/cjs/dictionary/2.4/segments/AIG.js +109 -0
- package/cjs/dictionary/2.4/segments/AIL.js +91 -0
- package/cjs/dictionary/2.4/segments/AIP.js +92 -0
- package/cjs/dictionary/2.4/segments/AIS.js +97 -0
- package/cjs/dictionary/2.4/segments/AL1.js +30 -0
- package/cjs/dictionary/2.4/segments/APR.js +46 -0
- package/cjs/dictionary/2.4/segments/ARQ.js +179 -0
- package/cjs/dictionary/2.4/segments/AUT.js +79 -0
- package/cjs/dictionary/2.4/segments/BHS.js +81 -0
- package/cjs/dictionary/2.4/segments/BLC.js +23 -0
- package/cjs/dictionary/2.4/segments/BLG.js +26 -0
- package/cjs/dictionary/2.4/segments/BTS.js +25 -0
- package/cjs/dictionary/2.4/segments/CDM.js +102 -0
- package/cjs/dictionary/2.4/segments/CM0.js +80 -0
- package/cjs/dictionary/2.4/segments/CM1.js +28 -0
- package/cjs/dictionary/2.4/segments/CM2.js +35 -0
- package/cjs/dictionary/2.4/segments/CNS.js +50 -0
- package/cjs/dictionary/2.4/segments/CSP.js +36 -0
- package/cjs/dictionary/2.4/segments/CSR.js +111 -0
- package/cjs/dictionary/2.4/segments/CSS.js +27 -0
- package/cjs/dictionary/2.4/segments/CTD.js +58 -0
- package/cjs/dictionary/2.4/segments/CTI.js +29 -0
- package/cjs/dictionary/2.4/segments/DB1.js +59 -0
- package/cjs/dictionary/2.4/segments/DG1.js +139 -0
- package/cjs/dictionary/2.4/segments/DRG.js +91 -0
- package/cjs/dictionary/2.4/segments/DSC.js +21 -0
- package/cjs/dictionary/2.4/segments/DSP.js +38 -0
- package/cjs/dictionary/2.4/segments/ECD.js +45 -0
- package/cjs/dictionary/2.4/segments/ECR.js +30 -0
- package/cjs/dictionary/2.4/segments/EDU.js +66 -0
- package/cjs/dictionary/2.4/segments/EQL.js +36 -0
- package/cjs/dictionary/2.4/segments/EQP.js +44 -0
- package/cjs/dictionary/2.4/segments/EQU.js +46 -0
- package/cjs/dictionary/2.4/segments/ERQ.js +26 -0
- package/cjs/dictionary/2.4/segments/ERR.js +13 -0
- package/cjs/dictionary/2.4/segments/EVN.js +49 -0
- package/cjs/dictionary/2.4/segments/FAC.js +87 -0
- package/cjs/dictionary/2.4/segments/FHS.js +81 -0
- package/cjs/dictionary/2.4/segments/FT1.js +174 -0
- package/cjs/dictionary/2.4/segments/FTS.js +19 -0
- package/cjs/dictionary/2.4/segments/GOL.js +155 -0
- package/cjs/dictionary/2.4/segments/GP1.js +47 -0
- package/cjs/dictionary/2.4/segments/GP2.js +115 -0
- package/cjs/dictionary/2.4/segments/GT1.js +400 -0
- package/cjs/dictionary/2.4/segments/IAM.js +155 -0
- package/cjs/dictionary/2.4/segments/IN1.js +320 -0
- package/cjs/dictionary/2.4/segments/IN2.js +410 -0
- package/cjs/dictionary/2.4/segments/IN3.js +107 -0
- package/cjs/dictionary/2.4/segments/INV.js +139 -0
- package/cjs/dictionary/2.4/segments/ISD.js +31 -0
- package/cjs/dictionary/2.4/segments/LAN.js +39 -0
- package/cjs/dictionary/2.4/segments/LCC.js +38 -0
- package/cjs/dictionary/2.4/segments/LCH.js +43 -0
- package/cjs/dictionary/2.4/segments/LDP.js +92 -0
- package/cjs/dictionary/2.4/segments/LOC.js +68 -0
- package/cjs/dictionary/2.4/segments/LRL.js +49 -0
- package/cjs/dictionary/2.4/segments/MFA.js +25 -0
- package/cjs/dictionary/2.4/segments/MFE.js +17 -0
- package/cjs/dictionary/2.4/segments/MFI.js +53 -0
- package/cjs/dictionary/2.4/segments/MRG.js +49 -0
- package/cjs/dictionary/2.4/segments/MSA.js +44 -0
- package/cjs/dictionary/2.4/segments/MSH.js +122 -0
- package/cjs/dictionary/2.4/segments/NCK.js +14 -0
- package/cjs/dictionary/2.4/segments/NDS.js +37 -0
- package/cjs/dictionary/2.4/segments/NK1.js +228 -0
- package/cjs/dictionary/2.4/segments/NPU.js +20 -0
- package/cjs/dictionary/2.4/segments/NSC.js +60 -0
- package/cjs/dictionary/2.4/segments/NST.js +101 -0
- package/cjs/dictionary/2.4/segments/NTE.js +29 -0
- package/cjs/dictionary/2.4/segments/OBR.js +277 -0
- package/cjs/dictionary/2.4/segments/OBX.js +112 -0
- package/cjs/dictionary/2.4/segments/ODS.js +14 -0
- package/cjs/dictionary/2.4/segments/ODT.js +18 -0
- package/cjs/dictionary/2.4/segments/OM1.js +263 -0
- package/cjs/dictionary/2.4/segments/OM2.js +59 -0
- package/cjs/dictionary/2.4/segments/OM3.js +42 -0
- package/cjs/dictionary/2.4/segments/OM4.js +77 -0
- package/cjs/dictionary/2.4/segments/OM5.js +24 -0
- package/cjs/dictionary/2.4/segments/OM6.js +18 -0
- package/cjs/dictionary/2.4/segments/OM7.js +185 -0
- package/cjs/dictionary/2.4/segments/ORC.js +124 -0
- package/cjs/dictionary/2.4/segments/ORG.js +101 -0
- package/cjs/dictionary/2.4/segments/PCR.js +177 -0
- package/cjs/dictionary/2.4/segments/PD1.js +164 -0
- package/cjs/dictionary/2.4/segments/PDA.js +74 -0
- package/cjs/dictionary/2.4/segments/PDC.js +110 -0
- package/cjs/dictionary/2.4/segments/PEO.js +189 -0
- package/cjs/dictionary/2.4/segments/PES.js +100 -0
- package/cjs/dictionary/2.4/segments/PID.js +232 -0
- package/cjs/dictionary/2.4/segments/PR1.js +130 -0
- package/cjs/dictionary/2.4/segments/PRA.js +54 -0
- package/cjs/dictionary/2.4/segments/PRB.js +184 -0
- package/cjs/dictionary/2.4/segments/PRC.js +136 -0
- package/cjs/dictionary/2.4/segments/PRD.js +68 -0
- package/cjs/dictionary/2.4/segments/PSH.js +108 -0
- package/cjs/dictionary/2.4/segments/PTH.js +49 -0
- package/cjs/dictionary/2.4/segments/PV1.js +318 -0
- package/cjs/dictionary/2.4/segments/PV2.js +316 -0
- package/cjs/dictionary/2.4/segments/QAK.js +49 -0
- package/cjs/dictionary/2.4/segments/QID.js +23 -0
- package/cjs/dictionary/2.4/segments/QPD.js +30 -0
- package/cjs/dictionary/2.4/segments/QRD.js +83 -0
- package/cjs/dictionary/2.4/segments/QRF.js +61 -0
- package/cjs/dictionary/2.4/segments/QRI.js +31 -0
- package/cjs/dictionary/2.4/segments/RCP.js +61 -0
- package/cjs/dictionary/2.4/segments/RDF.js +23 -0
- package/cjs/dictionary/2.4/segments/RDT.js +13 -0
- package/cjs/dictionary/2.4/segments/RF1.js +91 -0
- package/cjs/dictionary/2.4/segments/RGS.js +30 -0
- package/cjs/dictionary/2.4/segments/RMI.js +31 -0
- package/cjs/dictionary/2.4/segments/ROL.js +91 -0
- package/cjs/dictionary/2.4/segments/RQ1.js +21 -0
- package/cjs/dictionary/2.4/segments/RQD.js +25 -0
- package/cjs/dictionary/2.4/segments/RXA.js +109 -0
- package/cjs/dictionary/2.4/segments/RXC.js +35 -0
- package/cjs/dictionary/2.4/segments/RXD.js +129 -0
- package/cjs/dictionary/2.4/segments/RXE.js +117 -0
- package/cjs/dictionary/2.4/segments/RXG.js +87 -0
- package/cjs/dictionary/2.4/segments/RXO.js +90 -0
- package/cjs/dictionary/2.4/segments/RXR.js +28 -0
- package/cjs/dictionary/2.4/segments/SAC.js +328 -0
- package/cjs/dictionary/2.4/segments/SCH.js +190 -0
- package/cjs/dictionary/2.4/segments/SID.js +37 -0
- package/cjs/dictionary/2.4/segments/SPR.js +34 -0
- package/cjs/dictionary/2.4/segments/STF.js +148 -0
- package/cjs/dictionary/2.4/segments/TCC.js +110 -0
- package/cjs/dictionary/2.4/segments/TCD.js +67 -0
- package/cjs/dictionary/2.4/segments/TXA.js +171 -0
- package/cjs/dictionary/2.4/segments/UB1.js +149 -0
- package/cjs/dictionary/2.4/segments/UB2.js +63 -0
- package/cjs/dictionary/2.4/segments/URD.js +54 -0
- package/cjs/dictionary/2.4/segments/URS.js +54 -0
- package/cjs/dictionary/2.4/segments/VAR.js +49 -0
- package/cjs/dictionary/2.4/segments/VTQ.js +43 -0
- package/cjs/dictionary/2.4/segments/index.js +141 -0
- package/cjs/dictionary/2.4/types/AD.js +45 -0
- package/cjs/dictionary/2.4/types/AUI.js +10 -0
- package/cjs/dictionary/2.4/types/CD.js +39 -0
- package/cjs/dictionary/2.4/types/CE.js +42 -0
- package/cjs/dictionary/2.4/types/CF.js +44 -0
- package/cjs/dictionary/2.4/types/CK.js +27 -0
- package/cjs/dictionary/2.4/types/CN.js +43 -0
- package/cjs/dictionary/2.4/types/CNE.js +59 -0
- package/cjs/dictionary/2.4/types/CNN.js +74 -0
- package/cjs/dictionary/2.4/types/CP.js +43 -0
- package/cjs/dictionary/2.4/types/CQ.js +20 -0
- package/cjs/dictionary/2.4/types/CWE.js +13 -0
- package/cjs/dictionary/2.4/types/CX.js +57 -0
- package/cjs/dictionary/2.4/types/DLD.js +10 -0
- package/cjs/dictionary/2.4/types/DLN.js +26 -0
- package/cjs/dictionary/2.4/types/DR.js +19 -0
- package/cjs/dictionary/2.4/types/DT.js +6 -0
- package/cjs/dictionary/2.4/types/DTM.js +6 -0
- package/cjs/dictionary/2.4/types/ED.js +38 -0
- package/cjs/dictionary/2.4/types/EI.js +32 -0
- package/cjs/dictionary/2.4/types/FC.js +20 -0
- package/cjs/dictionary/2.4/types/FN.js +32 -0
- package/cjs/dictionary/2.4/types/FT.js +6 -0
- package/cjs/dictionary/2.4/types/HD.js +26 -0
- package/cjs/dictionary/2.4/types/ID.js +6 -0
- package/cjs/dictionary/2.4/types/IS.js +6 -0
- package/cjs/dictionary/2.4/types/JCC.js +19 -0
- package/cjs/dictionary/2.4/types/MA.js +44 -0
- package/cjs/dictionary/2.4/types/MO.js +20 -0
- package/cjs/dictionary/2.4/types/NA.js +32 -0
- package/cjs/dictionary/2.4/types/NDL.js +10 -0
- package/cjs/dictionary/2.4/types/NM.js +6 -0
- package/cjs/dictionary/2.4/types/OCD.js +10 -0
- package/cjs/dictionary/2.4/types/PL.js +59 -0
- package/cjs/dictionary/2.4/types/PN.js +13 -0
- package/cjs/dictionary/2.4/types/PPN.js +113 -0
- package/cjs/dictionary/2.4/types/PT.js +18 -0
- package/cjs/dictionary/2.4/types/QIP.js +20 -0
- package/cjs/dictionary/2.4/types/QSC.js +31 -0
- package/cjs/dictionary/2.4/types/RCD.js +25 -0
- package/cjs/dictionary/2.4/types/RFR.js +10 -0
- package/cjs/dictionary/2.4/types/RI.js +20 -0
- package/cjs/dictionary/2.4/types/RP.js +32 -0
- package/cjs/dictionary/2.4/types/SAD.js +26 -0
- package/cjs/dictionary/2.4/types/SCV.js +20 -0
- package/cjs/dictionary/2.4/types/SN.js +32 -0
- package/cjs/dictionary/2.4/types/SRT.js +20 -0
- package/cjs/dictionary/2.4/types/ST.js +6 -0
- package/cjs/dictionary/2.4/types/TM.js +6 -0
- package/cjs/dictionary/2.4/types/TN.js +6 -0
- package/cjs/dictionary/2.4/types/TQ.js +20 -0
- package/cjs/dictionary/2.4/types/TS.js +14 -0
- package/cjs/dictionary/2.4/types/TX.js +6 -0
- package/cjs/dictionary/2.4/types/VARIES.js +6 -0
- package/cjs/dictionary/2.4/types/VH.js +32 -0
- package/cjs/dictionary/2.4/types/WVS.js +6 -0
- package/cjs/dictionary/2.4/types/XAD.js +74 -0
- package/cjs/dictionary/2.4/types/XCN.js +104 -0
- package/cjs/dictionary/2.4/types/XON.js +55 -0
- package/cjs/dictionary/2.4/types/XPN.js +72 -0
- package/cjs/dictionary/2.4/types/XTN.js +62 -0
- package/cjs/dictionary/2.4/types/index.js +64 -0
- package/cjs/dictionary/2.5/index.js +13 -0
- package/cjs/dictionary/2.5/segments/ACC.js +26 -0
- package/cjs/dictionary/2.5/segments/ADD.js +11 -0
- package/cjs/dictionary/2.5/segments/AFF.js +10 -0
- package/cjs/dictionary/2.5/segments/AIL.js +19 -0
- package/cjs/dictionary/2.5/segments/AIP.js +21 -0
- package/cjs/dictionary/2.5/segments/AIS.js +6 -0
- package/cjs/dictionary/2.5/segments/AL1.js +42 -0
- package/cjs/dictionary/2.5/segments/ARQ.js +25 -0
- package/cjs/dictionary/2.5/segments/AUT.js +10 -0
- package/cjs/dictionary/2.5/segments/BHS.js +48 -0
- package/cjs/dictionary/2.5/segments/BLC.js +10 -0
- package/cjs/dictionary/2.5/segments/BLG.js +26 -0
- package/cjs/dictionary/2.5/segments/BPO.js +109 -0
- package/cjs/dictionary/2.5/segments/BPX.js +158 -0
- package/cjs/dictionary/2.5/segments/BTS.js +17 -0
- package/cjs/dictionary/2.5/segments/BTX.js +146 -0
- package/cjs/dictionary/2.5/segments/CDM.js +19 -0
- package/cjs/dictionary/2.5/segments/CER.js +234 -0
- package/cjs/dictionary/2.5/segments/CM0.js +23 -0
- package/cjs/dictionary/2.5/segments/CM1.js +10 -0
- package/cjs/dictionary/2.5/segments/CM2.js +10 -0
- package/cjs/dictionary/2.5/segments/CSR.js +30 -0
- package/cjs/dictionary/2.5/segments/CSS.js +13 -0
- package/cjs/dictionary/2.5/segments/CTD.js +10 -0
- package/cjs/dictionary/2.5/segments/DB1.js +29 -0
- package/cjs/dictionary/2.5/segments/DG1.js +51 -0
- package/cjs/dictionary/2.5/segments/DRG.js +10 -0
- package/cjs/dictionary/2.5/segments/DSC.js +11 -0
- package/cjs/dictionary/2.5/segments/DSP.js +22 -0
- package/cjs/dictionary/2.5/segments/ECD.js +10 -0
- package/cjs/dictionary/2.5/segments/ECR.js +10 -0
- package/cjs/dictionary/2.5/segments/EDU.js +17 -0
- package/cjs/dictionary/2.5/segments/EQL.js +10 -0
- package/cjs/dictionary/2.5/segments/ERQ.js +17 -0
- package/cjs/dictionary/2.5/segments/ERR.js +96 -0
- package/cjs/dictionary/2.5/segments/EVN.js +31 -0
- package/cjs/dictionary/2.5/segments/FAC.js +21 -0
- package/cjs/dictionary/2.5/segments/FHS.js +48 -0
- package/cjs/dictionary/2.5/segments/FT1.js +111 -0
- package/cjs/dictionary/2.5/segments/FTS.js +14 -0
- package/cjs/dictionary/2.5/segments/GOL.js +10 -0
- package/cjs/dictionary/2.5/segments/GP2.js +13 -0
- package/cjs/dictionary/2.5/segments/GT1.js +75 -0
- package/cjs/dictionary/2.5/segments/IAM.js +12 -0
- package/cjs/dictionary/2.5/segments/IIM.js +115 -0
- package/cjs/dictionary/2.5/segments/IN1.js +149 -0
- package/cjs/dictionary/2.5/segments/IN2.js +243 -0
- package/cjs/dictionary/2.5/segments/IN3.js +139 -0
- package/cjs/dictionary/2.5/segments/INV.js +21 -0
- package/cjs/dictionary/2.5/segments/IPC.js +71 -0
- package/cjs/dictionary/2.5/segments/LAN.js +10 -0
- package/cjs/dictionary/2.5/segments/LCC.js +10 -0
- package/cjs/dictionary/2.5/segments/LCH.js +11 -0
- package/cjs/dictionary/2.5/segments/LDP.js +24 -0
- package/cjs/dictionary/2.5/segments/LOC.js +24 -0
- package/cjs/dictionary/2.5/segments/LRL.js +14 -0
- package/cjs/dictionary/2.5/segments/MFA.js +45 -0
- package/cjs/dictionary/2.5/segments/MFE.js +41 -0
- package/cjs/dictionary/2.5/segments/MFI.js +10 -0
- package/cjs/dictionary/2.5/segments/MRG.js +26 -0
- package/cjs/dictionary/2.5/segments/MSA.js +28 -0
- package/cjs/dictionary/2.5/segments/MSH.js +81 -0
- package/cjs/dictionary/2.5/segments/NCK.js +11 -0
- package/cjs/dictionary/2.5/segments/NK1.js +127 -0
- package/cjs/dictionary/2.5/segments/NPU.js +15 -0
- package/cjs/dictionary/2.5/segments/NSC.js +37 -0
- package/cjs/dictionary/2.5/segments/NST.js +45 -0
- package/cjs/dictionary/2.5/segments/NTE.js +24 -0
- package/cjs/dictionary/2.5/segments/OBR.js +170 -0
- package/cjs/dictionary/2.5/segments/OBX.js +73 -0
- package/cjs/dictionary/2.5/segments/ODS.js +34 -0
- package/cjs/dictionary/2.5/segments/ODT.js +25 -0
- package/cjs/dictionary/2.5/segments/OM1.js +191 -0
- package/cjs/dictionary/2.5/segments/OM2.js +49 -0
- package/cjs/dictionary/2.5/segments/OM3.js +40 -0
- package/cjs/dictionary/2.5/segments/OM4.js +68 -0
- package/cjs/dictionary/2.5/segments/OM5.js +19 -0
- package/cjs/dictionary/2.5/segments/OM6.js +17 -0
- package/cjs/dictionary/2.5/segments/OM7.js +10 -0
- package/cjs/dictionary/2.5/segments/ORC.js +156 -0
- package/cjs/dictionary/2.5/segments/ORG.js +16 -0
- package/cjs/dictionary/2.5/segments/OVR.js +45 -0
- package/cjs/dictionary/2.5/segments/PCR.js +24 -0
- package/cjs/dictionary/2.5/segments/PD1.js +23 -0
- package/cjs/dictionary/2.5/segments/PDA.js +6 -0
- package/cjs/dictionary/2.5/segments/PDC.js +19 -0
- package/cjs/dictionary/2.5/segments/PEO.js +13 -0
- package/cjs/dictionary/2.5/segments/PES.js +16 -0
- package/cjs/dictionary/2.5/segments/PID.js +129 -0
- package/cjs/dictionary/2.5/segments/PR1.js +55 -0
- package/cjs/dictionary/2.5/segments/PRA.js +65 -0
- package/cjs/dictionary/2.5/segments/PRC.js +24 -0
- package/cjs/dictionary/2.5/segments/PRD.js +22 -0
- package/cjs/dictionary/2.5/segments/PSH.js +13 -0
- package/cjs/dictionary/2.5/segments/PTH.js +13 -0
- package/cjs/dictionary/2.5/segments/PV1.js +191 -0
- package/cjs/dictionary/2.5/segments/PV2.js +92 -0
- package/cjs/dictionary/2.5/segments/QAK.js +19 -0
- package/cjs/dictionary/2.5/segments/QRD.js +46 -0
- package/cjs/dictionary/2.5/segments/QRF.js +44 -0
- package/cjs/dictionary/2.5/segments/RDT.js +11 -0
- package/cjs/dictionary/2.5/segments/ROL.js +23 -0
- package/cjs/dictionary/2.5/segments/RQ1.js +54 -0
- package/cjs/dictionary/2.5/segments/RQD.js +72 -0
- package/cjs/dictionary/2.5/segments/RXA.js +112 -0
- package/cjs/dictionary/2.5/segments/RXC.js +48 -0
- package/cjs/dictionary/2.5/segments/RXD.js +147 -0
- package/cjs/dictionary/2.5/segments/RXE.js +251 -0
- package/cjs/dictionary/2.5/segments/RXG.js +139 -0
- package/cjs/dictionary/2.5/segments/RXO.js +151 -0
- package/cjs/dictionary/2.5/segments/RXR.js +44 -0
- package/cjs/dictionary/2.5/segments/SAC.js +21 -0
- package/cjs/dictionary/2.5/segments/SCH.js +38 -0
- package/cjs/dictionary/2.5/segments/SFT.js +50 -0
- package/cjs/dictionary/2.5/segments/SPM.js +227 -0
- package/cjs/dictionary/2.5/segments/SPR.js +16 -0
- package/cjs/dictionary/2.5/segments/STF.js +190 -0
- package/cjs/dictionary/2.5/segments/TQ1.js +109 -0
- package/cjs/dictionary/2.5/segments/TQ2.js +82 -0
- package/cjs/dictionary/2.5/segments/TXA.js +19 -0
- package/cjs/dictionary/2.5/segments/UB1.js +79 -0
- package/cjs/dictionary/2.5/segments/UB2.js +107 -0
- package/cjs/dictionary/2.5/segments/URD.js +25 -0
- package/cjs/dictionary/2.5/segments/URS.js +43 -0
- package/cjs/dictionary/2.5/segments/VAR.js +10 -0
- package/cjs/dictionary/2.5/segments/VTQ.js +10 -0
- package/cjs/dictionary/2.5/segments/index.js +129 -0
- package/cjs/dictionary/2.5/types/AD.js +43 -0
- package/cjs/dictionary/2.5/types/AUI.js +28 -0
- package/cjs/dictionary/2.5/types/CCD.js +23 -0
- package/cjs/dictionary/2.5/types/CCP.js +29 -0
- package/cjs/dictionary/2.5/types/CD.js +32 -0
- package/cjs/dictionary/2.5/types/CE.js +33 -0
- package/cjs/dictionary/2.5/types/CF.js +34 -0
- package/cjs/dictionary/2.5/types/CNE.js +43 -0
- package/cjs/dictionary/2.5/types/CNN.js +53 -0
- package/cjs/dictionary/2.5/types/CP.js +29 -0
- package/cjs/dictionary/2.5/types/CQ.js +14 -0
- package/cjs/dictionary/2.5/types/CSU.js +59 -0
- package/cjs/dictionary/2.5/types/CWE.js +73 -0
- package/cjs/dictionary/2.5/types/CX.js +51 -0
- package/cjs/dictionary/2.5/types/DDI.js +29 -0
- package/cjs/dictionary/2.5/types/DIN.js +23 -0
- package/cjs/dictionary/2.5/types/DLD.js +23 -0
- package/cjs/dictionary/2.5/types/DLN.js +20 -0
- package/cjs/dictionary/2.5/types/DLT.js +37 -0
- package/cjs/dictionary/2.5/types/DR.js +16 -0
- package/cjs/dictionary/2.5/types/DTM.js +6 -0
- package/cjs/dictionary/2.5/types/DTN.js +23 -0
- package/cjs/dictionary/2.5/types/ED.js +30 -0
- package/cjs/dictionary/2.5/types/EI.js +23 -0
- package/cjs/dictionary/2.5/types/EIP.js +22 -0
- package/cjs/dictionary/2.5/types/ELD.js +37 -0
- package/cjs/dictionary/2.5/types/ERL.js +50 -0
- package/cjs/dictionary/2.5/types/FC.js +16 -0
- package/cjs/dictionary/2.5/types/FN.js +30 -0
- package/cjs/dictionary/2.5/types/GTS.js +6 -0
- package/cjs/dictionary/2.5/types/HD.js +20 -0
- package/cjs/dictionary/2.5/types/ICD.js +31 -0
- package/cjs/dictionary/2.5/types/JCC.js +23 -0
- package/cjs/dictionary/2.5/types/LA1.js +78 -0
- package/cjs/dictionary/2.5/types/LA2.js +129 -0
- package/cjs/dictionary/2.5/types/MA.js +29 -0
- package/cjs/dictionary/2.5/types/MO.js +13 -0
- package/cjs/dictionary/2.5/types/MOC.js +22 -0
- package/cjs/dictionary/2.5/types/MOP.js +30 -0
- package/cjs/dictionary/2.5/types/MSG.js +32 -0
- package/cjs/dictionary/2.5/types/NA.js +62 -0
- package/cjs/dictionary/2.5/types/NDL.js +91 -0
- package/cjs/dictionary/2.5/types/NR.js +22 -0
- package/cjs/dictionary/2.5/types/OCD.js +23 -0
- package/cjs/dictionary/2.5/types/OSD.js +90 -0
- package/cjs/dictionary/2.5/types/OSP.js +30 -0
- package/cjs/dictionary/2.5/types/PIP.js +45 -0
- package/cjs/dictionary/2.5/types/PL.js +60 -0
- package/cjs/dictionary/2.5/types/PLN.js +37 -0
- package/cjs/dictionary/2.5/types/PPN.js +118 -0
- package/cjs/dictionary/2.5/types/PRL.js +29 -0
- package/cjs/dictionary/2.5/types/PT.js +17 -0
- package/cjs/dictionary/2.5/types/PTA.js +38 -0
- package/cjs/dictionary/2.5/types/QIP.js +16 -0
- package/cjs/dictionary/2.5/types/QSC.js +23 -0
- package/cjs/dictionary/2.5/types/RCD.js +20 -0
- package/cjs/dictionary/2.5/types/RFR.js +58 -0
- package/cjs/dictionary/2.5/types/RI.js +14 -0
- package/cjs/dictionary/2.5/types/RMC.js +38 -0
- package/cjs/dictionary/2.5/types/RP.js +22 -0
- package/cjs/dictionary/2.5/types/RPT.js +89 -0
- package/cjs/dictionary/2.5/types/SAD.js +17 -0
- package/cjs/dictionary/2.5/types/SCV.js +14 -0
- package/cjs/dictionary/2.5/types/SI.js +6 -0
- package/cjs/dictionary/2.5/types/SN.js +20 -0
- package/cjs/dictionary/2.5/types/SPD.js +37 -0
- package/cjs/dictionary/2.5/types/SPS.js +61 -0
- package/cjs/dictionary/2.5/types/SRT.js +15 -0
- package/cjs/dictionary/2.5/types/TQ.js +89 -0
- package/cjs/dictionary/2.5/types/TS.js +21 -0
- package/cjs/dictionary/2.5/types/UVC.js +23 -0
- package/cjs/dictionary/2.5/types/VH.js +21 -0
- package/cjs/dictionary/2.5/types/VID.js +31 -0
- package/cjs/dictionary/2.5/types/VR.js +22 -0
- package/cjs/dictionary/2.5/types/WVI.js +22 -0
- package/cjs/dictionary/2.5/types/WVS.js +21 -0
- package/cjs/dictionary/2.5/types/XAD.js +69 -0
- package/cjs/dictionary/2.5/types/XCN.js +120 -0
- package/cjs/dictionary/2.5/types/XON.js +55 -0
- package/cjs/dictionary/2.5/types/XPN.js +69 -0
- package/cjs/dictionary/2.5/types/XTN.js +60 -0
- package/cjs/dictionary/2.5/types/index.js +84 -0
- package/cjs/dictionary/2.5.1/index.js +13 -0
- package/cjs/dictionary/2.5.1/segments/ABS.js +115 -0
- package/cjs/dictionary/2.5.1/segments/ACC.js +79 -0
- package/cjs/dictionary/2.5.1/segments/ADD.js +13 -0
- package/cjs/dictionary/2.5.1/segments/AFF.js +42 -0
- package/cjs/dictionary/2.5.1/segments/AIG.js +109 -0
- package/cjs/dictionary/2.5.1/segments/AIL.js +90 -0
- package/cjs/dictionary/2.5.1/segments/AIP.js +90 -0
- package/cjs/dictionary/2.5.1/segments/AIS.js +96 -0
- package/cjs/dictionary/2.5.1/segments/AL1.js +27 -0
- package/cjs/dictionary/2.5.1/segments/APR.js +46 -0
- package/cjs/dictionary/2.5.1/segments/ARQ.js +179 -0
- package/cjs/dictionary/2.5.1/segments/AUT.js +79 -0
- package/cjs/dictionary/2.5.1/segments/BHS.js +73 -0
- package/cjs/dictionary/2.5.1/segments/BLC.js +22 -0
- package/cjs/dictionary/2.5.1/segments/BLG.js +26 -0
- package/cjs/dictionary/2.5.1/segments/BTS.js +25 -0
- package/cjs/dictionary/2.5.1/segments/CDM.js +101 -0
- package/cjs/dictionary/2.5.1/segments/CM0.js +79 -0
- package/cjs/dictionary/2.5.1/segments/CM1.js +28 -0
- package/cjs/dictionary/2.5.1/segments/CM2.js +35 -0
- package/cjs/dictionary/2.5.1/segments/CNS.js +50 -0
- package/cjs/dictionary/2.5.1/segments/CSP.js +36 -0
- package/cjs/dictionary/2.5.1/segments/CSR.js +111 -0
- package/cjs/dictionary/2.5.1/segments/CSS.js +27 -0
- package/cjs/dictionary/2.5.1/segments/CTD.js +58 -0
- package/cjs/dictionary/2.5.1/segments/CTI.js +29 -0
- package/cjs/dictionary/2.5.1/segments/DB1.js +58 -0
- package/cjs/dictionary/2.5.1/segments/DG1.js +139 -0
- package/cjs/dictionary/2.5.1/segments/DRG.js +91 -0
- package/cjs/dictionary/2.5.1/segments/DSC.js +21 -0
- package/cjs/dictionary/2.5.1/segments/DSP.js +38 -0
- package/cjs/dictionary/2.5.1/segments/ECD.js +44 -0
- package/cjs/dictionary/2.5.1/segments/ECR.js +29 -0
- package/cjs/dictionary/2.5.1/segments/EDU.js +65 -0
- package/cjs/dictionary/2.5.1/segments/EQL.js +36 -0
- package/cjs/dictionary/2.5.1/segments/EQP.js +44 -0
- package/cjs/dictionary/2.5.1/segments/EQU.js +46 -0
- package/cjs/dictionary/2.5.1/segments/ERQ.js +25 -0
- package/cjs/dictionary/2.5.1/segments/ERR.js +11 -0
- package/cjs/dictionary/2.5.1/segments/EVN.js +48 -0
- package/cjs/dictionary/2.5.1/segments/FAC.js +87 -0
- package/cjs/dictionary/2.5.1/segments/FHS.js +73 -0
- package/cjs/dictionary/2.5.1/segments/FT1.js +172 -0
- package/cjs/dictionary/2.5.1/segments/FTS.js +19 -0
- package/cjs/dictionary/2.5.1/segments/GOL.js +155 -0
- package/cjs/dictionary/2.5.1/segments/GP1.js +47 -0
- package/cjs/dictionary/2.5.1/segments/GP2.js +113 -0
- package/cjs/dictionary/2.5.1/segments/GT1.js +397 -0
- package/cjs/dictionary/2.5.1/segments/IAM.js +152 -0
- package/cjs/dictionary/2.5.1/segments/IN1.js +319 -0
- package/cjs/dictionary/2.5.1/segments/IN2.js +402 -0
- package/cjs/dictionary/2.5.1/segments/IN3.js +101 -0
- package/cjs/dictionary/2.5.1/segments/INV.js +139 -0
- package/cjs/dictionary/2.5.1/segments/ISD.js +31 -0
- package/cjs/dictionary/2.5.1/segments/LAN.js +39 -0
- package/cjs/dictionary/2.5.1/segments/LCC.js +38 -0
- package/cjs/dictionary/2.5.1/segments/LCH.js +43 -0
- package/cjs/dictionary/2.5.1/segments/LDP.js +92 -0
- package/cjs/dictionary/2.5.1/segments/LOC.js +68 -0
- package/cjs/dictionary/2.5.1/segments/LRL.js +49 -0
- package/cjs/dictionary/2.5.1/segments/MFA.js +25 -0
- package/cjs/dictionary/2.5.1/segments/MFE.js +17 -0
- package/cjs/dictionary/2.5.1/segments/MFI.js +53 -0
- package/cjs/dictionary/2.5.1/segments/MRG.js +48 -0
- package/cjs/dictionary/2.5.1/segments/MSA.js +42 -0
- package/cjs/dictionary/2.5.1/segments/MSH.js +114 -0
- package/cjs/dictionary/2.5.1/segments/NCK.js +13 -0
- package/cjs/dictionary/2.5.1/segments/NDS.js +37 -0
- package/cjs/dictionary/2.5.1/segments/NK1.js +227 -0
- package/cjs/dictionary/2.5.1/segments/NPU.js +19 -0
- package/cjs/dictionary/2.5.1/segments/NSC.js +60 -0
- package/cjs/dictionary/2.5.1/segments/NST.js +101 -0
- package/cjs/dictionary/2.5.1/segments/NTE.js +29 -0
- package/cjs/dictionary/2.5.1/segments/OBR.js +281 -0
- package/cjs/dictionary/2.5.1/segments/OBX.js +146 -0
- package/cjs/dictionary/2.5.1/segments/ODS.js +14 -0
- package/cjs/dictionary/2.5.1/segments/ODT.js +18 -0
- package/cjs/dictionary/2.5.1/segments/OM1.js +257 -0
- package/cjs/dictionary/2.5.1/segments/OM2.js +56 -0
- package/cjs/dictionary/2.5.1/segments/OM3.js +39 -0
- package/cjs/dictionary/2.5.1/segments/OM4.js +76 -0
- package/cjs/dictionary/2.5.1/segments/OM5.js +23 -0
- package/cjs/dictionary/2.5.1/segments/OM6.js +16 -0
- package/cjs/dictionary/2.5.1/segments/OM7.js +184 -0
- package/cjs/dictionary/2.5.1/segments/ORC.js +130 -0
- package/cjs/dictionary/2.5.1/segments/ORG.js +98 -0
- package/cjs/dictionary/2.5.1/segments/PCR.js +173 -0
- package/cjs/dictionary/2.5.1/segments/PD1.js +163 -0
- package/cjs/dictionary/2.5.1/segments/PDA.js +73 -0
- package/cjs/dictionary/2.5.1/segments/PDC.js +110 -0
- package/cjs/dictionary/2.5.1/segments/PEO.js +189 -0
- package/cjs/dictionary/2.5.1/segments/PES.js +99 -0
- package/cjs/dictionary/2.5.1/segments/PID.js +229 -0
- package/cjs/dictionary/2.5.1/segments/PR1.js +130 -0
- package/cjs/dictionary/2.5.1/segments/PRA.js +51 -0
- package/cjs/dictionary/2.5.1/segments/PRB.js +184 -0
- package/cjs/dictionary/2.5.1/segments/PRC.js +136 -0
- package/cjs/dictionary/2.5.1/segments/PRD.js +68 -0
- package/cjs/dictionary/2.5.1/segments/PSH.js +106 -0
- package/cjs/dictionary/2.5.1/segments/PTH.js +49 -0
- package/cjs/dictionary/2.5.1/segments/PV1.js +316 -0
- package/cjs/dictionary/2.5.1/segments/PV2.js +315 -0
- package/cjs/dictionary/2.5.1/segments/QAK.js +48 -0
- package/cjs/dictionary/2.5.1/segments/QID.js +23 -0
- package/cjs/dictionary/2.5.1/segments/QPD.js +30 -0
- package/cjs/dictionary/2.5.1/segments/QRD.js +83 -0
- package/cjs/dictionary/2.5.1/segments/QRF.js +60 -0
- package/cjs/dictionary/2.5.1/segments/QRI.js +31 -0
- package/cjs/dictionary/2.5.1/segments/RCP.js +61 -0
- package/cjs/dictionary/2.5.1/segments/RDF.js +23 -0
- package/cjs/dictionary/2.5.1/segments/RDT.js +13 -0
- package/cjs/dictionary/2.5.1/segments/RF1.js +91 -0
- package/cjs/dictionary/2.5.1/segments/RGS.js +30 -0
- package/cjs/dictionary/2.5.1/segments/RMI.js +31 -0
- package/cjs/dictionary/2.5.1/segments/ROL.js +89 -0
- package/cjs/dictionary/2.5.1/segments/RQ1.js +21 -0
- package/cjs/dictionary/2.5.1/segments/RQD.js +25 -0
- package/cjs/dictionary/2.5.1/segments/RXA.js +108 -0
- package/cjs/dictionary/2.5.1/segments/RXC.js +35 -0
- package/cjs/dictionary/2.5.1/segments/RXD.js +128 -0
- package/cjs/dictionary/2.5.1/segments/RXE.js +112 -0
- package/cjs/dictionary/2.5.1/segments/RXG.js +85 -0
- package/cjs/dictionary/2.5.1/segments/RXO.js +87 -0
- package/cjs/dictionary/2.5.1/segments/RXR.js +28 -0
- package/cjs/dictionary/2.5.1/segments/SAC.js +322 -0
- package/cjs/dictionary/2.5.1/segments/SCH.js +189 -0
- package/cjs/dictionary/2.5.1/segments/SID.js +37 -0
- package/cjs/dictionary/2.5.1/segments/SPR.js +34 -0
- package/cjs/dictionary/2.5.1/segments/STF.js +140 -0
- package/cjs/dictionary/2.5.1/segments/TCC.js +110 -0
- package/cjs/dictionary/2.5.1/segments/TCD.js +67 -0
- package/cjs/dictionary/2.5.1/segments/TXA.js +171 -0
- package/cjs/dictionary/2.5.1/segments/UB1.js +141 -0
- package/cjs/dictionary/2.5.1/segments/UB2.js +54 -0
- package/cjs/dictionary/2.5.1/segments/URD.js +54 -0
- package/cjs/dictionary/2.5.1/segments/URS.js +54 -0
- package/cjs/dictionary/2.5.1/segments/VAR.js +49 -0
- package/cjs/dictionary/2.5.1/segments/VTQ.js +43 -0
- package/cjs/dictionary/2.5.1/segments/index.js +141 -0
- package/cjs/dictionary/2.5.1/types/AD.js +44 -0
- package/cjs/dictionary/2.5.1/types/AUI.js +10 -0
- package/cjs/dictionary/2.5.1/types/CD.js +37 -0
- package/cjs/dictionary/2.5.1/types/CE.js +38 -0
- package/cjs/dictionary/2.5.1/types/CF.js +37 -0
- package/cjs/dictionary/2.5.1/types/CNE.js +55 -0
- package/cjs/dictionary/2.5.1/types/CNN.js +65 -0
- package/cjs/dictionary/2.5.1/types/CP.js +42 -0
- package/cjs/dictionary/2.5.1/types/CQ.js +19 -0
- package/cjs/dictionary/2.5.1/types/CX.js +53 -0
- package/cjs/dictionary/2.5.1/types/DLN.js +23 -0
- package/cjs/dictionary/2.5.1/types/DR.js +17 -0
- package/cjs/dictionary/2.5.1/types/DT.js +6 -0
- package/cjs/dictionary/2.5.1/types/ED.js +33 -0
- package/cjs/dictionary/2.5.1/types/EI.js +30 -0
- package/cjs/dictionary/2.5.1/types/FC.js +18 -0
- package/cjs/dictionary/2.5.1/types/FN.js +30 -0
- package/cjs/dictionary/2.5.1/types/FT.js +6 -0
- package/cjs/dictionary/2.5.1/types/HD.js +24 -0
- package/cjs/dictionary/2.5.1/types/ID.js +6 -0
- package/cjs/dictionary/2.5.1/types/IS.js +6 -0
- package/cjs/dictionary/2.5.1/types/JCC.js +19 -0
- package/cjs/dictionary/2.5.1/types/MA.js +40 -0
- package/cjs/dictionary/2.5.1/types/MO.js +20 -0
- package/cjs/dictionary/2.5.1/types/NA.js +31 -0
- package/cjs/dictionary/2.5.1/types/NDL.js +10 -0
- package/cjs/dictionary/2.5.1/types/NM.js +6 -0
- package/cjs/dictionary/2.5.1/types/PL.js +57 -0
- package/cjs/dictionary/2.5.1/types/PPN.js +108 -0
- package/cjs/dictionary/2.5.1/types/PT.js +18 -0
- package/cjs/dictionary/2.5.1/types/QIP.js +17 -0
- package/cjs/dictionary/2.5.1/types/QSC.js +30 -0
- package/cjs/dictionary/2.5.1/types/RCD.js +23 -0
- package/cjs/dictionary/2.5.1/types/RI.js +20 -0
- package/cjs/dictionary/2.5.1/types/RP.js +31 -0
- package/cjs/dictionary/2.5.1/types/SAD.js +25 -0
- package/cjs/dictionary/2.5.1/types/SCV.js +19 -0
- package/cjs/dictionary/2.5.1/types/SN.js +31 -0
- package/cjs/dictionary/2.5.1/types/SRT.js +19 -0
- package/cjs/dictionary/2.5.1/types/ST.js +6 -0
- package/cjs/dictionary/2.5.1/types/TM.js +6 -0
- package/cjs/dictionary/2.5.1/types/TQ.js +19 -0
- package/cjs/dictionary/2.5.1/types/TS.js +11 -0
- package/cjs/dictionary/2.5.1/types/TX.js +6 -0
- package/cjs/dictionary/2.5.1/types/VARIES.js +6 -0
- package/cjs/dictionary/2.5.1/types/VH.js +32 -0
- package/cjs/dictionary/2.5.1/types/WVS.js +6 -0
- package/cjs/dictionary/2.5.1/types/XAD.js +71 -0
- package/cjs/dictionary/2.5.1/types/XCN.js +99 -0
- package/cjs/dictionary/2.5.1/types/XON.js +51 -0
- package/cjs/dictionary/2.5.1/types/XPN.js +71 -0
- package/cjs/dictionary/2.5.1/types/XTN.js +59 -0
- package/cjs/dictionary/2.5.1/types/index.js +55 -0
- package/cjs/dictionary/2.6/index.js +13 -0
- package/cjs/dictionary/2.6/segments/ABS.js +31 -0
- package/cjs/dictionary/2.6/segments/ACC.js +30 -0
- package/cjs/dictionary/2.6/segments/ADD.js +11 -0
- package/cjs/dictionary/2.6/segments/ADJ.js +117 -0
- package/cjs/dictionary/2.6/segments/AFF.js +10 -0
- package/cjs/dictionary/2.6/segments/AIG.js +31 -0
- package/cjs/dictionary/2.6/segments/AIL.js +34 -0
- package/cjs/dictionary/2.6/segments/AIP.js +34 -0
- package/cjs/dictionary/2.6/segments/AIS.js +31 -0
- package/cjs/dictionary/2.6/segments/AL1.js +47 -0
- package/cjs/dictionary/2.6/segments/ARQ.js +46 -0
- package/cjs/dictionary/2.6/segments/ARV.js +53 -0
- package/cjs/dictionary/2.6/segments/AUT.js +26 -0
- package/cjs/dictionary/2.6/segments/BHS.js +63 -0
- package/cjs/dictionary/2.6/segments/BLC.js +13 -0
- package/cjs/dictionary/2.6/segments/BLG.js +26 -0
- package/cjs/dictionary/2.6/segments/BPO.js +109 -0
- package/cjs/dictionary/2.6/segments/BPX.js +158 -0
- package/cjs/dictionary/2.6/segments/BTS.js +17 -0
- package/cjs/dictionary/2.6/segments/BTX.js +146 -0
- package/cjs/dictionary/2.6/segments/CDM.js +32 -0
- package/cjs/dictionary/2.6/segments/CER.js +234 -0
- package/cjs/dictionary/2.6/segments/CM0.js +27 -0
- package/cjs/dictionary/2.6/segments/CM1.js +14 -0
- package/cjs/dictionary/2.6/segments/CM2.js +17 -0
- package/cjs/dictionary/2.6/segments/CNS.js +23 -0
- package/cjs/dictionary/2.6/segments/CON_.js +195 -0
- package/cjs/dictionary/2.6/segments/CSP.js +23 -0
- package/cjs/dictionary/2.6/segments/CSR.js +74 -0
- package/cjs/dictionary/2.6/segments/CSS.js +21 -0
- package/cjs/dictionary/2.6/segments/CTD.js +22 -0
- package/cjs/dictionary/2.6/segments/CTI.js +18 -0
- package/cjs/dictionary/2.6/segments/DB1.js +29 -0
- package/cjs/dictionary/2.6/segments/DG1.js +102 -0
- package/cjs/dictionary/2.6/segments/DMI.js +45 -0
- package/cjs/dictionary/2.6/segments/DRG.js +186 -0
- package/cjs/dictionary/2.6/segments/DSC.js +11 -0
- package/cjs/dictionary/2.6/segments/DSP.js +22 -0
- package/cjs/dictionary/2.6/segments/ECD.js +13 -0
- package/cjs/dictionary/2.6/segments/ECR.js +17 -0
- package/cjs/dictionary/2.6/segments/ED.js +15 -0
- package/cjs/dictionary/2.6/segments/EDU.js +20 -0
- package/cjs/dictionary/2.6/segments/EQL.js +10 -0
- package/cjs/dictionary/2.6/segments/EQP.js +17 -0
- package/cjs/dictionary/2.6/segments/EQU.js +26 -0
- package/cjs/dictionary/2.6/segments/ERQ.js +17 -0
- package/cjs/dictionary/2.6/segments/ERR.js +96 -0
- package/cjs/dictionary/2.6/segments/EVN.js +37 -0
- package/cjs/dictionary/2.6/segments/FAC.js +42 -0
- package/cjs/dictionary/2.6/segments/FHS.js +63 -0
- package/cjs/dictionary/2.6/segments/FT1.js +124 -0
- package/cjs/dictionary/2.6/segments/FTS.js +14 -0
- package/cjs/dictionary/2.6/segments/GOL.js +72 -0
- package/cjs/dictionary/2.6/segments/GP2.js +16 -0
- package/cjs/dictionary/2.6/segments/GT1.js +102 -0
- package/cjs/dictionary/2.6/segments/IAM.js +53 -0
- package/cjs/dictionary/2.6/segments/IIM.js +115 -0
- package/cjs/dictionary/2.6/segments/ILT.js +78 -0
- package/cjs/dictionary/2.6/segments/IN1.js +154 -0
- package/cjs/dictionary/2.6/segments/IN2.js +261 -0
- package/cjs/dictionary/2.6/segments/IN3.js +139 -0
- package/cjs/dictionary/2.6/segments/INV.js +67 -0
- package/cjs/dictionary/2.6/segments/IPC.js +71 -0
- package/cjs/dictionary/2.6/segments/IPR.js +65 -0
- package/cjs/dictionary/2.6/segments/ISD.js +15 -0
- package/cjs/dictionary/2.6/segments/ITM.js +53 -0
- package/cjs/dictionary/2.6/segments/IVC.js +225 -0
- package/cjs/dictionary/2.6/segments/IVT.js +199 -0
- package/cjs/dictionary/2.6/segments/LAN.js +19 -0
- package/cjs/dictionary/2.6/segments/LCC.js +19 -0
- package/cjs/dictionary/2.6/segments/LCH.js +18 -0
- package/cjs/dictionary/2.6/segments/LDP.js +33 -0
- package/cjs/dictionary/2.6/segments/LOC.js +27 -0
- package/cjs/dictionary/2.6/segments/LRL.js +17 -0
- package/cjs/dictionary/2.6/segments/MFA.js +45 -0
- package/cjs/dictionary/2.6/segments/MFE.js +55 -0
- package/cjs/dictionary/2.6/segments/MFI.js +22 -0
- package/cjs/dictionary/2.6/segments/MRG.js +26 -0
- package/cjs/dictionary/2.6/segments/MSA.js +45 -0
- package/cjs/dictionary/2.6/segments/MSH.js +116 -0
- package/cjs/dictionary/2.6/segments/NCK.js +13 -0
- package/cjs/dictionary/2.6/segments/NDS.js +19 -0
- package/cjs/dictionary/2.6/segments/NK1.js +150 -0
- package/cjs/dictionary/2.6/segments/NPU.js +15 -0
- package/cjs/dictionary/2.6/segments/NSC.js +37 -0
- package/cjs/dictionary/2.6/segments/NST.js +49 -0
- package/cjs/dictionary/2.6/segments/NTE.js +52 -0
- package/cjs/dictionary/2.6/segments/OBR.js +232 -0
- package/cjs/dictionary/2.6/segments/OBX.js +118 -0
- package/cjs/dictionary/2.6/segments/ODS.js +34 -0
- package/cjs/dictionary/2.6/segments/ODT.js +25 -0
- package/cjs/dictionary/2.6/segments/OM1.js +210 -0
- package/cjs/dictionary/2.6/segments/OM2.js +51 -0
- package/cjs/dictionary/2.6/segments/OM3.js +43 -0
- package/cjs/dictionary/2.6/segments/OM4.js +69 -0
- package/cjs/dictionary/2.6/segments/OM5.js +20 -0
- package/cjs/dictionary/2.6/segments/OM6.js +17 -0
- package/cjs/dictionary/2.6/segments/OM7.js +55 -0
- package/cjs/dictionary/2.6/segments/ORC.js +162 -0
- package/cjs/dictionary/2.6/segments/ORG.js +30 -0
- package/cjs/dictionary/2.6/segments/OVR.js +45 -0
- package/cjs/dictionary/2.6/segments/PCE.js +38 -0
- package/cjs/dictionary/2.6/segments/PCR.js +72 -0
- package/cjs/dictionary/2.6/segments/PD1.js +39 -0
- package/cjs/dictionary/2.6/segments/PDA.js +16 -0
- package/cjs/dictionary/2.6/segments/PDC.js +42 -0
- package/cjs/dictionary/2.6/segments/PEO.js +53 -0
- package/cjs/dictionary/2.6/segments/PES.js +37 -0
- package/cjs/dictionary/2.6/segments/PID.js +161 -0
- package/cjs/dictionary/2.6/segments/PKG.js +59 -0
- package/cjs/dictionary/2.6/segments/PMT.js +93 -0
- package/cjs/dictionary/2.6/segments/PR1.js +90 -0
- package/cjs/dictionary/2.6/segments/PRA.js +69 -0
- package/cjs/dictionary/2.6/segments/PRB.js +103 -0
- package/cjs/dictionary/2.6/segments/PRC.js +39 -0
- package/cjs/dictionary/2.6/segments/PRD.js +70 -0
- package/cjs/dictionary/2.6/segments/PSG.js +51 -0
- package/cjs/dictionary/2.6/segments/PSH.js +36 -0
- package/cjs/dictionary/2.6/segments/PSL.js +356 -0
- package/cjs/dictionary/2.6/segments/PSS.js +43 -0
- package/cjs/dictionary/2.6/segments/PTH.js +32 -0
- package/cjs/dictionary/2.6/segments/PV1.js +195 -0
- package/cjs/dictionary/2.6/segments/PV2.js +137 -0
- package/cjs/dictionary/2.6/segments/PYE.js +60 -0
- package/cjs/dictionary/2.6/segments/QAK.js +20 -0
- package/cjs/dictionary/2.6/segments/QID.js +10 -0
- package/cjs/dictionary/2.6/segments/QPD.js +10 -0
- package/cjs/dictionary/2.6/segments/QRD.js +50 -0
- package/cjs/dictionary/2.6/segments/QRF.js +46 -0
- package/cjs/dictionary/2.6/segments/QRI.js +10 -0
- package/cjs/dictionary/2.6/segments/RCP.js +17 -0
- package/cjs/dictionary/2.6/segments/RDT.js +11 -0
- package/cjs/dictionary/2.6/segments/REL.js +122 -0
- package/cjs/dictionary/2.6/segments/RF1.js +51 -0
- package/cjs/dictionary/2.6/segments/RFI.js +37 -0
- package/cjs/dictionary/2.6/segments/RGS.js +10 -0
- package/cjs/dictionary/2.6/segments/RMI.js +17 -0
- package/cjs/dictionary/2.6/segments/ROL.js +47 -0
- package/cjs/dictionary/2.6/segments/RQ1.js +54 -0
- package/cjs/dictionary/2.6/segments/RQD.js +72 -0
- package/cjs/dictionary/2.6/segments/RXA.js +148 -0
- package/cjs/dictionary/2.6/segments/RXC.js +54 -0
- package/cjs/dictionary/2.6/segments/RXD.js +169 -0
- package/cjs/dictionary/2.6/segments/RXE.js +262 -0
- package/cjs/dictionary/2.6/segments/RXG.js +179 -0
- package/cjs/dictionary/2.6/segments/RXO.js +211 -0
- package/cjs/dictionary/2.6/segments/RXR.js +45 -0
- package/cjs/dictionary/2.6/segments/SAC.js +113 -0
- package/cjs/dictionary/2.6/segments/SCD.js +279 -0
- package/cjs/dictionary/2.6/segments/SCH.js +62 -0
- package/cjs/dictionary/2.6/segments/SCP.js +68 -0
- package/cjs/dictionary/2.6/segments/SDD.js +59 -0
- package/cjs/dictionary/2.6/segments/SFT.js +50 -0
- package/cjs/dictionary/2.6/segments/SID.js +15 -0
- package/cjs/dictionary/2.6/segments/SLT.js +43 -0
- package/cjs/dictionary/2.6/segments/SPM.js +227 -0
- package/cjs/dictionary/2.6/segments/SPR.js +16 -0
- package/cjs/dictionary/2.6/segments/STF.js +211 -0
- package/cjs/dictionary/2.6/segments/STZ.js +39 -0
- package/cjs/dictionary/2.6/segments/TCC.js +37 -0
- package/cjs/dictionary/2.6/segments/TCD.js +27 -0
- package/cjs/dictionary/2.6/segments/TQ1.js +108 -0
- package/cjs/dictionary/2.6/segments/TQ2.js +82 -0
- package/cjs/dictionary/2.6/segments/TXA.js +47 -0
- package/cjs/dictionary/2.6/segments/UAC.js +23 -0
- package/cjs/dictionary/2.6/segments/UB1.js +80 -0
- package/cjs/dictionary/2.6/segments/UB2.js +107 -0
- package/cjs/dictionary/2.6/segments/URD.js +28 -0
- package/cjs/dictionary/2.6/segments/URS.js +45 -0
- package/cjs/dictionary/2.6/segments/VAR.js +22 -0
- package/cjs/dictionary/2.6/segments/VND.js +43 -0
- package/cjs/dictionary/2.6/segments/VTQ.js +10 -0
- package/cjs/dictionary/2.6/segments/index.js +175 -0
- package/cjs/dictionary/2.6/types/AD.js +43 -0
- package/cjs/dictionary/2.6/types/AUI.js +28 -0
- package/cjs/dictionary/2.6/types/CCD.js +23 -0
- package/cjs/dictionary/2.6/types/CCP.js +29 -0
- package/cjs/dictionary/2.6/types/CD.js +32 -0
- package/cjs/dictionary/2.6/types/CE.js +33 -0
- package/cjs/dictionary/2.6/types/CF.js +34 -0
- package/cjs/dictionary/2.6/types/CNE.js +43 -0
- package/cjs/dictionary/2.6/types/CNN.js +53 -0
- package/cjs/dictionary/2.6/types/CP.js +30 -0
- package/cjs/dictionary/2.6/types/CQ.js +15 -0
- package/cjs/dictionary/2.6/types/CSU.js +59 -0
- package/cjs/dictionary/2.6/types/CWE.js +73 -0
- package/cjs/dictionary/2.6/types/CX.js +51 -0
- package/cjs/dictionary/2.6/types/DDI.js +29 -0
- package/cjs/dictionary/2.6/types/DIN.js +23 -0
- package/cjs/dictionary/2.6/types/DLD.js +23 -0
- package/cjs/dictionary/2.6/types/DLN.js +20 -0
- package/cjs/dictionary/2.6/types/DLT.js +37 -0
- package/cjs/dictionary/2.6/types/DR.js +18 -0
- package/cjs/dictionary/2.6/types/DTM.js +6 -0
- package/cjs/dictionary/2.6/types/DTN.js +23 -0
- package/cjs/dictionary/2.6/types/ED.js +30 -0
- package/cjs/dictionary/2.6/types/EI.js +23 -0
- package/cjs/dictionary/2.6/types/EIP.js +22 -0
- package/cjs/dictionary/2.6/types/ELD.js +37 -0
- package/cjs/dictionary/2.6/types/ERL.js +50 -0
- package/cjs/dictionary/2.6/types/FC.js +17 -0
- package/cjs/dictionary/2.6/types/FN.js +30 -0
- package/cjs/dictionary/2.6/types/GTS.js +6 -0
- package/cjs/dictionary/2.6/types/HD.js +20 -0
- package/cjs/dictionary/2.6/types/ICD.js +31 -0
- package/cjs/dictionary/2.6/types/JCC.js +23 -0
- package/cjs/dictionary/2.6/types/LA1.js +78 -0
- package/cjs/dictionary/2.6/types/LA2.js +129 -0
- package/cjs/dictionary/2.6/types/MA.js +29 -0
- package/cjs/dictionary/2.6/types/MO.js +13 -0
- package/cjs/dictionary/2.6/types/MOC.js +22 -0
- package/cjs/dictionary/2.6/types/MOP.js +30 -0
- package/cjs/dictionary/2.6/types/MSG.js +32 -0
- package/cjs/dictionary/2.6/types/NA.js +62 -0
- package/cjs/dictionary/2.6/types/NDL.js +91 -0
- package/cjs/dictionary/2.6/types/NR.js +22 -0
- package/cjs/dictionary/2.6/types/OCD.js +23 -0
- package/cjs/dictionary/2.6/types/OSD.js +90 -0
- package/cjs/dictionary/2.6/types/OSP.js +30 -0
- package/cjs/dictionary/2.6/types/PIP.js +45 -0
- package/cjs/dictionary/2.6/types/PL.js +60 -0
- package/cjs/dictionary/2.6/types/PLN.js +37 -0
- package/cjs/dictionary/2.6/types/PPN.js +120 -0
- package/cjs/dictionary/2.6/types/PRL.js +29 -0
- package/cjs/dictionary/2.6/types/PT.js +17 -0
- package/cjs/dictionary/2.6/types/PTA.js +38 -0
- package/cjs/dictionary/2.6/types/QIP.js +16 -0
- package/cjs/dictionary/2.6/types/QSC.js +23 -0
- package/cjs/dictionary/2.6/types/RCD.js +20 -0
- package/cjs/dictionary/2.6/types/RFR.js +58 -0
- package/cjs/dictionary/2.6/types/RI.js +14 -0
- package/cjs/dictionary/2.6/types/RMC.js +38 -0
- package/cjs/dictionary/2.6/types/RP.js +22 -0
- package/cjs/dictionary/2.6/types/RPT.js +89 -0
- package/cjs/dictionary/2.6/types/SAD.js +17 -0
- package/cjs/dictionary/2.6/types/SCV.js +15 -0
- package/cjs/dictionary/2.6/types/SI.js +6 -0
- package/cjs/dictionary/2.6/types/SN.js +20 -0
- package/cjs/dictionary/2.6/types/SPD.js +37 -0
- package/cjs/dictionary/2.6/types/SPS.js +61 -0
- package/cjs/dictionary/2.6/types/SRT.js +15 -0
- package/cjs/dictionary/2.6/types/TQ.js +89 -0
- package/cjs/dictionary/2.6/types/TS.js +21 -0
- package/cjs/dictionary/2.6/types/UVC.js +23 -0
- package/cjs/dictionary/2.6/types/VH.js +21 -0
- package/cjs/dictionary/2.6/types/VID.js +31 -0
- package/cjs/dictionary/2.6/types/VR.js +22 -0
- package/cjs/dictionary/2.6/types/WVI.js +22 -0
- package/cjs/dictionary/2.6/types/WVS.js +21 -0
- package/cjs/dictionary/2.6/types/XAD.js +137 -0
- package/cjs/dictionary/2.6/types/XCN.js +119 -0
- package/cjs/dictionary/2.6/types/XON.js +55 -0
- package/cjs/dictionary/2.6/types/XPN.js +70 -0
- package/cjs/dictionary/2.6/types/XTN.js +103 -0
- package/cjs/dictionary/2.6/types/index.js +84 -0
- package/cjs/dictionary/2.7/index.js +13 -0
- package/cjs/dictionary/2.7/segments/ABS.js +95 -0
- package/cjs/dictionary/2.7/segments/ACC.js +78 -0
- package/cjs/dictionary/2.7/segments/ADD.js +13 -0
- package/cjs/dictionary/2.7/segments/ADJ.js +19 -0
- package/cjs/dictionary/2.7/segments/AFF.js +39 -0
- package/cjs/dictionary/2.7/segments/AIG.js +89 -0
- package/cjs/dictionary/2.7/segments/AIL.js +79 -0
- package/cjs/dictionary/2.7/segments/AIP.js +77 -0
- package/cjs/dictionary/2.7/segments/AIS.js +79 -0
- package/cjs/dictionary/2.7/segments/AL1.js +26 -0
- package/cjs/dictionary/2.7/segments/APR.js +41 -0
- package/cjs/dictionary/2.7/segments/ARQ.js +150 -0
- package/cjs/dictionary/2.7/segments/ARV.js +11 -0
- package/cjs/dictionary/2.7/segments/AUT.js +76 -0
- package/cjs/dictionary/2.7/segments/BHS.js +67 -0
- package/cjs/dictionary/2.7/segments/BLC.js +20 -0
- package/cjs/dictionary/2.7/segments/BLG.js +24 -0
- package/cjs/dictionary/2.7/segments/BPO.js +13 -0
- package/cjs/dictionary/2.7/segments/BPX.js +39 -0
- package/cjs/dictionary/2.7/segments/BTS.js +22 -0
- package/cjs/dictionary/2.7/segments/BTX.js +38 -0
- package/cjs/dictionary/2.7/segments/CDM.js +87 -0
- package/cjs/dictionary/2.7/segments/CER.js +23 -0
- package/cjs/dictionary/2.7/segments/CM0.js +70 -0
- package/cjs/dictionary/2.7/segments/CM1.js +25 -0
- package/cjs/dictionary/2.7/segments/CM2.js +30 -0
- package/cjs/dictionary/2.7/segments/CNS.js +40 -0
- package/cjs/dictionary/2.7/segments/CON_.js +11 -0
- package/cjs/dictionary/2.7/segments/CSP.js +28 -0
- package/cjs/dictionary/2.7/segments/CSR.js +89 -0
- package/cjs/dictionary/2.7/segments/CSS.js +22 -0
- package/cjs/dictionary/2.7/segments/CTD.js +49 -0
- package/cjs/dictionary/2.7/segments/CTI.js +24 -0
- package/cjs/dictionary/2.7/segments/DB1.js +53 -0
- package/cjs/dictionary/2.7/segments/DG1.js +138 -0
- package/cjs/dictionary/2.7/segments/DMI.js +23 -0
- package/cjs/dictionary/2.7/segments/DRG.js +112 -0
- package/cjs/dictionary/2.7/segments/DSC.js +21 -0
- package/cjs/dictionary/2.7/segments/DSP.js +35 -0
- package/cjs/dictionary/2.7/segments/ECD.js +39 -0
- package/cjs/dictionary/2.7/segments/ECR.js +24 -0
- package/cjs/dictionary/2.7/segments/EDU.js +58 -0
- package/cjs/dictionary/2.7/segments/EQP.js +38 -0
- package/cjs/dictionary/2.7/segments/EQU.js +37 -0
- package/cjs/dictionary/2.7/segments/ERR.js +22 -0
- package/cjs/dictionary/2.7/segments/EVN.js +42 -0
- package/cjs/dictionary/2.7/segments/FHS.js +67 -0
- package/cjs/dictionary/2.7/segments/FT1.js +233 -0
- package/cjs/dictionary/2.7/segments/FTS.js +17 -0
- package/cjs/dictionary/2.7/segments/GOL.js +125 -0
- package/cjs/dictionary/2.7/segments/GP1.js +42 -0
- package/cjs/dictionary/2.7/segments/GP2.js +98 -0
- package/cjs/dictionary/2.7/segments/GT1.js +343 -0
- package/cjs/dictionary/2.7/segments/IAM.js +184 -0
- package/cjs/dictionary/2.7/segments/IAR.js +34 -0
- package/cjs/dictionary/2.7/segments/ILT.js +14 -0
- package/cjs/dictionary/2.7/segments/IN1.js +290 -0
- package/cjs/dictionary/2.7/segments/IN2.js +353 -0
- package/cjs/dictionary/2.7/segments/IN3.js +91 -0
- package/cjs/dictionary/2.7/segments/INV.js +112 -0
- package/cjs/dictionary/2.7/segments/IPC.js +13 -0
- package/cjs/dictionary/2.7/segments/ISD.js +26 -0
- package/cjs/dictionary/2.7/segments/ITM.js +163 -0
- package/cjs/dictionary/2.7/segments/IVC.js +34 -0
- package/cjs/dictionary/2.7/segments/IVT.js +25 -0
- package/cjs/dictionary/2.7/segments/LAN.js +33 -0
- package/cjs/dictionary/2.7/segments/LCC.js +31 -0
- package/cjs/dictionary/2.7/segments/LCH.js +38 -0
- package/cjs/dictionary/2.7/segments/LDP.js +81 -0
- package/cjs/dictionary/2.7/segments/LOC.js +60 -0
- package/cjs/dictionary/2.7/segments/LRL.js +44 -0
- package/cjs/dictionary/2.7/segments/MFA.js +25 -0
- package/cjs/dictionary/2.7/segments/MFE.js +21 -0
- package/cjs/dictionary/2.7/segments/MFI.js +45 -0
- package/cjs/dictionary/2.7/segments/MRG.js +47 -0
- package/cjs/dictionary/2.7/segments/MSA.js +45 -0
- package/cjs/dictionary/2.7/segments/MSH.js +110 -0
- package/cjs/dictionary/2.7/segments/NCK.js +11 -0
- package/cjs/dictionary/2.7/segments/NDS.js +30 -0
- package/cjs/dictionary/2.7/segments/NK1.js +206 -0
- package/cjs/dictionary/2.7/segments/NPU.js +18 -0
- package/cjs/dictionary/2.7/segments/NSC.js +56 -0
- package/cjs/dictionary/2.7/segments/NST.js +85 -0
- package/cjs/dictionary/2.7/segments/NTE.js +27 -0
- package/cjs/dictionary/2.7/segments/OBR.js +295 -0
- package/cjs/dictionary/2.7/segments/OBX.js +129 -0
- package/cjs/dictionary/2.7/segments/ODS.js +20 -0
- package/cjs/dictionary/2.7/segments/ODT.js +17 -0
- package/cjs/dictionary/2.7/segments/OM1.js +214 -0
- package/cjs/dictionary/2.7/segments/OM2.js +45 -0
- package/cjs/dictionary/2.7/segments/OM3.js +31 -0
- package/cjs/dictionary/2.7/segments/OM4.js +66 -0
- package/cjs/dictionary/2.7/segments/OM5.js +20 -0
- package/cjs/dictionary/2.7/segments/OM6.js +14 -0
- package/cjs/dictionary/2.7/segments/OM7.js +148 -0
- package/cjs/dictionary/2.7/segments/ORC.js +112 -0
- package/cjs/dictionary/2.7/segments/ORG.js +93 -0
- package/cjs/dictionary/2.7/segments/PAC.js +61 -0
- package/cjs/dictionary/2.7/segments/PCE.js +15 -0
- package/cjs/dictionary/2.7/segments/PCR.js +149 -0
- package/cjs/dictionary/2.7/segments/PD1.js +143 -0
- package/cjs/dictionary/2.7/segments/PDA.js +65 -0
- package/cjs/dictionary/2.7/segments/PEO.js +164 -0
- package/cjs/dictionary/2.7/segments/PES.js +89 -0
- package/cjs/dictionary/2.7/segments/PID.js +200 -0
- package/cjs/dictionary/2.7/segments/PKG.js +11 -0
- package/cjs/dictionary/2.7/segments/PMT.js +10 -0
- package/cjs/dictionary/2.7/segments/PR1.js +140 -0
- package/cjs/dictionary/2.7/segments/PRA.js +47 -0
- package/cjs/dictionary/2.7/segments/PRB.js +145 -0
- package/cjs/dictionary/2.7/segments/PRC.js +118 -0
- package/cjs/dictionary/2.7/segments/PRD.js +54 -0
- package/cjs/dictionary/2.7/segments/PRT.js +103 -0
- package/cjs/dictionary/2.7/segments/PSL.js +48 -0
- package/cjs/dictionary/2.7/segments/PTH.js +43 -0
- package/cjs/dictionary/2.7/segments/PV1.js +302 -0
- package/cjs/dictionary/2.7/segments/PV2.js +268 -0
- package/cjs/dictionary/2.7/segments/PYE.js +32 -0
- package/cjs/dictionary/2.7/segments/QAK.js +43 -0
- package/cjs/dictionary/2.7/segments/QID.js +20 -0
- package/cjs/dictionary/2.7/segments/QPD.js +26 -0
- package/cjs/dictionary/2.7/segments/QRD.js +70 -0
- package/cjs/dictionary/2.7/segments/QRF.js +53 -0
- package/cjs/dictionary/2.7/segments/QRI.js +28 -0
- package/cjs/dictionary/2.7/segments/RCP.js +55 -0
- package/cjs/dictionary/2.7/segments/RDF.js +21 -0
- package/cjs/dictionary/2.7/segments/RDT.js +13 -0
- package/cjs/dictionary/2.7/segments/REL.js +15 -0
- package/cjs/dictionary/2.7/segments/RF1.js +74 -0
- package/cjs/dictionary/2.7/segments/RFI.js +10 -0
- package/cjs/dictionary/2.7/segments/RGS.js +28 -0
- package/cjs/dictionary/2.7/segments/RMI.js +25 -0
- package/cjs/dictionary/2.7/segments/ROL.js +77 -0
- package/cjs/dictionary/2.7/segments/RQ1.js +25 -0
- package/cjs/dictionary/2.7/segments/RQD.js +30 -0
- package/cjs/dictionary/2.7/segments/RXA.js +87 -0
- package/cjs/dictionary/2.7/segments/RXC.js +24 -0
- package/cjs/dictionary/2.7/segments/RXD.js +113 -0
- package/cjs/dictionary/2.7/segments/RXE.js +113 -0
- package/cjs/dictionary/2.7/segments/RXG.js +69 -0
- package/cjs/dictionary/2.7/segments/RXO.js +83 -0
- package/cjs/dictionary/2.7/segments/RXR.js +20 -0
- package/cjs/dictionary/2.7/segments/SAC.js +259 -0
- package/cjs/dictionary/2.7/segments/SCD.js +16 -0
- package/cjs/dictionary/2.7/segments/SCH.js +162 -0
- package/cjs/dictionary/2.7/segments/SCP.js +11 -0
- package/cjs/dictionary/2.7/segments/SDD.js +13 -0
- package/cjs/dictionary/2.7/segments/SHP.js +80 -0
- package/cjs/dictionary/2.7/segments/SID.js +31 -0
- package/cjs/dictionary/2.7/segments/SLT.js +11 -0
- package/cjs/dictionary/2.7/segments/SPM.js +67 -0
- package/cjs/dictionary/2.7/segments/STF.js +134 -0
- package/cjs/dictionary/2.7/segments/STZ.js +13 -0
- package/cjs/dictionary/2.7/segments/TCC.js +96 -0
- package/cjs/dictionary/2.7/segments/TCD.js +59 -0
- package/cjs/dictionary/2.7/segments/TQ1.js +15 -0
- package/cjs/dictionary/2.7/segments/TQ2.js +25 -0
- package/cjs/dictionary/2.7/segments/TXA.js +167 -0
- package/cjs/dictionary/2.7/segments/UAC.js +11 -0
- package/cjs/dictionary/2.7/segments/UB1.js +145 -0
- package/cjs/dictionary/2.7/segments/UB2.js +74 -0
- package/cjs/dictionary/2.7/segments/URD.js +45 -0
- package/cjs/dictionary/2.7/segments/URS.js +48 -0
- package/cjs/dictionary/2.7/segments/VAR.js +40 -0
- package/cjs/dictionary/2.7/segments/VND.js +17 -0
- package/cjs/dictionary/2.7/segments/index.js +168 -0
- package/cjs/dictionary/2.7/types/AD.js +44 -0
- package/cjs/dictionary/2.7/types/AUI.js +10 -0
- package/cjs/dictionary/2.7/types/CCD.js +10 -0
- package/cjs/dictionary/2.7/types/CD.js +39 -0
- package/cjs/dictionary/2.7/types/CF.js +137 -0
- package/cjs/dictionary/2.7/types/CNE.js +137 -0
- package/cjs/dictionary/2.7/types/CNN.js +65 -0
- package/cjs/dictionary/2.7/types/CP.js +41 -0
- package/cjs/dictionary/2.7/types/CQ.js +18 -0
- package/cjs/dictionary/2.7/types/CSU.js +114 -0
- package/cjs/dictionary/2.7/types/CWE.js +95 -0
- package/cjs/dictionary/2.7/types/CX.js +74 -0
- package/cjs/dictionary/2.7/types/DLD.js +11 -0
- package/cjs/dictionary/2.7/types/DLN.js +24 -0
- package/cjs/dictionary/2.7/types/DR.js +15 -0
- package/cjs/dictionary/2.7/types/DT.js +6 -0
- package/cjs/dictionary/2.7/types/DTN.js +10 -0
- package/cjs/dictionary/2.7/types/ED.js +33 -0
- package/cjs/dictionary/2.7/types/EI.js +30 -0
- package/cjs/dictionary/2.7/types/FC.js +17 -0
- package/cjs/dictionary/2.7/types/FN.js +32 -0
- package/cjs/dictionary/2.7/types/FT.js +6 -0
- package/cjs/dictionary/2.7/types/HD.js +24 -0
- package/cjs/dictionary/2.7/types/ICD.js +10 -0
- package/cjs/dictionary/2.7/types/ID.js +6 -0
- package/cjs/dictionary/2.7/types/IS.js +6 -0
- package/cjs/dictionary/2.7/types/JCC.js +19 -0
- package/cjs/dictionary/2.7/types/LA2.js +10 -0
- package/cjs/dictionary/2.7/types/MA.js +68 -0
- package/cjs/dictionary/2.7/types/MO.js +21 -0
- package/cjs/dictionary/2.7/types/MOP.js +11 -0
- package/cjs/dictionary/2.7/types/MSG.js +13 -0
- package/cjs/dictionary/2.7/types/NA.js +32 -0
- package/cjs/dictionary/2.7/types/NDL.js +23 -0
- package/cjs/dictionary/2.7/types/NM.js +6 -0
- package/cjs/dictionary/2.7/types/PL.js +63 -0
- package/cjs/dictionary/2.7/types/PLN.js +10 -0
- package/cjs/dictionary/2.7/types/PPN.js +127 -0
- package/cjs/dictionary/2.7/types/PT.js +18 -0
- package/cjs/dictionary/2.7/types/PTA.js +17 -0
- package/cjs/dictionary/2.7/types/QIP.js +17 -0
- package/cjs/dictionary/2.7/types/QSC.js +30 -0
- package/cjs/dictionary/2.7/types/RCD.js +24 -0
- package/cjs/dictionary/2.7/types/RFR.js +10 -0
- package/cjs/dictionary/2.7/types/RI.js +20 -0
- package/cjs/dictionary/2.7/types/RMC.js +17 -0
- package/cjs/dictionary/2.7/types/RP.js +31 -0
- package/cjs/dictionary/2.7/types/RPT.js +16 -0
- package/cjs/dictionary/2.7/types/SAD.js +25 -0
- package/cjs/dictionary/2.7/types/SCV.js +19 -0
- package/cjs/dictionary/2.7/types/SN.js +31 -0
- package/cjs/dictionary/2.7/types/SRT.js +19 -0
- package/cjs/dictionary/2.7/types/ST.js +6 -0
- package/cjs/dictionary/2.7/types/TM.js +6 -0
- package/cjs/dictionary/2.7/types/TQ.js +19 -0
- package/cjs/dictionary/2.7/types/TX.js +6 -0
- package/cjs/dictionary/2.7/types/UVC.js +22 -0
- package/cjs/dictionary/2.7/types/VH.js +32 -0
- package/cjs/dictionary/2.7/types/VID.js +13 -0
- package/cjs/dictionary/2.7/types/WVI.js +10 -0
- package/cjs/dictionary/2.7/types/WVS.js +6 -0
- package/cjs/dictionary/2.7/types/XAD.js +74 -0
- package/cjs/dictionary/2.7/types/XCN.js +124 -0
- package/cjs/dictionary/2.7/types/XON.js +52 -0
- package/cjs/dictionary/2.7/types/XPN.js +78 -0
- package/cjs/dictionary/2.7/types/XTN.js +68 -0
- package/cjs/dictionary/2.7/types/index.js +69 -0
- package/cjs/dictionary/2.7.1/index.js +13 -0
- package/cjs/dictionary/2.7.1/segments/ABS.js +31 -0
- package/cjs/dictionary/2.7.1/segments/ACC.js +25 -0
- package/cjs/dictionary/2.7.1/segments/ADD.js +10 -0
- package/cjs/dictionary/2.7.1/segments/ADJ.js +99 -0
- package/cjs/dictionary/2.7.1/segments/AIG.js +31 -0
- package/cjs/dictionary/2.7.1/segments/AIL.js +28 -0
- package/cjs/dictionary/2.7.1/segments/AIP.js +30 -0
- package/cjs/dictionary/2.7.1/segments/AIS.js +29 -0
- package/cjs/dictionary/2.7.1/segments/AL1.js +40 -0
- package/cjs/dictionary/2.7.1/segments/ARQ.js +37 -0
- package/cjs/dictionary/2.7.1/segments/ARV.js +46 -0
- package/cjs/dictionary/2.7.1/segments/AUT.js +23 -0
- package/cjs/dictionary/2.7.1/segments/BHS.js +56 -0
- package/cjs/dictionary/2.7.1/segments/BLC.js +10 -0
- package/cjs/dictionary/2.7.1/segments/BLG.js +25 -0
- package/cjs/dictionary/2.7.1/segments/BPO.js +95 -0
- package/cjs/dictionary/2.7.1/segments/BPX.js +125 -0
- package/cjs/dictionary/2.7.1/segments/BTS.js +17 -0
- package/cjs/dictionary/2.7.1/segments/BTX.js +116 -0
- package/cjs/dictionary/2.7.1/segments/CDM.js +30 -0
- package/cjs/dictionary/2.7.1/segments/CER.js +201 -0
- package/cjs/dictionary/2.7.1/segments/CM0.js +22 -0
- package/cjs/dictionary/2.7.1/segments/CM1.js +13 -0
- package/cjs/dictionary/2.7.1/segments/CM2.js +16 -0
- package/cjs/dictionary/2.7.1/segments/CNS.js +19 -0
- package/cjs/dictionary/2.7.1/segments/CON_.js +173 -0
- package/cjs/dictionary/2.7.1/segments/CSP.js +19 -0
- package/cjs/dictionary/2.7.1/segments/CSR.js +48 -0
- package/cjs/dictionary/2.7.1/segments/CSS.js +17 -0
- package/cjs/dictionary/2.7.1/segments/CTD.js +17 -0
- package/cjs/dictionary/2.7.1/segments/CTI.js +13 -0
- package/cjs/dictionary/2.7.1/segments/DB1.js +26 -0
- package/cjs/dictionary/2.7.1/segments/DG1.js +73 -0
- package/cjs/dictionary/2.7.1/segments/DMI.js +34 -0
- package/cjs/dictionary/2.7.1/segments/DRG.js +152 -0
- package/cjs/dictionary/2.7.1/segments/DSC.js +10 -0
- package/cjs/dictionary/2.7.1/segments/DSP.js +22 -0
- package/cjs/dictionary/2.7.1/segments/ECD.js +13 -0
- package/cjs/dictionary/2.7.1/segments/ECR.js +16 -0
- package/cjs/dictionary/2.7.1/segments/EDU.js +16 -0
- package/cjs/dictionary/2.7.1/segments/EQP.js +10 -0
- package/cjs/dictionary/2.7.1/segments/EQU.js +19 -0
- package/cjs/dictionary/2.7.1/segments/ERR.js +80 -0
- package/cjs/dictionary/2.7.1/segments/EVN.js +29 -0
- package/cjs/dictionary/2.7.1/segments/FHS.js +56 -0
- package/cjs/dictionary/2.7.1/segments/FT1.js +88 -0
- package/cjs/dictionary/2.7.1/segments/FTS.js +14 -0
- package/cjs/dictionary/2.7.1/segments/GOL.js +55 -0
- package/cjs/dictionary/2.7.1/segments/GP2.js +16 -0
- package/cjs/dictionary/2.7.1/segments/GT1.js +89 -0
- package/cjs/dictionary/2.7.1/segments/IAM.js +41 -0
- package/cjs/dictionary/2.7.1/segments/IIM.js +100 -0
- package/cjs/dictionary/2.7.1/segments/ILT.js +68 -0
- package/cjs/dictionary/2.7.1/segments/IN1.js +142 -0
- package/cjs/dictionary/2.7.1/segments/IN2.js +231 -0
- package/cjs/dictionary/2.7.1/segments/IN3.js +126 -0
- package/cjs/dictionary/2.7.1/segments/INV.js +54 -0
- package/cjs/dictionary/2.7.1/segments/IPC.js +60 -0
- package/cjs/dictionary/2.7.1/segments/IPR.js +57 -0
- package/cjs/dictionary/2.7.1/segments/ISD.js +13 -0
- package/cjs/dictionary/2.7.1/segments/ITM.js +46 -0
- package/cjs/dictionary/2.7.1/segments/IVC.js +186 -0
- package/cjs/dictionary/2.7.1/segments/IVT.js +169 -0
- package/cjs/dictionary/2.7.1/segments/LAN.js +16 -0
- package/cjs/dictionary/2.7.1/segments/LCC.js +19 -0
- package/cjs/dictionary/2.7.1/segments/LCH.js +16 -0
- package/cjs/dictionary/2.7.1/segments/LDP.js +26 -0
- package/cjs/dictionary/2.7.1/segments/LOC.js +23 -0
- package/cjs/dictionary/2.7.1/segments/LRL.js +16 -0
- package/cjs/dictionary/2.7.1/segments/MFA.js +41 -0
- package/cjs/dictionary/2.7.1/segments/MFE.js +48 -0
- package/cjs/dictionary/2.7.1/segments/MFI.js +20 -0
- package/cjs/dictionary/2.7.1/segments/MRG.js +25 -0
- package/cjs/dictionary/2.7.1/segments/MSA.js +39 -0
- package/cjs/dictionary/2.7.1/segments/MSH.js +102 -0
- package/cjs/dictionary/2.7.1/segments/NCK.js +13 -0
- package/cjs/dictionary/2.7.1/segments/NDS.js +16 -0
- package/cjs/dictionary/2.7.1/segments/NK1.js +131 -0
- package/cjs/dictionary/2.7.1/segments/NPU.js +14 -0
- package/cjs/dictionary/2.7.1/segments/NSC.js +34 -0
- package/cjs/dictionary/2.7.1/segments/NST.js +47 -0
- package/cjs/dictionary/2.7.1/segments/NTE.js +47 -0
- package/cjs/dictionary/2.7.1/segments/OBR.js +137 -0
- package/cjs/dictionary/2.7.1/segments/OBX.js +89 -0
- package/cjs/dictionary/2.7.1/segments/ODS.js +29 -0
- package/cjs/dictionary/2.7.1/segments/ODT.js +23 -0
- package/cjs/dictionary/2.7.1/segments/OM1.js +193 -0
- package/cjs/dictionary/2.7.1/segments/OM2.js +50 -0
- package/cjs/dictionary/2.7.1/segments/OM3.js +42 -0
- package/cjs/dictionary/2.7.1/segments/OM4.js +67 -0
- package/cjs/dictionary/2.7.1/segments/OM5.js +19 -0
- package/cjs/dictionary/2.7.1/segments/OM6.js +17 -0
- package/cjs/dictionary/2.7.1/segments/OM7.js +46 -0
- package/cjs/dictionary/2.7.1/segments/ORC.js +144 -0
- package/cjs/dictionary/2.7.1/segments/ORG.js +26 -0
- package/cjs/dictionary/2.7.1/segments/OVR.js +40 -0
- package/cjs/dictionary/2.7.1/segments/PCE.js +31 -0
- package/cjs/dictionary/2.7.1/segments/PCR.js +49 -0
- package/cjs/dictionary/2.7.1/segments/PD1.js +33 -0
- package/cjs/dictionary/2.7.1/segments/PDA.js +14 -0
- package/cjs/dictionary/2.7.1/segments/PEO.js +37 -0
- package/cjs/dictionary/2.7.1/segments/PES.js +16 -0
- package/cjs/dictionary/2.7.1/segments/PID.js +132 -0
- package/cjs/dictionary/2.7.1/segments/PKG.js +51 -0
- package/cjs/dictionary/2.7.1/segments/PMT.js +80 -0
- package/cjs/dictionary/2.7.1/segments/PR1.js +74 -0
- package/cjs/dictionary/2.7.1/segments/PRA.js +63 -0
- package/cjs/dictionary/2.7.1/segments/PRB.js +81 -0
- package/cjs/dictionary/2.7.1/segments/PRC.js +28 -0
- package/cjs/dictionary/2.7.1/segments/PRD.js +61 -0
- package/cjs/dictionary/2.7.1/segments/PSG.js +47 -0
- package/cjs/dictionary/2.7.1/segments/PSL.js +298 -0
- package/cjs/dictionary/2.7.1/segments/PSS.js +39 -0
- package/cjs/dictionary/2.7.1/segments/PTH.js +27 -0
- package/cjs/dictionary/2.7.1/segments/PV1.js +160 -0
- package/cjs/dictionary/2.7.1/segments/PV2.js +114 -0
- package/cjs/dictionary/2.7.1/segments/PYE.js +43 -0
- package/cjs/dictionary/2.7.1/segments/QAK.js +17 -0
- package/cjs/dictionary/2.7.1/segments/QID.js +10 -0
- package/cjs/dictionary/2.7.1/segments/QPD.js +10 -0
- package/cjs/dictionary/2.7.1/segments/QRD.js +47 -0
- package/cjs/dictionary/2.7.1/segments/QRF.js +41 -0
- package/cjs/dictionary/2.7.1/segments/QRI.js +10 -0
- package/cjs/dictionary/2.7.1/segments/RCP.js +16 -0
- package/cjs/dictionary/2.7.1/segments/RDT.js +10 -0
- package/cjs/dictionary/2.7.1/segments/REL.js +105 -0
- package/cjs/dictionary/2.7.1/segments/RF1.js +40 -0
- package/cjs/dictionary/2.7.1/segments/RFI.js +33 -0
- package/cjs/dictionary/2.7.1/segments/RGS.js +10 -0
- package/cjs/dictionary/2.7.1/segments/RMI.js +16 -0
- package/cjs/dictionary/2.7.1/segments/ROL.js +44 -0
- package/cjs/dictionary/2.7.1/segments/RQ1.js +47 -0
- package/cjs/dictionary/2.7.1/segments/RQD.js +62 -0
- package/cjs/dictionary/2.7.1/segments/RXA.js +132 -0
- package/cjs/dictionary/2.7.1/segments/RXC.js +51 -0
- package/cjs/dictionary/2.7.1/segments/RXD.js +153 -0
- package/cjs/dictionary/2.7.1/segments/RXE.js +223 -0
- package/cjs/dictionary/2.7.1/segments/RXG.js +157 -0
- package/cjs/dictionary/2.7.1/segments/RXO.js +187 -0
- package/cjs/dictionary/2.7.1/segments/RXR.js +44 -0
- package/cjs/dictionary/2.7.1/segments/SAC.js +77 -0
- package/cjs/dictionary/2.7.1/segments/SCD.js +239 -0
- package/cjs/dictionary/2.7.1/segments/SCH.js +40 -0
- package/cjs/dictionary/2.7.1/segments/SCP.js +58 -0
- package/cjs/dictionary/2.7.1/segments/SDD.js +50 -0
- package/cjs/dictionary/2.7.1/segments/SFT.js +44 -0
- package/cjs/dictionary/2.7.1/segments/SID.js +13 -0
- package/cjs/dictionary/2.7.1/segments/SLT.js +36 -0
- package/cjs/dictionary/2.7.1/segments/SPM.js +186 -0
- package/cjs/dictionary/2.7.1/segments/STF.js +188 -0
- package/cjs/dictionary/2.7.1/segments/STZ.js +34 -0
- package/cjs/dictionary/2.7.1/segments/TCC.js +16 -0
- package/cjs/dictionary/2.7.1/segments/TCD.js +13 -0
- package/cjs/dictionary/2.7.1/segments/TQ1.js +92 -0
- package/cjs/dictionary/2.7.1/segments/TQ2.js +70 -0
- package/cjs/dictionary/2.7.1/segments/TXA.js +31 -0
- package/cjs/dictionary/2.7.1/segments/UAC.js +19 -0
- package/cjs/dictionary/2.7.1/segments/UB1.js +10 -0
- package/cjs/dictionary/2.7.1/segments/UB2.js +89 -0
- package/cjs/dictionary/2.7.1/segments/URD.js +27 -0
- package/cjs/dictionary/2.7.1/segments/URS.js +40 -0
- package/cjs/dictionary/2.7.1/segments/VAR.js +19 -0
- package/cjs/dictionary/2.7.1/segments/VND.js +36 -0
- package/cjs/dictionary/2.7.1/segments/index.js +166 -0
- package/cjs/dictionary/2.7.1/types/AD.js +31 -0
- package/cjs/dictionary/2.7.1/types/AUI.js +25 -0
- package/cjs/dictionary/2.7.1/types/CCD.js +21 -0
- package/cjs/dictionary/2.7.1/types/CCP.js +26 -0
- package/cjs/dictionary/2.7.1/types/CD.js +22 -0
- package/cjs/dictionary/2.7.1/types/CF.js +24 -0
- package/cjs/dictionary/2.7.1/types/CNE.js +24 -0
- package/cjs/dictionary/2.7.1/types/CNN.js +33 -0
- package/cjs/dictionary/2.7.1/types/CP.js +22 -0
- package/cjs/dictionary/2.7.1/types/CQ.js +11 -0
- package/cjs/dictionary/2.7.1/types/CSU.js +50 -0
- package/cjs/dictionary/2.7.1/types/CWE.js +62 -0
- package/cjs/dictionary/2.7.1/types/CX.js +32 -0
- package/cjs/dictionary/2.7.1/types/DDI.js +26 -0
- package/cjs/dictionary/2.7.1/types/DIN.js +21 -0
- package/cjs/dictionary/2.7.1/types/DLD.js +19 -0
- package/cjs/dictionary/2.7.1/types/DLN.js +14 -0
- package/cjs/dictionary/2.7.1/types/DLT.js +33 -0
- package/cjs/dictionary/2.7.1/types/DR.js +16 -0
- package/cjs/dictionary/2.7.1/types/DTM.js +6 -0
- package/cjs/dictionary/2.7.1/types/DTN.js +20 -0
- package/cjs/dictionary/2.7.1/types/ED.js +25 -0
- package/cjs/dictionary/2.7.1/types/EI.js +18 -0
- package/cjs/dictionary/2.7.1/types/EIP.js +20 -0
- package/cjs/dictionary/2.7.1/types/ERL.js +45 -0
- package/cjs/dictionary/2.7.1/types/FC.js +15 -0
- package/cjs/dictionary/2.7.1/types/FN.js +17 -0
- package/cjs/dictionary/2.7.1/types/GTS.js +6 -0
- package/cjs/dictionary/2.7.1/types/HD.js +18 -0
- package/cjs/dictionary/2.7.1/types/ICD.js +28 -0
- package/cjs/dictionary/2.7.1/types/JCC.js +20 -0
- package/cjs/dictionary/2.7.1/types/LA1.js +69 -0
- package/cjs/dictionary/2.7.1/types/LA2.js +114 -0
- package/cjs/dictionary/2.7.1/types/MO.js +10 -0
- package/cjs/dictionary/2.7.1/types/MOC.js +20 -0
- package/cjs/dictionary/2.7.1/types/MOP.js +27 -0
- package/cjs/dictionary/2.7.1/types/MSG.js +30 -0
- package/cjs/dictionary/2.7.1/types/NA.js +43 -0
- package/cjs/dictionary/2.7.1/types/NDL.js +75 -0
- package/cjs/dictionary/2.7.1/types/NR.js +20 -0
- package/cjs/dictionary/2.7.1/types/OCD.js +21 -0
- package/cjs/dictionary/2.7.1/types/OSD.js +79 -0
- package/cjs/dictionary/2.7.1/types/OSP.js +27 -0
- package/cjs/dictionary/2.7.1/types/PIP.js +40 -0
- package/cjs/dictionary/2.7.1/types/PL.js +44 -0
- package/cjs/dictionary/2.7.1/types/PLN.js +32 -0
- package/cjs/dictionary/2.7.1/types/PPN.js +77 -0
- package/cjs/dictionary/2.7.1/types/PRL.js +26 -0
- package/cjs/dictionary/2.7.1/types/PT.js +17 -0
- package/cjs/dictionary/2.7.1/types/PTA.js +30 -0
- package/cjs/dictionary/2.7.1/types/QIP.js +15 -0
- package/cjs/dictionary/2.7.1/types/QSC.js +19 -0
- package/cjs/dictionary/2.7.1/types/RCD.js +17 -0
- package/cjs/dictionary/2.7.1/types/RFR.js +50 -0
- package/cjs/dictionary/2.7.1/types/RI.js +10 -0
- package/cjs/dictionary/2.7.1/types/RMC.js +30 -0
- package/cjs/dictionary/2.7.1/types/RP.js +15 -0
- package/cjs/dictionary/2.7.1/types/RPT.js +78 -0
- package/cjs/dictionary/2.7.1/types/SAD.js +10 -0
- package/cjs/dictionary/2.7.1/types/SCV.js +11 -0
- package/cjs/dictionary/2.7.1/types/SI.js +6 -0
- package/cjs/dictionary/2.7.1/types/SN.js +14 -0
- package/cjs/dictionary/2.7.1/types/SPD.js +34 -0
- package/cjs/dictionary/2.7.1/types/SRT.js +15 -0
- package/cjs/dictionary/2.7.1/types/TQ.js +77 -0
- package/cjs/dictionary/2.7.1/types/UVC.js +20 -0
- package/cjs/dictionary/2.7.1/types/VH.js +15 -0
- package/cjs/dictionary/2.7.1/types/VID.js +27 -0
- package/cjs/dictionary/2.7.1/types/VR.js +20 -0
- package/cjs/dictionary/2.7.1/types/WVI.js +19 -0
- package/cjs/dictionary/2.7.1/types/WVS.js +19 -0
- package/cjs/dictionary/2.7.1/types/XAD.js +109 -0
- package/cjs/dictionary/2.7.1/types/XCN.js +81 -0
- package/cjs/dictionary/2.7.1/types/XON.js +43 -0
- package/cjs/dictionary/2.7.1/types/XPN.js +46 -0
- package/cjs/dictionary/2.7.1/types/XTN.js +77 -0
- package/cjs/dictionary/2.7.1/types/index.js +79 -0
- package/cjs/dictionary/2.8/index.js +9 -0
- package/cjs/dictionary/index.js +38 -0
- package/cjs/dictionary/segment-fields/abs-segment.enum.js +20 -0
- package/cjs/dictionary/segment-fields/acc-segment.enum.js +18 -0
- package/cjs/dictionary/segment-fields/add-segment.enum.js +7 -0
- package/cjs/dictionary/segment-fields/adj-segment.enum.js +21 -0
- package/cjs/dictionary/segment-fields/aff-segment.enum.js +11 -0
- package/cjs/dictionary/segment-fields/aig-segment.enum.js +20 -0
- package/cjs/dictionary/segment-fields/ail-segment.enum.js +18 -0
- package/cjs/dictionary/segment-fields/aip-segment.enum.js +18 -0
- package/cjs/dictionary/segment-fields/ais-segment.enum.js +18 -0
- package/cjs/dictionary/segment-fields/al1-segment.enum.js +12 -0
- package/cjs/dictionary/segment-fields/apr-segment.enum.js +11 -0
- package/cjs/dictionary/segment-fields/arq-segment.enum.js +31 -0
- package/cjs/dictionary/segment-fields/arv-segment.enum.js +12 -0
- package/cjs/dictionary/segment-fields/aut-segment.enum.js +18 -0
- package/cjs/dictionary/segment-fields/bhs-segment.enum.js +20 -0
- package/cjs/dictionary/segment-fields/blc-segment.enum.js +8 -0
- package/cjs/dictionary/segment-fields/blg-segment.enum.js +10 -0
- package/cjs/dictionary/segment-fields/bpo-segment.enum.js +20 -0
- package/cjs/dictionary/segment-fields/bpx-segment.enum.js +27 -0
- package/cjs/dictionary/segment-fields/bts-segment.enum.js +9 -0
- package/cjs/dictionary/segment-fields/btx-segment.enum.js +25 -0
- package/cjs/dictionary/segment-fields/cdm-segment.enum.js +19 -0
- package/cjs/dictionary/segment-fields/cer-segment.enum.js +37 -0
- package/cjs/dictionary/segment-fields/cm0-segment.enum.js +17 -0
- package/cjs/dictionary/segment-fields/cm1-segment.enum.js +9 -0
- package/cjs/dictionary/segment-fields/cm2-segment.enum.js +10 -0
- package/cjs/dictionary/segment-fields/cns-segment.enum.js +12 -0
- package/cjs/dictionary/segment-fields/con-segment.enum.js +31 -0
- package/cjs/dictionary/segment-fields/csp-segment.enum.js +10 -0
- package/cjs/dictionary/segment-fields/csr-segment.enum.js +22 -0
- package/cjs/dictionary/segment-fields/css-segment.enum.js +9 -0
- package/cjs/dictionary/segment-fields/ctd-segment.enum.js +13 -0
- package/cjs/dictionary/segment-fields/cti-segment.enum.js +9 -0
- package/cjs/dictionary/segment-fields/db1-segment.enum.js +14 -0
- package/cjs/dictionary/segment-fields/dg1-segment.enum.js +32 -0
- package/cjs/dictionary/segment-fields/dmi-segment.enum.js +11 -0
- package/cjs/dictionary/segment-fields/drg-segment.enum.js +39 -0
- package/cjs/dictionary/segment-fields/dsc-segment.enum.js +8 -0
- package/cjs/dictionary/segment-fields/dsp-segment.enum.js +11 -0
- package/cjs/dictionary/segment-fields/ecd-segment.enum.js +11 -0
- package/cjs/dictionary/segment-fields/ecr-segment.enum.js +9 -0
- package/cjs/dictionary/segment-fields/ed-segment.enum.js +7 -0
- package/cjs/dictionary/segment-fields/edu-segment.enum.js +15 -0
- package/cjs/dictionary/segment-fields/eql-segment.enum.js +10 -0
- package/cjs/dictionary/segment-fields/eqp-segment.enum.js +11 -0
- package/cjs/dictionary/segment-fields/equ-segment.enum.js +11 -0
- package/cjs/dictionary/segment-fields/erq-segment.enum.js +9 -0
- package/cjs/dictionary/segment-fields/err-segment.enum.js +18 -0
- package/cjs/dictionary/segment-fields/evn-segment.enum.js +13 -0
- package/cjs/dictionary/segment-fields/fac-segment.enum.js +18 -0
- package/cjs/dictionary/segment-fields/fhs-segment.enum.js +20 -0
- package/cjs/dictionary/segment-fields/ft1-segment.enum.js +49 -0
- package/cjs/dictionary/segment-fields/fts-segment.enum.js +8 -0
- package/cjs/dictionary/segment-fields/gol-segment.enum.js +28 -0
- package/cjs/dictionary/segment-fields/gp1-segment.enum.js +11 -0
- package/cjs/dictionary/segment-fields/gp2-segment.enum.js +20 -0
- package/cjs/dictionary/segment-fields/gt1-segment.enum.js +63 -0
- package/cjs/dictionary/segment-fields/iam-segment.enum.js +36 -0
- package/cjs/dictionary/segment-fields/iar-segment.enum.js +10 -0
- package/cjs/dictionary/segment-fields/iim-segment.enum.js +21 -0
- package/cjs/dictionary/segment-fields/ilt-segment.enum.js +16 -0
- package/cjs/dictionary/segment-fields/in1-segment.enum.js +60 -0
- package/cjs/dictionary/segment-fields/in2-segment.enum.js +78 -0
- package/cjs/dictionary/segment-fields/in3-segment.enum.js +31 -0
- package/cjs/dictionary/segment-fields/index.js +185 -0
- package/cjs/dictionary/segment-fields/inv-segment.enum.js +26 -0
- package/cjs/dictionary/segment-fields/ipc-segment.enum.js +15 -0
- package/cjs/dictionary/segment-fields/ipr-segment.enum.js +14 -0
- package/cjs/dictionary/segment-fields/isd-segment.enum.js +9 -0
- package/cjs/dictionary/segment-fields/itm-segment.enum.js +35 -0
- package/cjs/dictionary/segment-fields/ivc-segment.enum.js +36 -0
- package/cjs/dictionary/segment-fields/ivt-segment.enum.js +32 -0
- package/cjs/dictionary/segment-fields/lan-segment.enum.js +10 -0
- package/cjs/dictionary/segment-fields/lcc-segment.enum.js +10 -0
- package/cjs/dictionary/segment-fields/lch-segment.enum.js +11 -0
- package/cjs/dictionary/segment-fields/ldp-segment.enum.js +18 -0
- package/cjs/dictionary/segment-fields/loc-segment.enum.js +15 -0
- package/cjs/dictionary/segment-fields/lrl-segment.enum.js +12 -0
- package/cjs/dictionary/segment-fields/mfa-segment.enum.js +12 -0
- package/cjs/dictionary/segment-fields/mfe-segment.enum.js +13 -0
- package/cjs/dictionary/segment-fields/mfi-segment.enum.js +12 -0
- package/cjs/dictionary/segment-fields/mrg-segment.enum.js +13 -0
- package/cjs/dictionary/segment-fields/msa-segment.enum.js +14 -0
- package/cjs/dictionary/segment-fields/msh-segment.enum.js +31 -0
- package/cjs/dictionary/segment-fields/nck-segment.enum.js +7 -0
- package/cjs/dictionary/segment-fields/nds-segment.enum.js +10 -0
- package/cjs/dictionary/segment-fields/nk1-segment.enum.js +47 -0
- package/cjs/dictionary/segment-fields/npu-segment.enum.js +8 -0
- package/cjs/dictionary/segment-fields/nsc-segment.enum.js +15 -0
- package/cjs/dictionary/segment-fields/nst-segment.enum.js +21 -0
- package/cjs/dictionary/segment-fields/nte-segment.enum.js +14 -0
- package/cjs/dictionary/segment-fields/obr-segment.enum.js +60 -0
- package/cjs/dictionary/segment-fields/obx-segment.enum.js +32 -0
- package/cjs/dictionary/segment-fields/ods-segment.enum.js +10 -0
- package/cjs/dictionary/segment-fields/odt-segment.enum.js +9 -0
- package/cjs/dictionary/segment-fields/om1-segment.enum.js +53 -0
- package/cjs/dictionary/segment-fields/om2-segment.enum.js +17 -0
- package/cjs/dictionary/segment-fields/om3-segment.enum.js +14 -0
- package/cjs/dictionary/segment-fields/om4-segment.enum.js +21 -0
- package/cjs/dictionary/segment-fields/om5-segment.enum.js +10 -0
- package/cjs/dictionary/segment-fields/om6-segment.enum.js +9 -0
- package/cjs/dictionary/segment-fields/om7-segment.enum.js +30 -0
- package/cjs/dictionary/segment-fields/orc-segment.enum.js +39 -0
- package/cjs/dictionary/segment-fields/org-segment.enum.js +19 -0
- package/cjs/dictionary/segment-fields/oro-segment.enum.js +10 -0
- package/cjs/dictionary/segment-fields/ovr-segment.enum.js +11 -0
- package/cjs/dictionary/segment-fields/pac-segment.enum.js +14 -0
- package/cjs/dictionary/segment-fields/pce-segment.enum.js +10 -0
- package/cjs/dictionary/segment-fields/pcr-segment.enum.js +29 -0
- package/cjs/dictionary/segment-fields/pd1-segment.enum.js +28 -0
- package/cjs/dictionary/segment-fields/pda-segment.enum.js +15 -0
- package/cjs/dictionary/segment-fields/pdc-segment.enum.js +21 -0
- package/cjs/dictionary/segment-fields/peo-segment.enum.js +31 -0
- package/cjs/dictionary/segment-fields/pes-segment.enum.js +19 -0
- package/cjs/dictionary/segment-fields/pid-segment.enum.js +46 -0
- package/cjs/dictionary/segment-fields/pkg-segment.enum.js +13 -0
- package/cjs/dictionary/segment-fields/pmt-segment.enum.js +18 -0
- package/cjs/dictionary/segment-fields/pr1-segment.enum.js +31 -0
- package/cjs/dictionary/segment-fields/pra-segment.enum.js +18 -0
- package/cjs/dictionary/segment-fields/prb-segment.enum.js +34 -0
- package/cjs/dictionary/segment-fields/prc-segment.enum.js +24 -0
- package/cjs/dictionary/segment-fields/prd-segment.enum.js +20 -0
- package/cjs/dictionary/segment-fields/prt-segment.enum.js +21 -0
- package/cjs/dictionary/segment-fields/psg-segment.enum.js +12 -0
- package/cjs/dictionary/segment-fields/psh-segment.enum.js +20 -0
- package/cjs/dictionary/segment-fields/psl-segment.enum.js +54 -0
- package/cjs/dictionary/segment-fields/pss-segment.enum.js +11 -0
- package/cjs/dictionary/segment-fields/pth-segment.enum.js +13 -0
- package/cjs/dictionary/segment-fields/pv1-segment.enum.js +60 -0
- package/cjs/dictionary/segment-fields/pv2-segment.enum.js +56 -0
- package/cjs/dictionary/segment-fields/pye-segment.enum.js +13 -0
- package/cjs/dictionary/segment-fields/qak-segment.enum.js +12 -0
- package/cjs/dictionary/segment-fields/qck-segment.enum.js +7 -0
- package/cjs/dictionary/segment-fields/qid-segment.enum.js +8 -0
- package/cjs/dictionary/segment-fields/qpd-segment.enum.js +9 -0
- package/cjs/dictionary/segment-fields/qrd-segment.enum.js +18 -0
- package/cjs/dictionary/segment-fields/qrf-segment.enum.js +16 -0
- package/cjs/dictionary/segment-fields/qri-segment.enum.js +9 -0
- package/cjs/dictionary/segment-fields/rcp-segment.enum.js +13 -0
- package/cjs/dictionary/segment-fields/rdf-segment.enum.js +8 -0
- package/cjs/dictionary/segment-fields/rdt-segment.enum.js +7 -0
- package/cjs/dictionary/segment-fields/rel-segment.enum.js +22 -0
- package/cjs/dictionary/segment-fields/rf1-segment.enum.js +18 -0
- package/cjs/dictionary/segment-fields/rfi-segment.enum.js +10 -0
- package/cjs/dictionary/segment-fields/rgs-segment.enum.js +9 -0
- package/cjs/dictionary/segment-fields/rmi-segment.enum.js +9 -0
- package/cjs/dictionary/segment-fields/rol-segment.enum.js +20 -0
- package/cjs/dictionary/segment-fields/rq1-segment.enum.js +13 -0
- package/cjs/dictionary/segment-fields/rqd-segment.enum.js +16 -0
- package/cjs/dictionary/segment-fields/rx1-segment.enum.js +31 -0
- package/cjs/dictionary/segment-fields/rxa-segment.enum.js +34 -0
- package/cjs/dictionary/segment-fields/rxc-segment.enum.js +15 -0
- package/cjs/dictionary/segment-fields/rxd-segment.enum.js +40 -0
- package/cjs/dictionary/segment-fields/rxe-segment.enum.js +51 -0
- package/cjs/dictionary/segment-fields/rxg-segment.enum.js +36 -0
- package/cjs/dictionary/segment-fields/rxo-segment.enum.js +42 -0
- package/cjs/dictionary/segment-fields/rxr-segment.enum.js +12 -0
- package/cjs/dictionary/segment-fields/sac-segment.enum.js +50 -0
- package/cjs/dictionary/segment-fields/scd-segment.enum.js +43 -0
- package/cjs/dictionary/segment-fields/sch-segment.enum.js +33 -0
- package/cjs/dictionary/segment-fields/scp-segment.enum.js +14 -0
- package/cjs/dictionary/segment-fields/sdd-segment.enum.js +13 -0
- package/cjs/dictionary/segment-fields/sft-segment.enum.js +12 -0
- package/cjs/dictionary/segment-fields/shp-segment.enum.js +17 -0
- package/cjs/dictionary/segment-fields/sid-segment.enum.js +10 -0
- package/cjs/dictionary/segment-fields/slt-segment.enum.js +11 -0
- package/cjs/dictionary/segment-fields/spm-segment.enum.js +38 -0
- package/cjs/dictionary/segment-fields/spr-segment.enum.js +10 -0
- package/cjs/dictionary/segment-fields/stf-segment.enum.js +47 -0
- package/cjs/dictionary/segment-fields/stz-segment.enum.js +10 -0
- package/cjs/dictionary/segment-fields/tcc-segment.enum.js +20 -0
- package/cjs/dictionary/segment-fields/tcd-segment.enum.js +14 -0
- package/cjs/dictionary/segment-fields/tq1-segment.enum.js +20 -0
- package/cjs/dictionary/segment-fields/tq2-segment.enum.js +16 -0
- package/cjs/dictionary/segment-fields/txa-segment.enum.js +32 -0
- package/cjs/dictionary/segment-fields/uac-segment.enum.js +8 -0
- package/cjs/dictionary/segment-fields/ub1-segment.enum.js +29 -0
- package/cjs/dictionary/segment-fields/ub2-segment.enum.js +23 -0
- package/cjs/dictionary/segment-fields/urd-segment.enum.js +13 -0
- package/cjs/dictionary/segment-fields/urs-segment.enum.js +15 -0
- package/cjs/dictionary/segment-fields/var-segment.enum.js +12 -0
- package/cjs/dictionary/segment-fields/vnd-segment.enum.js +11 -0
- package/cjs/dictionary/segment-fields/vtq-segment.enum.js +11 -0
- package/cjs/dictionary/tables/acknowledgment-code.enum.js +2 -0
- package/cjs/dictionary/tables/index.js +4 -0
- package/cjs/dictionary/type-fields/ad-type.enum.js +14 -0
- package/cjs/dictionary/type-fields/aui-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/ccd-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/ccp-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/cd-type.enum.js +12 -0
- package/cjs/dictionary/type-fields/ce-type.enum.js +12 -0
- package/cjs/dictionary/type-fields/cf-type.enum.js +28 -0
- package/cjs/dictionary/type-fields/ck-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/ck_account_no-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/cm_abs_range-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/cm_aui-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/cm_batch_total-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_ccd-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_ccp-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/cm_cd_electrode-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_csu-type.enum.js +13 -0
- package/cjs/dictionary/type-fields/cm_ddi-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/cm_din-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_dld-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_dlt-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/cm_dtn-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_eip-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_eld-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/cm_filler-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_finance-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_group_id-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_internal_location-type.enum.js +14 -0
- package/cjs/dictionary/type-fields/cm_job_code-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_la1-type.enum.js +22 -0
- package/cjs/dictionary/type-fields/cm_license_no-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_mdv-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_moc-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_msg-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_ndl-type.enum.js +17 -0
- package/cjs/dictionary/type-fields/cm_ocd-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_osd-type.enum.js +17 -0
- package/cjs/dictionary/type-fields/cm_osp-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/cm_parent_result-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/cm_pat_id-type.enum.js +11 -0
- package/cjs/dictionary/type-fields/cm_pat_id_0192-type.enum.js +11 -0
- package/cjs/dictionary/type-fields/cm_pcf-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/cm_pen-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_pi-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/cm_pip-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/cm_placer-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_pln-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/cm_position-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/cm_practitioner-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_prl-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/cm_pta-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/cm_range-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_rfr-type.enum.js +13 -0
- package/cjs/dictionary/type-fields/cm_ri-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_rmc-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/cm_spd-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/cm_sps-type.enum.js +12 -0
- package/cjs/dictionary/type-fields/cm_uvc-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_vr-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cm_wvi-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cn-type.enum.js +19 -0
- package/cjs/dictionary/type-fields/cn_person-type.enum.js +14 -0
- package/cjs/dictionary/type-fields/cne-type.enum.js +28 -0
- package/cjs/dictionary/type-fields/cnn-type.enum.js +17 -0
- package/cjs/dictionary/type-fields/cns-type.enum.js +17 -0
- package/cjs/dictionary/type-fields/cp-type.enum.js +12 -0
- package/cjs/dictionary/type-fields/cq-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/cq_quantity-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/csu-type.enum.js +29 -0
- package/cjs/dictionary/type-fields/cwe-type.enum.js +28 -0
- package/cjs/dictionary/type-fields/cx-type.enum.js +18 -0
- package/cjs/dictionary/type-fields/ddi-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/din-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/dld-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/dln-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/dlt-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/dr-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/dtn-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/ed-type.enum.js +11 -0
- package/cjs/dictionary/type-fields/ei-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/eip-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/eld-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/erl-type.enum.js +12 -0
- package/cjs/dictionary/type-fields/fc-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/fn-type.enum.js +11 -0
- package/cjs/dictionary/type-fields/hd-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/icd-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/index.js +140 -0
- package/cjs/dictionary/type-fields/jcc-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/la1-type.enum.js +15 -0
- package/cjs/dictionary/type-fields/la2-type.enum.js +22 -0
- package/cjs/dictionary/type-fields/ma-type.enum.js +16 -0
- package/cjs/dictionary/type-fields/mo-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/moc-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/mop-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/msg-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/na-type.enum.js +16 -0
- package/cjs/dictionary/type-fields/ndl-type.enum.js +17 -0
- package/cjs/dictionary/type-fields/nr-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/ocd-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/osd-type.enum.js +17 -0
- package/cjs/dictionary/type-fields/osp-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/pcf-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/pi-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/pip-type.enum.js +11 -0
- package/cjs/dictionary/type-fields/pl-type.enum.js +17 -0
- package/cjs/dictionary/type-fields/pln-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/pn-type.enum.js +12 -0
- package/cjs/dictionary/type-fields/ppn-type.enum.js +32 -0
- package/cjs/dictionary/type-fields/prl-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/pt-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/pta-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/qip-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/qsc-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/rcd-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/rfr-type.enum.js +13 -0
- package/cjs/dictionary/type-fields/ri-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/rmc-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/rp-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/rpt-type.enum.js +17 -0
- package/cjs/dictionary/type-fields/sad-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/scv-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/sn-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/spd-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/sps-type.enum.js +13 -0
- package/cjs/dictionary/type-fields/srt-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/tq-type.enum.js +18 -0
- package/cjs/dictionary/type-fields/ts-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/uvc-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/vh-type.enum.js +10 -0
- package/cjs/dictionary/type-fields/vid-type.enum.js +9 -0
- package/cjs/dictionary/type-fields/vr-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/wvi-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/wvs-type.enum.js +8 -0
- package/cjs/dictionary/type-fields/xad-type.enum.js +29 -0
- package/cjs/dictionary/type-fields/xcn-type.enum.js +31 -0
- package/cjs/dictionary/type-fields/xon-type.enum.js +16 -0
- package/cjs/dictionary/type-fields/xpn-type.enum.js +21 -0
- package/cjs/dictionary/type-fields/xtn-type.enum.js +24 -0
- package/cjs/hl7-component.js +154 -0
- package/cjs/hl7-dictionary.js +33 -0
- package/cjs/hl7-error.js +28 -0
- package/cjs/hl7-field.js +81 -0
- package/cjs/hl7-message.js +226 -0
- package/cjs/hl7-repetition.js +73 -0
- package/cjs/hl7-segment.js +86 -0
- package/cjs/hl7-sub-component.js +83 -0
- package/cjs/index.js +16 -0
- package/cjs/interfaces/dictionary.types.js +4 -0
- package/cjs/interfaces/index.js +5 -0
- package/cjs/interfaces/version.enum.js +17 -0
- package/cjs/package.json +3 -0
- package/cjs/utils/hl7-date.js +28 -0
- package/cjs/utils/hl7-escape.js +88 -0
- package/esm/constants.js +9 -0
- package/esm/dictionary/2.1/dictionary.js +10 -0
- package/esm/dictionary/2.1/index.js +3 -0
- package/esm/dictionary/2.1/patches.js +27 -0
- package/esm/dictionary/2.1/segments/ACC.js +27 -0
- package/esm/dictionary/2.1/segments/ADD.js +12 -0
- package/esm/dictionary/2.1/segments/BHS.js +89 -0
- package/esm/dictionary/2.1/segments/BLG.js +27 -0
- package/esm/dictionary/2.1/segments/BTS.js +26 -0
- package/esm/dictionary/2.1/segments/DG1.js +109 -0
- package/esm/dictionary/2.1/segments/DSC.js +12 -0
- package/esm/dictionary/2.1/segments/DSP.js +40 -0
- package/esm/dictionary/2.1/segments/ERR.js +13 -0
- package/esm/dictionary/2.1/segments/EVN.js +35 -0
- package/esm/dictionary/2.1/segments/FHS.js +89 -0
- package/esm/dictionary/2.1/segments/FT1.js +165 -0
- package/esm/dictionary/2.1/segments/FTS.js +19 -0
- package/esm/dictionary/2.1/segments/GT1.js +149 -0
- package/esm/dictionary/2.1/segments/IN1.js +323 -0
- package/esm/dictionary/2.1/segments/MFI.js +50 -0
- package/esm/dictionary/2.1/segments/MRG.js +26 -0
- package/esm/dictionary/2.1/segments/MSA.js +42 -0
- package/esm/dictionary/2.1/segments/MSH.js +104 -0
- package/esm/dictionary/2.1/segments/NCK.js +12 -0
- package/esm/dictionary/2.1/segments/NK1.js +40 -0
- package/esm/dictionary/2.1/segments/NPU.js +21 -0
- package/esm/dictionary/2.1/segments/NSC.js +68 -0
- package/esm/dictionary/2.1/segments/NST.js +110 -0
- package/esm/dictionary/2.1/segments/NTE.js +27 -0
- package/esm/dictionary/2.1/segments/OBR.js +260 -0
- package/esm/dictionary/2.1/segments/OBX.js +92 -0
- package/esm/dictionary/2.1/segments/ORC.js +103 -0
- package/esm/dictionary/2.1/segments/ORO.js +34 -0
- package/esm/dictionary/2.1/segments/PID.js +149 -0
- package/esm/dictionary/2.1/segments/PR1.js +101 -0
- package/esm/dictionary/2.1/segments/PV1.js +376 -0
- package/esm/dictionary/2.1/segments/QRD.js +94 -0
- package/esm/dictionary/2.1/segments/QRF.js +40 -0
- package/esm/dictionary/2.1/segments/RX1.js +211 -0
- package/esm/dictionary/2.1/segments/UB1.js +167 -0
- package/esm/dictionary/2.1/segments/URD.js +57 -0
- package/esm/dictionary/2.1/segments/URS.js +40 -0
- package/esm/dictionary/2.1/segments/index.js +38 -0
- package/esm/dictionary/2.1/types/AD.js +41 -0
- package/esm/dictionary/2.1/types/CE.js +41 -0
- package/esm/dictionary/2.1/types/CK.js +23 -0
- package/esm/dictionary/2.1/types/CM.js +3 -0
- package/esm/dictionary/2.1/types/CM_MSG.js +17 -0
- package/esm/dictionary/2.1/types/CN.js +35 -0
- package/esm/dictionary/2.1/types/CQ.js +17 -0
- package/esm/dictionary/2.1/types/DT.js +3 -0
- package/esm/dictionary/2.1/types/FT.js +3 -0
- package/esm/dictionary/2.1/types/ID.js +3 -0
- package/esm/dictionary/2.1/types/IS.js +3 -0
- package/esm/dictionary/2.1/types/NM.js +3 -0
- package/esm/dictionary/2.1/types/PN.js +41 -0
- package/esm/dictionary/2.1/types/SI.js +3 -0
- package/esm/dictionary/2.1/types/ST.js +3 -0
- package/esm/dictionary/2.1/types/TM.js +3 -0
- package/esm/dictionary/2.1/types/TN.js +3 -0
- package/esm/dictionary/2.1/types/TS.js +17 -0
- package/esm/dictionary/2.1/types/TX.js +3 -0
- package/esm/dictionary/2.1/types/VARIES.js +3 -0
- package/esm/dictionary/2.1/types/index.js +20 -0
- package/esm/dictionary/2.2/index.js +10 -0
- package/esm/dictionary/2.2/segments/ACC.js +8 -0
- package/esm/dictionary/2.2/segments/ADD.js +8 -0
- package/esm/dictionary/2.2/segments/AL1.js +49 -0
- package/esm/dictionary/2.2/segments/BHS.js +43 -0
- package/esm/dictionary/2.2/segments/BLG.js +15 -0
- package/esm/dictionary/2.2/segments/BTS.js +15 -0
- package/esm/dictionary/2.2/segments/DG1.js +41 -0
- package/esm/dictionary/2.2/segments/DSC.js +8 -0
- package/esm/dictionary/2.2/segments/DSP.js +19 -0
- package/esm/dictionary/2.2/segments/ERR.js +8 -0
- package/esm/dictionary/2.2/segments/EVN.js +26 -0
- package/esm/dictionary/2.2/segments/FHS.js +43 -0
- package/esm/dictionary/2.2/segments/FT1.js +51 -0
- package/esm/dictionary/2.2/segments/FTS.js +11 -0
- package/esm/dictionary/2.2/segments/GT1.js +35 -0
- package/esm/dictionary/2.2/segments/IN1.js +89 -0
- package/esm/dictionary/2.2/segments/IN2.js +225 -0
- package/esm/dictionary/2.2/segments/IN3.js +183 -0
- package/esm/dictionary/2.2/segments/MFA.js +41 -0
- package/esm/dictionary/2.2/segments/MFE.js +34 -0
- package/esm/dictionary/2.2/segments/MRG.js +23 -0
- package/esm/dictionary/2.2/segments/MSA.js +26 -0
- package/esm/dictionary/2.2/segments/MSH.js +48 -0
- package/esm/dictionary/2.2/segments/NCK.js +8 -0
- package/esm/dictionary/2.2/segments/NK1.js +78 -0
- package/esm/dictionary/2.2/segments/NPU.js +12 -0
- package/esm/dictionary/2.2/segments/NSC.js +31 -0
- package/esm/dictionary/2.2/segments/NST.js +52 -0
- package/esm/dictionary/2.2/segments/NTE.js +15 -0
- package/esm/dictionary/2.2/segments/OBR.js +140 -0
- package/esm/dictionary/2.2/segments/OBX.js +75 -0
- package/esm/dictionary/2.2/segments/ODS.js +34 -0
- package/esm/dictionary/2.2/segments/ODT.js +26 -0
- package/esm/dictionary/2.2/segments/OM1.js +307 -0
- package/esm/dictionary/2.2/segments/OM2.js +82 -0
- package/esm/dictionary/2.2/segments/OM3.js +61 -0
- package/esm/dictionary/2.2/segments/OM4.js +112 -0
- package/esm/dictionary/2.2/segments/OM5.js +33 -0
- package/esm/dictionary/2.2/segments/OM6.js +26 -0
- package/esm/dictionary/2.2/segments/ORC.js +96 -0
- package/esm/dictionary/2.2/segments/PID.js +113 -0
- package/esm/dictionary/2.2/segments/PR1.js +34 -0
- package/esm/dictionary/2.2/segments/PRA.js +56 -0
- package/esm/dictionary/2.2/segments/PV1.js +174 -0
- package/esm/dictionary/2.2/segments/PV2.js +69 -0
- package/esm/dictionary/2.2/segments/QRD.js +45 -0
- package/esm/dictionary/2.2/segments/QRF.js +45 -0
- package/esm/dictionary/2.2/segments/RQ1.js +56 -0
- package/esm/dictionary/2.2/segments/RQD.js +75 -0
- package/esm/dictionary/2.2/segments/RXA.js +89 -0
- package/esm/dictionary/2.2/segments/RXC.js +34 -0
- package/esm/dictionary/2.2/segments/RXD.js +111 -0
- package/esm/dictionary/2.2/segments/RXE.js +174 -0
- package/esm/dictionary/2.2/segments/RXG.js +118 -0
- package/esm/dictionary/2.2/segments/RXO.js +125 -0
- package/esm/dictionary/2.2/segments/RXR.js +33 -0
- package/esm/dictionary/2.2/segments/STF.js +121 -0
- package/esm/dictionary/2.2/segments/UB1.js +70 -0
- package/esm/dictionary/2.2/segments/UB2.js +118 -0
- package/esm/dictionary/2.2/segments/URD.js +26 -0
- package/esm/dictionary/2.2/segments/URS.js +45 -0
- package/esm/dictionary/2.2/segments/index.js +61 -0
- package/esm/dictionary/2.2/types/AD.js +23 -0
- package/esm/dictionary/2.2/types/CK.js +16 -0
- package/esm/dictionary/2.2/types/CK_ACCOUNT_NO.js +29 -0
- package/esm/dictionary/2.2/types/CM_ABS_RANGE.js +29 -0
- package/esm/dictionary/2.2/types/CM_AUI.js +23 -0
- package/esm/dictionary/2.2/types/CM_BATCH_TOTAL.js +17 -0
- package/esm/dictionary/2.2/types/CM_CCD.js +17 -0
- package/esm/dictionary/2.2/types/CM_DDI.js +23 -0
- package/esm/dictionary/2.2/types/CM_DIN.js +17 -0
- package/esm/dictionary/2.2/types/CM_DLD.js +17 -0
- package/esm/dictionary/2.2/types/CM_DLT.js +29 -0
- package/esm/dictionary/2.2/types/CM_DTN.js +17 -0
- package/esm/dictionary/2.2/types/CM_EIP.js +17 -0
- package/esm/dictionary/2.2/types/CM_ELD.js +29 -0
- package/esm/dictionary/2.2/types/CM_FILLER.js +17 -0
- package/esm/dictionary/2.2/types/CM_FINANCE.js +17 -0
- package/esm/dictionary/2.2/types/CM_GROUP_ID.js +17 -0
- package/esm/dictionary/2.2/types/CM_INTERNAL_LOCATION.js +53 -0
- package/esm/dictionary/2.2/types/CM_JOB_CODE.js +17 -0
- package/esm/dictionary/2.2/types/CM_LA1.js +17 -0
- package/esm/dictionary/2.2/types/CM_LICENSE_NO.js +17 -0
- package/esm/dictionary/2.2/types/CM_MOC.js +17 -0
- package/esm/dictionary/2.2/types/CM_NDL.js +29 -0
- package/esm/dictionary/2.2/types/CM_OCD.js +17 -0
- package/esm/dictionary/2.2/types/CM_OSP.js +23 -0
- package/esm/dictionary/2.2/types/CM_PARENT_RESULT.js +23 -0
- package/esm/dictionary/2.2/types/CM_PAT_ID.js +35 -0
- package/esm/dictionary/2.2/types/CM_PAT_ID_0192.js +36 -0
- package/esm/dictionary/2.2/types/CM_PCF.js +23 -0
- package/esm/dictionary/2.2/types/CM_PEN.js +17 -0
- package/esm/dictionary/2.2/types/CM_PIP.js +29 -0
- package/esm/dictionary/2.2/types/CM_PLACER.js +17 -0
- package/esm/dictionary/2.2/types/CM_PLN.js +23 -0
- package/esm/dictionary/2.2/types/CM_POSITION.js +23 -0
- package/esm/dictionary/2.2/types/CM_PRACTITIONER.js +17 -0
- package/esm/dictionary/2.2/types/CM_PTA.js +25 -0
- package/esm/dictionary/2.2/types/CM_RANGE.js +17 -0
- package/esm/dictionary/2.2/types/CM_RFR.js +47 -0
- package/esm/dictionary/2.2/types/CM_RI.js +17 -0
- package/esm/dictionary/2.2/types/CM_RMC.js +23 -0
- package/esm/dictionary/2.2/types/CM_SPD.js +29 -0
- package/esm/dictionary/2.2/types/CM_SPS.js +35 -0
- package/esm/dictionary/2.2/types/CM_UVC.js +17 -0
- package/esm/dictionary/2.2/types/CM_VR.js +17 -0
- package/esm/dictionary/2.2/types/CN.js +59 -0
- package/esm/dictionary/2.2/types/CN_PERSON.js +53 -0
- package/esm/dictionary/2.2/types/CQ_QUANTITY.js +17 -0
- package/esm/dictionary/2.2/types/SI.js +3 -0
- package/esm/dictionary/2.2/types/TQ.js +65 -0
- package/esm/dictionary/2.2/types/index.js +49 -0
- package/esm/dictionary/2.3/index.js +10 -0
- package/esm/dictionary/2.3/segments/ACC.js +49 -0
- package/esm/dictionary/2.3/segments/ADD.js +10 -0
- package/esm/dictionary/2.3/segments/AIG.js +106 -0
- package/esm/dictionary/2.3/segments/AIL.js +92 -0
- package/esm/dictionary/2.3/segments/AIP.js +92 -0
- package/esm/dictionary/2.3/segments/AIS.js +78 -0
- package/esm/dictionary/2.3/segments/AL1.js +14 -0
- package/esm/dictionary/2.3/segments/APR.js +40 -0
- package/esm/dictionary/2.3/segments/ARQ.js +168 -0
- package/esm/dictionary/2.3/segments/AUT.js +77 -0
- package/esm/dictionary/2.3/segments/BHS.js +78 -0
- package/esm/dictionary/2.3/segments/BLG.js +23 -0
- package/esm/dictionary/2.3/segments/BTS.js +22 -0
- package/esm/dictionary/2.3/segments/CDM.js +100 -0
- package/esm/dictionary/2.3/segments/CM0.js +82 -0
- package/esm/dictionary/2.3/segments/CM1.js +26 -0
- package/esm/dictionary/2.3/segments/CM2.js +33 -0
- package/esm/dictionary/2.3/segments/CSP.js +33 -0
- package/esm/dictionary/2.3/segments/CSR.js +117 -0
- package/esm/dictionary/2.3/segments/CSS.js +26 -0
- package/esm/dictionary/2.3/segments/CTD.js +55 -0
- package/esm/dictionary/2.3/segments/CTI.js +26 -0
- package/esm/dictionary/2.3/segments/DB1.js +63 -0
- package/esm/dictionary/2.3/segments/DG1.js +137 -0
- package/esm/dictionary/2.3/segments/DRG.js +79 -0
- package/esm/dictionary/2.3/segments/DSC.js +10 -0
- package/esm/dictionary/2.3/segments/DSP.js +35 -0
- package/esm/dictionary/2.3/segments/EQL.js +34 -0
- package/esm/dictionary/2.3/segments/ERQ.js +26 -0
- package/esm/dictionary/2.3/segments/ERR.js +10 -0
- package/esm/dictionary/2.3/segments/EVN.js +42 -0
- package/esm/dictionary/2.3/segments/FAC.js +90 -0
- package/esm/dictionary/2.3/segments/FHS.js +78 -0
- package/esm/dictionary/2.3/segments/FT1.js +171 -0
- package/esm/dictionary/2.3/segments/FTS.js +16 -0
- package/esm/dictionary/2.3/segments/GOL.js +153 -0
- package/esm/dictionary/2.3/segments/GT1.js +407 -0
- package/esm/dictionary/2.3/segments/IAM.js +145 -0
- package/esm/dictionary/2.3/segments/IN1.js +342 -0
- package/esm/dictionary/2.3/segments/IN2.js +432 -0
- package/esm/dictionary/2.3/segments/IN3.js +90 -0
- package/esm/dictionary/2.3/segments/LCC.js +34 -0
- package/esm/dictionary/2.3/segments/LCH.js +41 -0
- package/esm/dictionary/2.3/segments/LDP.js +86 -0
- package/esm/dictionary/2.3/segments/LOC.js +63 -0
- package/esm/dictionary/2.3/segments/LRL.js +47 -0
- package/esm/dictionary/2.3/segments/MFA.js +20 -0
- package/esm/dictionary/2.3/segments/MFE.js +17 -0
- package/esm/dictionary/2.3/segments/MFI.js +49 -0
- package/esm/dictionary/2.3/segments/MRG.js +43 -0
- package/esm/dictionary/2.3/segments/MSA.js +38 -0
- package/esm/dictionary/2.3/segments/MSH.js +121 -0
- package/esm/dictionary/2.3/segments/NCK.js +10 -0
- package/esm/dictionary/2.3/segments/NK1.js +237 -0
- package/esm/dictionary/2.3/segments/NPU.js +17 -0
- package/esm/dictionary/2.3/segments/NSC.js +53 -0
- package/esm/dictionary/2.3/segments/NST.js +96 -0
- package/esm/dictionary/2.3/segments/NTE.js +22 -0
- package/esm/dictionary/2.3/segments/OBR.js +268 -0
- package/esm/dictionary/2.3/segments/OBX.js +90 -0
- package/esm/dictionary/2.3/segments/ODS.js +7 -0
- package/esm/dictionary/2.3/segments/ODT.js +8 -0
- package/esm/dictionary/2.3/segments/OM1.js +267 -0
- package/esm/dictionary/2.3/segments/OM2.js +56 -0
- package/esm/dictionary/2.3/segments/OM3.js +37 -0
- package/esm/dictionary/2.3/segments/OM4.js +71 -0
- package/esm/dictionary/2.3/segments/OM5.js +20 -0
- package/esm/dictionary/2.3/segments/OM6.js +15 -0
- package/esm/dictionary/2.3/segments/ORC.js +93 -0
- package/esm/dictionary/2.3/segments/PCR.js +176 -0
- package/esm/dictionary/2.3/segments/PD1.js +97 -0
- package/esm/dictionary/2.3/segments/PDC.js +111 -0
- package/esm/dictionary/2.3/segments/PEO.js +188 -0
- package/esm/dictionary/2.3/segments/PES.js +99 -0
- package/esm/dictionary/2.3/segments/PID.js +173 -0
- package/esm/dictionary/2.3/segments/PR1.js +105 -0
- package/esm/dictionary/2.3/segments/PRA.js +20 -0
- package/esm/dictionary/2.3/segments/PRB.js +181 -0
- package/esm/dictionary/2.3/segments/PRC.js +136 -0
- package/esm/dictionary/2.3/segments/PRD.js +68 -0
- package/esm/dictionary/2.3/segments/PSH.js +105 -0
- package/esm/dictionary/2.3/segments/PTH.js +48 -0
- package/esm/dictionary/2.3/segments/PV1.js +335 -0
- package/esm/dictionary/2.3/segments/PV2.js +228 -0
- package/esm/dictionary/2.3/segments/QAK.js +20 -0
- package/esm/dictionary/2.3/segments/QCK.js +12 -0
- package/esm/dictionary/2.3/segments/QRD.js +80 -0
- package/esm/dictionary/2.3/segments/QRF.js +51 -0
- package/esm/dictionary/2.3/segments/RDF.js +19 -0
- package/esm/dictionary/2.3/segments/RDT.js +11 -0
- package/esm/dictionary/2.3/segments/RF1.js +82 -0
- package/esm/dictionary/2.3/segments/RGS.js +27 -0
- package/esm/dictionary/2.3/segments/ROL.js +61 -0
- package/esm/dictionary/2.3/segments/RQ1.js +11 -0
- package/esm/dictionary/2.3/segments/RQD.js +13 -0
- package/esm/dictionary/2.3/segments/RXA.js +96 -0
- package/esm/dictionary/2.3/segments/RXC.js +22 -0
- package/esm/dictionary/2.3/segments/RXD.js +99 -0
- package/esm/dictionary/2.3/segments/RXE.js +79 -0
- package/esm/dictionary/2.3/segments/RXG.js +76 -0
- package/esm/dictionary/2.3/segments/RXO.js +50 -0
- package/esm/dictionary/2.3/segments/RXR.js +3 -0
- package/esm/dictionary/2.3/segments/SCH.js +180 -0
- package/esm/dictionary/2.3/segments/SPR.js +34 -0
- package/esm/dictionary/2.3/segments/STF.js +107 -0
- package/esm/dictionary/2.3/segments/TXA.js +172 -0
- package/esm/dictionary/2.3/segments/UB1.js +157 -0
- package/esm/dictionary/2.3/segments/UB2.js +57 -0
- package/esm/dictionary/2.3/segments/URD.js +50 -0
- package/esm/dictionary/2.3/segments/URS.js +51 -0
- package/esm/dictionary/2.3/segments/VAR.js +47 -0
- package/esm/dictionary/2.3/segments/VTQ.js +41 -0
- package/esm/dictionary/2.3/segments/index.js +112 -0
- package/esm/dictionary/2.3/types/AD.js +42 -0
- package/esm/dictionary/2.3/types/CD.js +41 -0
- package/esm/dictionary/2.3/types/CE.js +41 -0
- package/esm/dictionary/2.3/types/CF.js +41 -0
- package/esm/dictionary/2.3/types/CK.js +24 -0
- package/esm/dictionary/2.3/types/CM_AUI.js +7 -0
- package/esm/dictionary/2.3/types/CM_CCD.js +7 -0
- package/esm/dictionary/2.3/types/CM_CCP.js +23 -0
- package/esm/dictionary/2.3/types/CM_CD_ELECTRODE.js +17 -0
- package/esm/dictionary/2.3/types/CM_CSU.js +47 -0
- package/esm/dictionary/2.3/types/CM_DDI.js +7 -0
- package/esm/dictionary/2.3/types/CM_DTN.js +7 -0
- package/esm/dictionary/2.3/types/CM_EIP.js +10 -0
- package/esm/dictionary/2.3/types/CM_ELD.js +10 -0
- package/esm/dictionary/2.3/types/CM_LA1.js +96 -0
- package/esm/dictionary/2.3/types/CM_MDV.js +17 -0
- package/esm/dictionary/2.3/types/CM_MOC.js +10 -0
- package/esm/dictionary/2.3/types/CM_MSG.js +17 -0
- package/esm/dictionary/2.3/types/CM_NDL.js +53 -0
- package/esm/dictionary/2.3/types/CM_OCD.js +7 -0
- package/esm/dictionary/2.3/types/CM_OSD.js +71 -0
- package/esm/dictionary/2.3/types/CM_OSP.js +7 -0
- package/esm/dictionary/2.3/types/CM_PCF.js +13 -0
- package/esm/dictionary/2.3/types/CM_PEN.js +8 -0
- package/esm/dictionary/2.3/types/CM_PI.js +23 -0
- package/esm/dictionary/2.3/types/CM_PLN.js +16 -0
- package/esm/dictionary/2.3/types/CM_PRL.js +23 -0
- package/esm/dictionary/2.3/types/CM_PTA.js +10 -0
- package/esm/dictionary/2.3/types/CM_RFR.js +21 -0
- package/esm/dictionary/2.3/types/CM_RI.js +10 -0
- package/esm/dictionary/2.3/types/CM_RMC.js +11 -0
- package/esm/dictionary/2.3/types/CM_SPS.js +10 -0
- package/esm/dictionary/2.3/types/CM_UVC.js +7 -0
- package/esm/dictionary/2.3/types/CM_WVI.js +17 -0
- package/esm/dictionary/2.3/types/CN.js +40 -0
- package/esm/dictionary/2.3/types/CNE.js +61 -0
- package/esm/dictionary/2.3/types/CP.js +41 -0
- package/esm/dictionary/2.3/types/CQ.js +17 -0
- package/esm/dictionary/2.3/types/CX.js +42 -0
- package/esm/dictionary/2.3/types/DLN.js +23 -0
- package/esm/dictionary/2.3/types/DR.js +17 -0
- package/esm/dictionary/2.3/types/DT.js +3 -0
- package/esm/dictionary/2.3/types/ED.js +35 -0
- package/esm/dictionary/2.3/types/EI.js +29 -0
- package/esm/dictionary/2.3/types/FC.js +17 -0
- package/esm/dictionary/2.3/types/FT.js +3 -0
- package/esm/dictionary/2.3/types/HD.js +23 -0
- package/esm/dictionary/2.3/types/ID.js +3 -0
- package/esm/dictionary/2.3/types/IS.js +3 -0
- package/esm/dictionary/2.3/types/JCC.js +17 -0
- package/esm/dictionary/2.3/types/MA.js +41 -0
- package/esm/dictionary/2.3/types/MO.js +17 -0
- package/esm/dictionary/2.3/types/NA.js +29 -0
- package/esm/dictionary/2.3/types/NM.js +3 -0
- package/esm/dictionary/2.3/types/PL.js +59 -0
- package/esm/dictionary/2.3/types/PPN.js +95 -0
- package/esm/dictionary/2.3/types/PT.js +17 -0
- package/esm/dictionary/2.3/types/QIP.js +17 -0
- package/esm/dictionary/2.3/types/QSC.js +29 -0
- package/esm/dictionary/2.3/types/RCD.js +23 -0
- package/esm/dictionary/2.3/types/RI.js +17 -0
- package/esm/dictionary/2.3/types/RP.js +29 -0
- package/esm/dictionary/2.3/types/SCV.js +17 -0
- package/esm/dictionary/2.3/types/SN.js +29 -0
- package/esm/dictionary/2.3/types/ST.js +3 -0
- package/esm/dictionary/2.3/types/TM.js +3 -0
- package/esm/dictionary/2.3/types/TN.js +3 -0
- package/esm/dictionary/2.3/types/TQ.js +16 -0
- package/esm/dictionary/2.3/types/TS.js +11 -0
- package/esm/dictionary/2.3/types/TX.js +3 -0
- package/esm/dictionary/2.3/types/VARIES.js +3 -0
- package/esm/dictionary/2.3/types/VH.js +29 -0
- package/esm/dictionary/2.3/types/XAD.js +65 -0
- package/esm/dictionary/2.3/types/XCN.js +89 -0
- package/esm/dictionary/2.3/types/XON.js +53 -0
- package/esm/dictionary/2.3/types/XPN.js +53 -0
- package/esm/dictionary/2.3/types/XTN.js +59 -0
- package/esm/dictionary/2.3/types/index.js +77 -0
- package/esm/dictionary/2.3.1/index.js +10 -0
- package/esm/dictionary/2.3.1/segments/ACC.js +18 -0
- package/esm/dictionary/2.3.1/segments/ADD.js +9 -0
- package/esm/dictionary/2.3.1/segments/AIG.js +3 -0
- package/esm/dictionary/2.3.1/segments/AIL.js +15 -0
- package/esm/dictionary/2.3.1/segments/AIP.js +14 -0
- package/esm/dictionary/2.3.1/segments/AIS.js +8 -0
- package/esm/dictionary/2.3.1/segments/AL1.js +47 -0
- package/esm/dictionary/2.3.1/segments/APR.js +3 -0
- package/esm/dictionary/2.3.1/segments/ARQ.js +27 -0
- package/esm/dictionary/2.3.1/segments/AUT.js +7 -0
- package/esm/dictionary/2.3.1/segments/BHS.js +38 -0
- package/esm/dictionary/2.3.1/segments/BLG.js +16 -0
- package/esm/dictionary/2.3.1/segments/BTS.js +15 -0
- package/esm/dictionary/2.3.1/segments/CDM.js +15 -0
- package/esm/dictionary/2.3.1/segments/CM0.js +20 -0
- package/esm/dictionary/2.3.1/segments/CM1.js +8 -0
- package/esm/dictionary/2.3.1/segments/CM2.js +11 -0
- package/esm/dictionary/2.3.1/segments/CSP.js +3 -0
- package/esm/dictionary/2.3.1/segments/CSR.js +28 -0
- package/esm/dictionary/2.3.1/segments/CSS.js +11 -0
- package/esm/dictionary/2.3.1/segments/CTD.js +20 -0
- package/esm/dictionary/2.3.1/segments/CTI.js +3 -0
- package/esm/dictionary/2.3.1/segments/DB1.js +24 -0
- package/esm/dictionary/2.3.1/segments/DG1.js +39 -0
- package/esm/dictionary/2.3.1/segments/DRG.js +11 -0
- package/esm/dictionary/2.3.1/segments/DSC.js +8 -0
- package/esm/dictionary/2.3.1/segments/DSP.js +19 -0
- package/esm/dictionary/2.3.1/segments/EQL.js +14 -0
- package/esm/dictionary/2.3.1/segments/ERQ.js +14 -0
- package/esm/dictionary/2.3.1/segments/ERR.js +8 -0
- package/esm/dictionary/2.3.1/segments/EVN.js +26 -0
- package/esm/dictionary/2.3.1/segments/FAC.js +22 -0
- package/esm/dictionary/2.3.1/segments/FHS.js +37 -0
- package/esm/dictionary/2.3.1/segments/FT1.js +72 -0
- package/esm/dictionary/2.3.1/segments/FTS.js +11 -0
- package/esm/dictionary/2.3.1/segments/GOL.js +7 -0
- package/esm/dictionary/2.3.1/segments/GT1.js +76 -0
- package/esm/dictionary/2.3.1/segments/IN1.js +132 -0
- package/esm/dictionary/2.3.1/segments/IN2.js +258 -0
- package/esm/dictionary/2.3.1/segments/IN3.js +146 -0
- package/esm/dictionary/2.3.1/segments/LCC.js +8 -0
- package/esm/dictionary/2.3.1/segments/LCH.js +12 -0
- package/esm/dictionary/2.3.1/segments/LDP.js +22 -0
- package/esm/dictionary/2.3.1/segments/LOC.js +22 -0
- package/esm/dictionary/2.3.1/segments/LRL.js +13 -0
- package/esm/dictionary/2.3.1/segments/MFA.js +46 -0
- package/esm/dictionary/2.3.1/segments/MFE.js +38 -0
- package/esm/dictionary/2.3.1/segments/MRG.js +33 -0
- package/esm/dictionary/2.3.1/segments/MSA.js +27 -0
- package/esm/dictionary/2.3.1/segments/MSH.js +63 -0
- package/esm/dictionary/2.3.1/segments/NCK.js +7 -0
- package/esm/dictionary/2.3.1/segments/NK1.js +127 -0
- package/esm/dictionary/2.3.1/segments/NPU.js +12 -0
- package/esm/dictionary/2.3.1/segments/NSC.js +37 -0
- package/esm/dictionary/2.3.1/segments/NST.js +45 -0
- package/esm/dictionary/2.3.1/segments/NTE.js +22 -0
- package/esm/dictionary/2.3.1/segments/OBR.js +159 -0
- package/esm/dictionary/2.3.1/segments/OBX.js +78 -0
- package/esm/dictionary/2.3.1/segments/ODS.js +34 -0
- package/esm/dictionary/2.3.1/segments/ODT.js +24 -0
- package/esm/dictionary/2.3.1/segments/OM1.js +193 -0
- package/esm/dictionary/2.3.1/segments/OM2.js +48 -0
- package/esm/dictionary/2.3.1/segments/OM3.js +40 -0
- package/esm/dictionary/2.3.1/segments/OM4.js +68 -0
- package/esm/dictionary/2.3.1/segments/OM5.js +18 -0
- package/esm/dictionary/2.3.1/segments/OM6.js +14 -0
- package/esm/dictionary/2.3.1/segments/ORC.js +125 -0
- package/esm/dictionary/2.3.1/segments/PCR.js +20 -0
- package/esm/dictionary/2.3.1/segments/PD1.js +21 -0
- package/esm/dictionary/2.3.1/segments/PDC.js +17 -0
- package/esm/dictionary/2.3.1/segments/PEO.js +17 -0
- package/esm/dictionary/2.3.1/segments/PES.js +11 -0
- package/esm/dictionary/2.3.1/segments/PID.js +121 -0
- package/esm/dictionary/2.3.1/segments/PR1.js +40 -0
- package/esm/dictionary/2.3.1/segments/PRA.js +61 -0
- package/esm/dictionary/2.3.1/segments/PRC.js +25 -0
- package/esm/dictionary/2.3.1/segments/PRD.js +25 -0
- package/esm/dictionary/2.3.1/segments/PSH.js +3 -0
- package/esm/dictionary/2.3.1/segments/PTH.js +10 -0
- package/esm/dictionary/2.3.1/segments/PV1.js +190 -0
- package/esm/dictionary/2.3.1/segments/PV2.js +79 -0
- package/esm/dictionary/2.3.1/segments/QAK.js +10 -0
- package/esm/dictionary/2.3.1/segments/QRD.js +44 -0
- package/esm/dictionary/2.3.1/segments/QRF.js +41 -0
- package/esm/dictionary/2.3.1/segments/RDF.js +3 -0
- package/esm/dictionary/2.3.1/segments/RDT.js +9 -0
- package/esm/dictionary/2.3.1/segments/RF1.js +3 -0
- package/esm/dictionary/2.3.1/segments/RGS.js +3 -0
- package/esm/dictionary/2.3.1/segments/ROL.js +15 -0
- package/esm/dictionary/2.3.1/segments/RQ1.js +54 -0
- package/esm/dictionary/2.3.1/segments/RQD.js +75 -0
- package/esm/dictionary/2.3.1/segments/RXA.js +86 -0
- package/esm/dictionary/2.3.1/segments/RXC.js +33 -0
- package/esm/dictionary/2.3.1/segments/RXD.js +105 -0
- package/esm/dictionary/2.3.1/segments/RXE.js +168 -0
- package/esm/dictionary/2.3.1/segments/RXG.js +113 -0
- package/esm/dictionary/2.3.1/segments/RXO.js +134 -0
- package/esm/dictionary/2.3.1/segments/RXR.js +40 -0
- package/esm/dictionary/2.3.1/segments/SCH.js +37 -0
- package/esm/dictionary/2.3.1/segments/SPR.js +14 -0
- package/esm/dictionary/2.3.1/segments/STF.js +125 -0
- package/esm/dictionary/2.3.1/segments/TXA.js +19 -0
- package/esm/dictionary/2.3.1/segments/UB1.js +72 -0
- package/esm/dictionary/2.3.1/segments/UB2.js +103 -0
- package/esm/dictionary/2.3.1/segments/URD.js +22 -0
- package/esm/dictionary/2.3.1/segments/URS.js +40 -0
- package/esm/dictionary/2.3.1/segments/VAR.js +8 -0
- package/esm/dictionary/2.3.1/segments/VTQ.js +8 -0
- package/esm/dictionary/2.3.1/segments/index.js +108 -0
- package/esm/dictionary/2.3.1/types/AD.js +21 -0
- package/esm/dictionary/2.3.1/types/AUI.js +23 -0
- package/esm/dictionary/2.3.1/types/CCD.js +17 -0
- package/esm/dictionary/2.3.1/types/CCP.js +23 -0
- package/esm/dictionary/2.3.1/types/CD.js +19 -0
- package/esm/dictionary/2.3.1/types/CE.js +10 -0
- package/esm/dictionary/2.3.1/types/CF.js +10 -0
- package/esm/dictionary/2.3.1/types/CK.js +15 -0
- package/esm/dictionary/2.3.1/types/CN.js +31 -0
- package/esm/dictionary/2.3.1/types/CNE.js +13 -0
- package/esm/dictionary/2.3.1/types/CNS.js +71 -0
- package/esm/dictionary/2.3.1/types/CP.js +11 -0
- package/esm/dictionary/2.3.1/types/CSU.js +47 -0
- package/esm/dictionary/2.3.1/types/CWE.js +59 -0
- package/esm/dictionary/2.3.1/types/DDI.js +23 -0
- package/esm/dictionary/2.3.1/types/DIN.js +17 -0
- package/esm/dictionary/2.3.1/types/DLD.js +17 -0
- package/esm/dictionary/2.3.1/types/DLT.js +29 -0
- package/esm/dictionary/2.3.1/types/DR.js +3 -0
- package/esm/dictionary/2.3.1/types/DTN.js +17 -0
- package/esm/dictionary/2.3.1/types/ED.js +13 -0
- package/esm/dictionary/2.3.1/types/EI.js +10 -0
- package/esm/dictionary/2.3.1/types/EIP.js +17 -0
- package/esm/dictionary/2.3.1/types/ELD.js +29 -0
- package/esm/dictionary/2.3.1/types/FC.js +7 -0
- package/esm/dictionary/2.3.1/types/FN.js +17 -0
- package/esm/dictionary/2.3.1/types/HD.js +10 -0
- package/esm/dictionary/2.3.1/types/JCC.js +11 -0
- package/esm/dictionary/2.3.1/types/LA1.js +59 -0
- package/esm/dictionary/2.3.1/types/LA2.js +101 -0
- package/esm/dictionary/2.3.1/types/MOC.js +17 -0
- package/esm/dictionary/2.3.1/types/MOP.js +17 -0
- package/esm/dictionary/2.3.1/types/MSG.js +23 -0
- package/esm/dictionary/2.3.1/types/NDL.js +71 -0
- package/esm/dictionary/2.3.1/types/NR.js +17 -0
- package/esm/dictionary/2.3.1/types/OCD.js +17 -0
- package/esm/dictionary/2.3.1/types/OSD.js +71 -0
- package/esm/dictionary/2.3.1/types/OSP.js +23 -0
- package/esm/dictionary/2.3.1/types/PCF.js +23 -0
- package/esm/dictionary/2.3.1/types/PI.js +23 -0
- package/esm/dictionary/2.3.1/types/PIP.js +35 -0
- package/esm/dictionary/2.3.1/types/PL.js +13 -0
- package/esm/dictionary/2.3.1/types/PLN.js +29 -0
- package/esm/dictionary/2.3.1/types/PN.js +41 -0
- package/esm/dictionary/2.3.1/types/PPN.js +20 -0
- package/esm/dictionary/2.3.1/types/PRL.js +23 -0
- package/esm/dictionary/2.3.1/types/PT.js +10 -0
- package/esm/dictionary/2.3.1/types/PTA.js +23 -0
- package/esm/dictionary/2.3.1/types/QSC.js +7 -0
- package/esm/dictionary/2.3.1/types/RCD.js +7 -0
- package/esm/dictionary/2.3.1/types/RFR.js +47 -0
- package/esm/dictionary/2.3.1/types/RMC.js +23 -0
- package/esm/dictionary/2.3.1/types/SCV.js +7 -0
- package/esm/dictionary/2.3.1/types/SI.js +3 -0
- package/esm/dictionary/2.3.1/types/SPD.js +29 -0
- package/esm/dictionary/2.3.1/types/SPS.js +47 -0
- package/esm/dictionary/2.3.1/types/TQ.js +74 -0
- package/esm/dictionary/2.3.1/types/UVC.js +17 -0
- package/esm/dictionary/2.3.1/types/VID.js +23 -0
- package/esm/dictionary/2.3.1/types/VR.js +17 -0
- package/esm/dictionary/2.3.1/types/WVI.js +17 -0
- package/esm/dictionary/2.3.1/types/WVS.js +17 -0
- package/esm/dictionary/2.3.1/types/XAD.js +10 -0
- package/esm/dictionary/2.3.1/types/XCN.js +27 -0
- package/esm/dictionary/2.3.1/types/XON.js +11 -0
- package/esm/dictionary/2.3.1/types/XPN.js +11 -0
- package/esm/dictionary/2.3.1/types/index.js +66 -0
- package/esm/dictionary/2.4/dictionary.js +10 -0
- package/esm/dictionary/2.4/index.js +3 -0
- package/esm/dictionary/2.4/patches.js +8 -0
- package/esm/dictionary/2.4/segments/ABS.js +112 -0
- package/esm/dictionary/2.4/segments/ACC.js +76 -0
- package/esm/dictionary/2.4/segments/ADD.js +10 -0
- package/esm/dictionary/2.4/segments/AFF.js +40 -0
- package/esm/dictionary/2.4/segments/AIG.js +106 -0
- package/esm/dictionary/2.4/segments/AIL.js +88 -0
- package/esm/dictionary/2.4/segments/AIP.js +89 -0
- package/esm/dictionary/2.4/segments/AIS.js +94 -0
- package/esm/dictionary/2.4/segments/AL1.js +27 -0
- package/esm/dictionary/2.4/segments/APR.js +43 -0
- package/esm/dictionary/2.4/segments/ARQ.js +176 -0
- package/esm/dictionary/2.4/segments/AUT.js +76 -0
- package/esm/dictionary/2.4/segments/BHS.js +78 -0
- package/esm/dictionary/2.4/segments/BLC.js +20 -0
- package/esm/dictionary/2.4/segments/BLG.js +23 -0
- package/esm/dictionary/2.4/segments/BTS.js +22 -0
- package/esm/dictionary/2.4/segments/CDM.js +99 -0
- package/esm/dictionary/2.4/segments/CM0.js +77 -0
- package/esm/dictionary/2.4/segments/CM1.js +25 -0
- package/esm/dictionary/2.4/segments/CM2.js +32 -0
- package/esm/dictionary/2.4/segments/CNS.js +47 -0
- package/esm/dictionary/2.4/segments/CSP.js +33 -0
- package/esm/dictionary/2.4/segments/CSR.js +108 -0
- package/esm/dictionary/2.4/segments/CSS.js +24 -0
- package/esm/dictionary/2.4/segments/CTD.js +55 -0
- package/esm/dictionary/2.4/segments/CTI.js +26 -0
- package/esm/dictionary/2.4/segments/DB1.js +56 -0
- package/esm/dictionary/2.4/segments/DG1.js +136 -0
- package/esm/dictionary/2.4/segments/DRG.js +88 -0
- package/esm/dictionary/2.4/segments/DSC.js +18 -0
- package/esm/dictionary/2.4/segments/DSP.js +35 -0
- package/esm/dictionary/2.4/segments/ECD.js +42 -0
- package/esm/dictionary/2.4/segments/ECR.js +27 -0
- package/esm/dictionary/2.4/segments/EDU.js +63 -0
- package/esm/dictionary/2.4/segments/EQL.js +33 -0
- package/esm/dictionary/2.4/segments/EQP.js +41 -0
- package/esm/dictionary/2.4/segments/EQU.js +43 -0
- package/esm/dictionary/2.4/segments/ERQ.js +23 -0
- package/esm/dictionary/2.4/segments/ERR.js +10 -0
- package/esm/dictionary/2.4/segments/EVN.js +46 -0
- package/esm/dictionary/2.4/segments/FAC.js +84 -0
- package/esm/dictionary/2.4/segments/FHS.js +78 -0
- package/esm/dictionary/2.4/segments/FT1.js +171 -0
- package/esm/dictionary/2.4/segments/FTS.js +16 -0
- package/esm/dictionary/2.4/segments/GOL.js +152 -0
- package/esm/dictionary/2.4/segments/GP1.js +44 -0
- package/esm/dictionary/2.4/segments/GP2.js +112 -0
- package/esm/dictionary/2.4/segments/GT1.js +397 -0
- package/esm/dictionary/2.4/segments/IAM.js +152 -0
- package/esm/dictionary/2.4/segments/IN1.js +317 -0
- package/esm/dictionary/2.4/segments/IN2.js +407 -0
- package/esm/dictionary/2.4/segments/IN3.js +104 -0
- package/esm/dictionary/2.4/segments/INV.js +136 -0
- package/esm/dictionary/2.4/segments/ISD.js +28 -0
- package/esm/dictionary/2.4/segments/LAN.js +36 -0
- package/esm/dictionary/2.4/segments/LCC.js +35 -0
- package/esm/dictionary/2.4/segments/LCH.js +40 -0
- package/esm/dictionary/2.4/segments/LDP.js +89 -0
- package/esm/dictionary/2.4/segments/LOC.js +65 -0
- package/esm/dictionary/2.4/segments/LRL.js +46 -0
- package/esm/dictionary/2.4/segments/MFA.js +22 -0
- package/esm/dictionary/2.4/segments/MFE.js +14 -0
- package/esm/dictionary/2.4/segments/MFI.js +50 -0
- package/esm/dictionary/2.4/segments/MRG.js +46 -0
- package/esm/dictionary/2.4/segments/MSA.js +41 -0
- package/esm/dictionary/2.4/segments/MSH.js +119 -0
- package/esm/dictionary/2.4/segments/NCK.js +11 -0
- package/esm/dictionary/2.4/segments/NDS.js +34 -0
- package/esm/dictionary/2.4/segments/NK1.js +225 -0
- package/esm/dictionary/2.4/segments/NPU.js +17 -0
- package/esm/dictionary/2.4/segments/NSC.js +57 -0
- package/esm/dictionary/2.4/segments/NST.js +98 -0
- package/esm/dictionary/2.4/segments/NTE.js +26 -0
- package/esm/dictionary/2.4/segments/OBR.js +274 -0
- package/esm/dictionary/2.4/segments/OBX.js +109 -0
- package/esm/dictionary/2.4/segments/ODS.js +11 -0
- package/esm/dictionary/2.4/segments/ODT.js +15 -0
- package/esm/dictionary/2.4/segments/OM1.js +260 -0
- package/esm/dictionary/2.4/segments/OM2.js +56 -0
- package/esm/dictionary/2.4/segments/OM3.js +39 -0
- package/esm/dictionary/2.4/segments/OM4.js +74 -0
- package/esm/dictionary/2.4/segments/OM5.js +21 -0
- package/esm/dictionary/2.4/segments/OM6.js +15 -0
- package/esm/dictionary/2.4/segments/OM7.js +182 -0
- package/esm/dictionary/2.4/segments/ORC.js +121 -0
- package/esm/dictionary/2.4/segments/ORG.js +98 -0
- package/esm/dictionary/2.4/segments/PCR.js +174 -0
- package/esm/dictionary/2.4/segments/PD1.js +161 -0
- package/esm/dictionary/2.4/segments/PDA.js +71 -0
- package/esm/dictionary/2.4/segments/PDC.js +107 -0
- package/esm/dictionary/2.4/segments/PEO.js +186 -0
- package/esm/dictionary/2.4/segments/PES.js +97 -0
- package/esm/dictionary/2.4/segments/PID.js +229 -0
- package/esm/dictionary/2.4/segments/PR1.js +127 -0
- package/esm/dictionary/2.4/segments/PRA.js +51 -0
- package/esm/dictionary/2.4/segments/PRB.js +181 -0
- package/esm/dictionary/2.4/segments/PRC.js +133 -0
- package/esm/dictionary/2.4/segments/PRD.js +65 -0
- package/esm/dictionary/2.4/segments/PSH.js +105 -0
- package/esm/dictionary/2.4/segments/PTH.js +46 -0
- package/esm/dictionary/2.4/segments/PV1.js +315 -0
- package/esm/dictionary/2.4/segments/PV2.js +313 -0
- package/esm/dictionary/2.4/segments/QAK.js +46 -0
- package/esm/dictionary/2.4/segments/QID.js +20 -0
- package/esm/dictionary/2.4/segments/QPD.js +27 -0
- package/esm/dictionary/2.4/segments/QRD.js +80 -0
- package/esm/dictionary/2.4/segments/QRF.js +58 -0
- package/esm/dictionary/2.4/segments/QRI.js +28 -0
- package/esm/dictionary/2.4/segments/RCP.js +58 -0
- package/esm/dictionary/2.4/segments/RDF.js +20 -0
- package/esm/dictionary/2.4/segments/RDT.js +10 -0
- package/esm/dictionary/2.4/segments/RF1.js +88 -0
- package/esm/dictionary/2.4/segments/RGS.js +27 -0
- package/esm/dictionary/2.4/segments/RMI.js +28 -0
- package/esm/dictionary/2.4/segments/ROL.js +88 -0
- package/esm/dictionary/2.4/segments/RQ1.js +18 -0
- package/esm/dictionary/2.4/segments/RQD.js +22 -0
- package/esm/dictionary/2.4/segments/RXA.js +106 -0
- package/esm/dictionary/2.4/segments/RXC.js +32 -0
- package/esm/dictionary/2.4/segments/RXD.js +126 -0
- package/esm/dictionary/2.4/segments/RXE.js +114 -0
- package/esm/dictionary/2.4/segments/RXG.js +84 -0
- package/esm/dictionary/2.4/segments/RXO.js +87 -0
- package/esm/dictionary/2.4/segments/RXR.js +25 -0
- package/esm/dictionary/2.4/segments/SAC.js +325 -0
- package/esm/dictionary/2.4/segments/SCH.js +187 -0
- package/esm/dictionary/2.4/segments/SID.js +34 -0
- package/esm/dictionary/2.4/segments/SPR.js +31 -0
- package/esm/dictionary/2.4/segments/STF.js +145 -0
- package/esm/dictionary/2.4/segments/TCC.js +107 -0
- package/esm/dictionary/2.4/segments/TCD.js +64 -0
- package/esm/dictionary/2.4/segments/TXA.js +168 -0
- package/esm/dictionary/2.4/segments/UB1.js +146 -0
- package/esm/dictionary/2.4/segments/UB2.js +60 -0
- package/esm/dictionary/2.4/segments/URD.js +51 -0
- package/esm/dictionary/2.4/segments/URS.js +51 -0
- package/esm/dictionary/2.4/segments/VAR.js +46 -0
- package/esm/dictionary/2.4/segments/VTQ.js +40 -0
- package/esm/dictionary/2.4/segments/index.js +138 -0
- package/esm/dictionary/2.4/types/AD.js +42 -0
- package/esm/dictionary/2.4/types/AUI.js +7 -0
- package/esm/dictionary/2.4/types/CD.js +36 -0
- package/esm/dictionary/2.4/types/CE.js +39 -0
- package/esm/dictionary/2.4/types/CF.js +41 -0
- package/esm/dictionary/2.4/types/CK.js +24 -0
- package/esm/dictionary/2.4/types/CN.js +40 -0
- package/esm/dictionary/2.4/types/CNE.js +56 -0
- package/esm/dictionary/2.4/types/CNN.js +71 -0
- package/esm/dictionary/2.4/types/CP.js +40 -0
- package/esm/dictionary/2.4/types/CQ.js +17 -0
- package/esm/dictionary/2.4/types/CWE.js +10 -0
- package/esm/dictionary/2.4/types/CX.js +54 -0
- package/esm/dictionary/2.4/types/DLD.js +7 -0
- package/esm/dictionary/2.4/types/DLN.js +23 -0
- package/esm/dictionary/2.4/types/DR.js +16 -0
- package/esm/dictionary/2.4/types/DT.js +3 -0
- package/esm/dictionary/2.4/types/DTM.js +3 -0
- package/esm/dictionary/2.4/types/ED.js +35 -0
- package/esm/dictionary/2.4/types/EI.js +29 -0
- package/esm/dictionary/2.4/types/FC.js +17 -0
- package/esm/dictionary/2.4/types/FN.js +29 -0
- package/esm/dictionary/2.4/types/FT.js +3 -0
- package/esm/dictionary/2.4/types/HD.js +23 -0
- package/esm/dictionary/2.4/types/ID.js +3 -0
- package/esm/dictionary/2.4/types/IS.js +3 -0
- package/esm/dictionary/2.4/types/JCC.js +16 -0
- package/esm/dictionary/2.4/types/MA.js +41 -0
- package/esm/dictionary/2.4/types/MO.js +17 -0
- package/esm/dictionary/2.4/types/NA.js +29 -0
- package/esm/dictionary/2.4/types/NDL.js +7 -0
- package/esm/dictionary/2.4/types/NM.js +3 -0
- package/esm/dictionary/2.4/types/OCD.js +7 -0
- package/esm/dictionary/2.4/types/PL.js +56 -0
- package/esm/dictionary/2.4/types/PN.js +10 -0
- package/esm/dictionary/2.4/types/PPN.js +110 -0
- package/esm/dictionary/2.4/types/PT.js +15 -0
- package/esm/dictionary/2.4/types/QIP.js +17 -0
- package/esm/dictionary/2.4/types/QSC.js +28 -0
- package/esm/dictionary/2.4/types/RCD.js +22 -0
- package/esm/dictionary/2.4/types/RFR.js +7 -0
- package/esm/dictionary/2.4/types/RI.js +17 -0
- package/esm/dictionary/2.4/types/RP.js +29 -0
- package/esm/dictionary/2.4/types/SAD.js +23 -0
- package/esm/dictionary/2.4/types/SCV.js +17 -0
- package/esm/dictionary/2.4/types/SN.js +29 -0
- package/esm/dictionary/2.4/types/SRT.js +17 -0
- package/esm/dictionary/2.4/types/ST.js +3 -0
- package/esm/dictionary/2.4/types/TM.js +3 -0
- package/esm/dictionary/2.4/types/TN.js +3 -0
- package/esm/dictionary/2.4/types/TQ.js +17 -0
- package/esm/dictionary/2.4/types/TS.js +11 -0
- package/esm/dictionary/2.4/types/TX.js +3 -0
- package/esm/dictionary/2.4/types/VARIES.js +3 -0
- package/esm/dictionary/2.4/types/VH.js +29 -0
- package/esm/dictionary/2.4/types/WVS.js +3 -0
- package/esm/dictionary/2.4/types/XAD.js +71 -0
- package/esm/dictionary/2.4/types/XCN.js +101 -0
- package/esm/dictionary/2.4/types/XON.js +52 -0
- package/esm/dictionary/2.4/types/XPN.js +69 -0
- package/esm/dictionary/2.4/types/XTN.js +59 -0
- package/esm/dictionary/2.4/types/index.js +61 -0
- package/esm/dictionary/2.5/index.js +10 -0
- package/esm/dictionary/2.5/segments/ACC.js +23 -0
- package/esm/dictionary/2.5/segments/ADD.js +8 -0
- package/esm/dictionary/2.5/segments/AFF.js +7 -0
- package/esm/dictionary/2.5/segments/AIL.js +16 -0
- package/esm/dictionary/2.5/segments/AIP.js +18 -0
- package/esm/dictionary/2.5/segments/AIS.js +3 -0
- package/esm/dictionary/2.5/segments/AL1.js +39 -0
- package/esm/dictionary/2.5/segments/ARQ.js +22 -0
- package/esm/dictionary/2.5/segments/AUT.js +7 -0
- package/esm/dictionary/2.5/segments/BHS.js +45 -0
- package/esm/dictionary/2.5/segments/BLC.js +7 -0
- package/esm/dictionary/2.5/segments/BLG.js +23 -0
- package/esm/dictionary/2.5/segments/BPO.js +106 -0
- package/esm/dictionary/2.5/segments/BPX.js +155 -0
- package/esm/dictionary/2.5/segments/BTS.js +14 -0
- package/esm/dictionary/2.5/segments/BTX.js +143 -0
- package/esm/dictionary/2.5/segments/CDM.js +16 -0
- package/esm/dictionary/2.5/segments/CER.js +231 -0
- package/esm/dictionary/2.5/segments/CM0.js +20 -0
- package/esm/dictionary/2.5/segments/CM1.js +7 -0
- package/esm/dictionary/2.5/segments/CM2.js +7 -0
- package/esm/dictionary/2.5/segments/CSR.js +27 -0
- package/esm/dictionary/2.5/segments/CSS.js +10 -0
- package/esm/dictionary/2.5/segments/CTD.js +7 -0
- package/esm/dictionary/2.5/segments/DB1.js +26 -0
- package/esm/dictionary/2.5/segments/DG1.js +48 -0
- package/esm/dictionary/2.5/segments/DRG.js +7 -0
- package/esm/dictionary/2.5/segments/DSC.js +8 -0
- package/esm/dictionary/2.5/segments/DSP.js +19 -0
- package/esm/dictionary/2.5/segments/ECD.js +7 -0
- package/esm/dictionary/2.5/segments/ECR.js +7 -0
- package/esm/dictionary/2.5/segments/EDU.js +14 -0
- package/esm/dictionary/2.5/segments/EQL.js +7 -0
- package/esm/dictionary/2.5/segments/ERQ.js +14 -0
- package/esm/dictionary/2.5/segments/ERR.js +93 -0
- package/esm/dictionary/2.5/segments/EVN.js +28 -0
- package/esm/dictionary/2.5/segments/FAC.js +18 -0
- package/esm/dictionary/2.5/segments/FHS.js +45 -0
- package/esm/dictionary/2.5/segments/FT1.js +108 -0
- package/esm/dictionary/2.5/segments/FTS.js +11 -0
- package/esm/dictionary/2.5/segments/GOL.js +7 -0
- package/esm/dictionary/2.5/segments/GP2.js +10 -0
- package/esm/dictionary/2.5/segments/GT1.js +72 -0
- package/esm/dictionary/2.5/segments/IAM.js +9 -0
- package/esm/dictionary/2.5/segments/IIM.js +112 -0
- package/esm/dictionary/2.5/segments/IN1.js +146 -0
- package/esm/dictionary/2.5/segments/IN2.js +240 -0
- package/esm/dictionary/2.5/segments/IN3.js +136 -0
- package/esm/dictionary/2.5/segments/INV.js +18 -0
- package/esm/dictionary/2.5/segments/IPC.js +68 -0
- package/esm/dictionary/2.5/segments/LAN.js +7 -0
- package/esm/dictionary/2.5/segments/LCC.js +7 -0
- package/esm/dictionary/2.5/segments/LCH.js +8 -0
- package/esm/dictionary/2.5/segments/LDP.js +21 -0
- package/esm/dictionary/2.5/segments/LOC.js +21 -0
- package/esm/dictionary/2.5/segments/LRL.js +11 -0
- package/esm/dictionary/2.5/segments/MFA.js +42 -0
- package/esm/dictionary/2.5/segments/MFE.js +38 -0
- package/esm/dictionary/2.5/segments/MFI.js +7 -0
- package/esm/dictionary/2.5/segments/MRG.js +23 -0
- package/esm/dictionary/2.5/segments/MSA.js +25 -0
- package/esm/dictionary/2.5/segments/MSH.js +78 -0
- package/esm/dictionary/2.5/segments/NCK.js +8 -0
- package/esm/dictionary/2.5/segments/NK1.js +124 -0
- package/esm/dictionary/2.5/segments/NPU.js +12 -0
- package/esm/dictionary/2.5/segments/NSC.js +34 -0
- package/esm/dictionary/2.5/segments/NST.js +42 -0
- package/esm/dictionary/2.5/segments/NTE.js +21 -0
- package/esm/dictionary/2.5/segments/OBR.js +167 -0
- package/esm/dictionary/2.5/segments/OBX.js +70 -0
- package/esm/dictionary/2.5/segments/ODS.js +31 -0
- package/esm/dictionary/2.5/segments/ODT.js +22 -0
- package/esm/dictionary/2.5/segments/OM1.js +188 -0
- package/esm/dictionary/2.5/segments/OM2.js +46 -0
- package/esm/dictionary/2.5/segments/OM3.js +37 -0
- package/esm/dictionary/2.5/segments/OM4.js +65 -0
- package/esm/dictionary/2.5/segments/OM5.js +16 -0
- package/esm/dictionary/2.5/segments/OM6.js +14 -0
- package/esm/dictionary/2.5/segments/OM7.js +7 -0
- package/esm/dictionary/2.5/segments/ORC.js +153 -0
- package/esm/dictionary/2.5/segments/ORG.js +13 -0
- package/esm/dictionary/2.5/segments/OVR.js +42 -0
- package/esm/dictionary/2.5/segments/PCR.js +21 -0
- package/esm/dictionary/2.5/segments/PD1.js +20 -0
- package/esm/dictionary/2.5/segments/PDA.js +3 -0
- package/esm/dictionary/2.5/segments/PDC.js +16 -0
- package/esm/dictionary/2.5/segments/PEO.js +10 -0
- package/esm/dictionary/2.5/segments/PES.js +13 -0
- package/esm/dictionary/2.5/segments/PID.js +126 -0
- package/esm/dictionary/2.5/segments/PR1.js +52 -0
- package/esm/dictionary/2.5/segments/PRA.js +62 -0
- package/esm/dictionary/2.5/segments/PRC.js +21 -0
- package/esm/dictionary/2.5/segments/PRD.js +19 -0
- package/esm/dictionary/2.5/segments/PSH.js +10 -0
- package/esm/dictionary/2.5/segments/PTH.js +10 -0
- package/esm/dictionary/2.5/segments/PV1.js +188 -0
- package/esm/dictionary/2.5/segments/PV2.js +89 -0
- package/esm/dictionary/2.5/segments/QAK.js +16 -0
- package/esm/dictionary/2.5/segments/QRD.js +43 -0
- package/esm/dictionary/2.5/segments/QRF.js +41 -0
- package/esm/dictionary/2.5/segments/RDT.js +8 -0
- package/esm/dictionary/2.5/segments/ROL.js +20 -0
- package/esm/dictionary/2.5/segments/RQ1.js +51 -0
- package/esm/dictionary/2.5/segments/RQD.js +69 -0
- package/esm/dictionary/2.5/segments/RXA.js +109 -0
- package/esm/dictionary/2.5/segments/RXC.js +45 -0
- package/esm/dictionary/2.5/segments/RXD.js +144 -0
- package/esm/dictionary/2.5/segments/RXE.js +248 -0
- package/esm/dictionary/2.5/segments/RXG.js +136 -0
- package/esm/dictionary/2.5/segments/RXO.js +148 -0
- package/esm/dictionary/2.5/segments/RXR.js +41 -0
- package/esm/dictionary/2.5/segments/SAC.js +18 -0
- package/esm/dictionary/2.5/segments/SCH.js +35 -0
- package/esm/dictionary/2.5/segments/SFT.js +47 -0
- package/esm/dictionary/2.5/segments/SPM.js +224 -0
- package/esm/dictionary/2.5/segments/SPR.js +13 -0
- package/esm/dictionary/2.5/segments/STF.js +187 -0
- package/esm/dictionary/2.5/segments/TQ1.js +106 -0
- package/esm/dictionary/2.5/segments/TQ2.js +79 -0
- package/esm/dictionary/2.5/segments/TXA.js +16 -0
- package/esm/dictionary/2.5/segments/UB1.js +76 -0
- package/esm/dictionary/2.5/segments/UB2.js +104 -0
- package/esm/dictionary/2.5/segments/URD.js +22 -0
- package/esm/dictionary/2.5/segments/URS.js +40 -0
- package/esm/dictionary/2.5/segments/VAR.js +7 -0
- package/esm/dictionary/2.5/segments/VTQ.js +7 -0
- package/esm/dictionary/2.5/segments/index.js +126 -0
- package/esm/dictionary/2.5/types/AD.js +40 -0
- package/esm/dictionary/2.5/types/AUI.js +25 -0
- package/esm/dictionary/2.5/types/CCD.js +20 -0
- package/esm/dictionary/2.5/types/CCP.js +26 -0
- package/esm/dictionary/2.5/types/CD.js +29 -0
- package/esm/dictionary/2.5/types/CE.js +30 -0
- package/esm/dictionary/2.5/types/CF.js +31 -0
- package/esm/dictionary/2.5/types/CNE.js +40 -0
- package/esm/dictionary/2.5/types/CNN.js +50 -0
- package/esm/dictionary/2.5/types/CP.js +26 -0
- package/esm/dictionary/2.5/types/CQ.js +11 -0
- package/esm/dictionary/2.5/types/CSU.js +56 -0
- package/esm/dictionary/2.5/types/CWE.js +70 -0
- package/esm/dictionary/2.5/types/CX.js +48 -0
- package/esm/dictionary/2.5/types/DDI.js +26 -0
- package/esm/dictionary/2.5/types/DIN.js +20 -0
- package/esm/dictionary/2.5/types/DLD.js +20 -0
- package/esm/dictionary/2.5/types/DLN.js +17 -0
- package/esm/dictionary/2.5/types/DLT.js +34 -0
- package/esm/dictionary/2.5/types/DR.js +13 -0
- package/esm/dictionary/2.5/types/DTM.js +3 -0
- package/esm/dictionary/2.5/types/DTN.js +20 -0
- package/esm/dictionary/2.5/types/ED.js +27 -0
- package/esm/dictionary/2.5/types/EI.js +20 -0
- package/esm/dictionary/2.5/types/EIP.js +19 -0
- package/esm/dictionary/2.5/types/ELD.js +34 -0
- package/esm/dictionary/2.5/types/ERL.js +47 -0
- package/esm/dictionary/2.5/types/FC.js +13 -0
- package/esm/dictionary/2.5/types/FN.js +27 -0
- package/esm/dictionary/2.5/types/GTS.js +3 -0
- package/esm/dictionary/2.5/types/HD.js +17 -0
- package/esm/dictionary/2.5/types/ICD.js +28 -0
- package/esm/dictionary/2.5/types/JCC.js +20 -0
- package/esm/dictionary/2.5/types/LA1.js +75 -0
- package/esm/dictionary/2.5/types/LA2.js +126 -0
- package/esm/dictionary/2.5/types/MA.js +26 -0
- package/esm/dictionary/2.5/types/MO.js +10 -0
- package/esm/dictionary/2.5/types/MOC.js +19 -0
- package/esm/dictionary/2.5/types/MOP.js +27 -0
- package/esm/dictionary/2.5/types/MSG.js +29 -0
- package/esm/dictionary/2.5/types/NA.js +59 -0
- package/esm/dictionary/2.5/types/NDL.js +88 -0
- package/esm/dictionary/2.5/types/NR.js +19 -0
- package/esm/dictionary/2.5/types/OCD.js +20 -0
- package/esm/dictionary/2.5/types/OSD.js +87 -0
- package/esm/dictionary/2.5/types/OSP.js +27 -0
- package/esm/dictionary/2.5/types/PIP.js +42 -0
- package/esm/dictionary/2.5/types/PL.js +57 -0
- package/esm/dictionary/2.5/types/PLN.js +34 -0
- package/esm/dictionary/2.5/types/PPN.js +115 -0
- package/esm/dictionary/2.5/types/PRL.js +26 -0
- package/esm/dictionary/2.5/types/PT.js +14 -0
- package/esm/dictionary/2.5/types/PTA.js +35 -0
- package/esm/dictionary/2.5/types/QIP.js +13 -0
- package/esm/dictionary/2.5/types/QSC.js +20 -0
- package/esm/dictionary/2.5/types/RCD.js +17 -0
- package/esm/dictionary/2.5/types/RFR.js +55 -0
- package/esm/dictionary/2.5/types/RI.js +11 -0
- package/esm/dictionary/2.5/types/RMC.js +35 -0
- package/esm/dictionary/2.5/types/RP.js +19 -0
- package/esm/dictionary/2.5/types/RPT.js +86 -0
- package/esm/dictionary/2.5/types/SAD.js +14 -0
- package/esm/dictionary/2.5/types/SCV.js +11 -0
- package/esm/dictionary/2.5/types/SI.js +3 -0
- package/esm/dictionary/2.5/types/SN.js +17 -0
- package/esm/dictionary/2.5/types/SPD.js +34 -0
- package/esm/dictionary/2.5/types/SPS.js +58 -0
- package/esm/dictionary/2.5/types/SRT.js +12 -0
- package/esm/dictionary/2.5/types/TQ.js +86 -0
- package/esm/dictionary/2.5/types/TS.js +18 -0
- package/esm/dictionary/2.5/types/UVC.js +20 -0
- package/esm/dictionary/2.5/types/VH.js +18 -0
- package/esm/dictionary/2.5/types/VID.js +28 -0
- package/esm/dictionary/2.5/types/VR.js +19 -0
- package/esm/dictionary/2.5/types/WVI.js +19 -0
- package/esm/dictionary/2.5/types/WVS.js +18 -0
- package/esm/dictionary/2.5/types/XAD.js +66 -0
- package/esm/dictionary/2.5/types/XCN.js +117 -0
- package/esm/dictionary/2.5/types/XON.js +52 -0
- package/esm/dictionary/2.5/types/XPN.js +66 -0
- package/esm/dictionary/2.5/types/XTN.js +57 -0
- package/esm/dictionary/2.5/types/index.js +81 -0
- package/esm/dictionary/2.5.1/index.js +10 -0
- package/esm/dictionary/2.5.1/segments/ABS.js +112 -0
- package/esm/dictionary/2.5.1/segments/ACC.js +76 -0
- package/esm/dictionary/2.5.1/segments/ADD.js +10 -0
- package/esm/dictionary/2.5.1/segments/AFF.js +39 -0
- package/esm/dictionary/2.5.1/segments/AIG.js +106 -0
- package/esm/dictionary/2.5.1/segments/AIL.js +87 -0
- package/esm/dictionary/2.5.1/segments/AIP.js +87 -0
- package/esm/dictionary/2.5.1/segments/AIS.js +93 -0
- package/esm/dictionary/2.5.1/segments/AL1.js +24 -0
- package/esm/dictionary/2.5.1/segments/APR.js +43 -0
- package/esm/dictionary/2.5.1/segments/ARQ.js +176 -0
- package/esm/dictionary/2.5.1/segments/AUT.js +76 -0
- package/esm/dictionary/2.5.1/segments/BHS.js +70 -0
- package/esm/dictionary/2.5.1/segments/BLC.js +19 -0
- package/esm/dictionary/2.5.1/segments/BLG.js +23 -0
- package/esm/dictionary/2.5.1/segments/BTS.js +22 -0
- package/esm/dictionary/2.5.1/segments/CDM.js +98 -0
- package/esm/dictionary/2.5.1/segments/CM0.js +76 -0
- package/esm/dictionary/2.5.1/segments/CM1.js +25 -0
- package/esm/dictionary/2.5.1/segments/CM2.js +32 -0
- package/esm/dictionary/2.5.1/segments/CNS.js +47 -0
- package/esm/dictionary/2.5.1/segments/CSP.js +33 -0
- package/esm/dictionary/2.5.1/segments/CSR.js +108 -0
- package/esm/dictionary/2.5.1/segments/CSS.js +24 -0
- package/esm/dictionary/2.5.1/segments/CTD.js +55 -0
- package/esm/dictionary/2.5.1/segments/CTI.js +26 -0
- package/esm/dictionary/2.5.1/segments/DB1.js +55 -0
- package/esm/dictionary/2.5.1/segments/DG1.js +136 -0
- package/esm/dictionary/2.5.1/segments/DRG.js +88 -0
- package/esm/dictionary/2.5.1/segments/DSC.js +18 -0
- package/esm/dictionary/2.5.1/segments/DSP.js +35 -0
- package/esm/dictionary/2.5.1/segments/ECD.js +41 -0
- package/esm/dictionary/2.5.1/segments/ECR.js +26 -0
- package/esm/dictionary/2.5.1/segments/EDU.js +62 -0
- package/esm/dictionary/2.5.1/segments/EQL.js +33 -0
- package/esm/dictionary/2.5.1/segments/EQP.js +41 -0
- package/esm/dictionary/2.5.1/segments/EQU.js +43 -0
- package/esm/dictionary/2.5.1/segments/ERQ.js +22 -0
- package/esm/dictionary/2.5.1/segments/ERR.js +8 -0
- package/esm/dictionary/2.5.1/segments/EVN.js +45 -0
- package/esm/dictionary/2.5.1/segments/FAC.js +84 -0
- package/esm/dictionary/2.5.1/segments/FHS.js +70 -0
- package/esm/dictionary/2.5.1/segments/FT1.js +169 -0
- package/esm/dictionary/2.5.1/segments/FTS.js +16 -0
- package/esm/dictionary/2.5.1/segments/GOL.js +152 -0
- package/esm/dictionary/2.5.1/segments/GP1.js +44 -0
- package/esm/dictionary/2.5.1/segments/GP2.js +110 -0
- package/esm/dictionary/2.5.1/segments/GT1.js +394 -0
- package/esm/dictionary/2.5.1/segments/IAM.js +149 -0
- package/esm/dictionary/2.5.1/segments/IN1.js +316 -0
- package/esm/dictionary/2.5.1/segments/IN2.js +399 -0
- package/esm/dictionary/2.5.1/segments/IN3.js +98 -0
- package/esm/dictionary/2.5.1/segments/INV.js +136 -0
- package/esm/dictionary/2.5.1/segments/ISD.js +28 -0
- package/esm/dictionary/2.5.1/segments/LAN.js +36 -0
- package/esm/dictionary/2.5.1/segments/LCC.js +35 -0
- package/esm/dictionary/2.5.1/segments/LCH.js +40 -0
- package/esm/dictionary/2.5.1/segments/LDP.js +89 -0
- package/esm/dictionary/2.5.1/segments/LOC.js +65 -0
- package/esm/dictionary/2.5.1/segments/LRL.js +46 -0
- package/esm/dictionary/2.5.1/segments/MFA.js +22 -0
- package/esm/dictionary/2.5.1/segments/MFE.js +14 -0
- package/esm/dictionary/2.5.1/segments/MFI.js +50 -0
- package/esm/dictionary/2.5.1/segments/MRG.js +45 -0
- package/esm/dictionary/2.5.1/segments/MSA.js +39 -0
- package/esm/dictionary/2.5.1/segments/MSH.js +111 -0
- package/esm/dictionary/2.5.1/segments/NCK.js +10 -0
- package/esm/dictionary/2.5.1/segments/NDS.js +34 -0
- package/esm/dictionary/2.5.1/segments/NK1.js +224 -0
- package/esm/dictionary/2.5.1/segments/NPU.js +16 -0
- package/esm/dictionary/2.5.1/segments/NSC.js +57 -0
- package/esm/dictionary/2.5.1/segments/NST.js +98 -0
- package/esm/dictionary/2.5.1/segments/NTE.js +26 -0
- package/esm/dictionary/2.5.1/segments/OBR.js +278 -0
- package/esm/dictionary/2.5.1/segments/OBX.js +143 -0
- package/esm/dictionary/2.5.1/segments/ODS.js +11 -0
- package/esm/dictionary/2.5.1/segments/ODT.js +15 -0
- package/esm/dictionary/2.5.1/segments/OM1.js +254 -0
- package/esm/dictionary/2.5.1/segments/OM2.js +53 -0
- package/esm/dictionary/2.5.1/segments/OM3.js +36 -0
- package/esm/dictionary/2.5.1/segments/OM4.js +73 -0
- package/esm/dictionary/2.5.1/segments/OM5.js +20 -0
- package/esm/dictionary/2.5.1/segments/OM6.js +13 -0
- package/esm/dictionary/2.5.1/segments/OM7.js +181 -0
- package/esm/dictionary/2.5.1/segments/ORC.js +127 -0
- package/esm/dictionary/2.5.1/segments/ORG.js +95 -0
- package/esm/dictionary/2.5.1/segments/PCR.js +170 -0
- package/esm/dictionary/2.5.1/segments/PD1.js +160 -0
- package/esm/dictionary/2.5.1/segments/PDA.js +70 -0
- package/esm/dictionary/2.5.1/segments/PDC.js +107 -0
- package/esm/dictionary/2.5.1/segments/PEO.js +186 -0
- package/esm/dictionary/2.5.1/segments/PES.js +96 -0
- package/esm/dictionary/2.5.1/segments/PID.js +226 -0
- package/esm/dictionary/2.5.1/segments/PR1.js +127 -0
- package/esm/dictionary/2.5.1/segments/PRA.js +48 -0
- package/esm/dictionary/2.5.1/segments/PRB.js +181 -0
- package/esm/dictionary/2.5.1/segments/PRC.js +133 -0
- package/esm/dictionary/2.5.1/segments/PRD.js +65 -0
- package/esm/dictionary/2.5.1/segments/PSH.js +103 -0
- package/esm/dictionary/2.5.1/segments/PTH.js +46 -0
- package/esm/dictionary/2.5.1/segments/PV1.js +313 -0
- package/esm/dictionary/2.5.1/segments/PV2.js +312 -0
- package/esm/dictionary/2.5.1/segments/QAK.js +45 -0
- package/esm/dictionary/2.5.1/segments/QID.js +20 -0
- package/esm/dictionary/2.5.1/segments/QPD.js +27 -0
- package/esm/dictionary/2.5.1/segments/QRD.js +80 -0
- package/esm/dictionary/2.5.1/segments/QRF.js +57 -0
- package/esm/dictionary/2.5.1/segments/QRI.js +28 -0
- package/esm/dictionary/2.5.1/segments/RCP.js +58 -0
- package/esm/dictionary/2.5.1/segments/RDF.js +20 -0
- package/esm/dictionary/2.5.1/segments/RDT.js +10 -0
- package/esm/dictionary/2.5.1/segments/RF1.js +88 -0
- package/esm/dictionary/2.5.1/segments/RGS.js +27 -0
- package/esm/dictionary/2.5.1/segments/RMI.js +28 -0
- package/esm/dictionary/2.5.1/segments/ROL.js +86 -0
- package/esm/dictionary/2.5.1/segments/RQ1.js +18 -0
- package/esm/dictionary/2.5.1/segments/RQD.js +22 -0
- package/esm/dictionary/2.5.1/segments/RXA.js +105 -0
- package/esm/dictionary/2.5.1/segments/RXC.js +32 -0
- package/esm/dictionary/2.5.1/segments/RXD.js +125 -0
- package/esm/dictionary/2.5.1/segments/RXE.js +109 -0
- package/esm/dictionary/2.5.1/segments/RXG.js +82 -0
- package/esm/dictionary/2.5.1/segments/RXO.js +84 -0
- package/esm/dictionary/2.5.1/segments/RXR.js +25 -0
- package/esm/dictionary/2.5.1/segments/SAC.js +319 -0
- package/esm/dictionary/2.5.1/segments/SCH.js +186 -0
- package/esm/dictionary/2.5.1/segments/SID.js +34 -0
- package/esm/dictionary/2.5.1/segments/SPR.js +31 -0
- package/esm/dictionary/2.5.1/segments/STF.js +137 -0
- package/esm/dictionary/2.5.1/segments/TCC.js +107 -0
- package/esm/dictionary/2.5.1/segments/TCD.js +64 -0
- package/esm/dictionary/2.5.1/segments/TXA.js +168 -0
- package/esm/dictionary/2.5.1/segments/UB1.js +138 -0
- package/esm/dictionary/2.5.1/segments/UB2.js +51 -0
- package/esm/dictionary/2.5.1/segments/URD.js +51 -0
- package/esm/dictionary/2.5.1/segments/URS.js +51 -0
- package/esm/dictionary/2.5.1/segments/VAR.js +46 -0
- package/esm/dictionary/2.5.1/segments/VTQ.js +40 -0
- package/esm/dictionary/2.5.1/segments/index.js +138 -0
- package/esm/dictionary/2.5.1/types/AD.js +41 -0
- package/esm/dictionary/2.5.1/types/AUI.js +7 -0
- package/esm/dictionary/2.5.1/types/CD.js +34 -0
- package/esm/dictionary/2.5.1/types/CE.js +35 -0
- package/esm/dictionary/2.5.1/types/CF.js +34 -0
- package/esm/dictionary/2.5.1/types/CNE.js +52 -0
- package/esm/dictionary/2.5.1/types/CNN.js +62 -0
- package/esm/dictionary/2.5.1/types/CP.js +39 -0
- package/esm/dictionary/2.5.1/types/CQ.js +16 -0
- package/esm/dictionary/2.5.1/types/CX.js +50 -0
- package/esm/dictionary/2.5.1/types/DLN.js +20 -0
- package/esm/dictionary/2.5.1/types/DR.js +14 -0
- package/esm/dictionary/2.5.1/types/DT.js +3 -0
- package/esm/dictionary/2.5.1/types/ED.js +30 -0
- package/esm/dictionary/2.5.1/types/EI.js +27 -0
- package/esm/dictionary/2.5.1/types/FC.js +15 -0
- package/esm/dictionary/2.5.1/types/FN.js +27 -0
- package/esm/dictionary/2.5.1/types/FT.js +3 -0
- package/esm/dictionary/2.5.1/types/HD.js +21 -0
- package/esm/dictionary/2.5.1/types/ID.js +3 -0
- package/esm/dictionary/2.5.1/types/IS.js +3 -0
- package/esm/dictionary/2.5.1/types/JCC.js +16 -0
- package/esm/dictionary/2.5.1/types/MA.js +37 -0
- package/esm/dictionary/2.5.1/types/MO.js +17 -0
- package/esm/dictionary/2.5.1/types/NA.js +28 -0
- package/esm/dictionary/2.5.1/types/NDL.js +7 -0
- package/esm/dictionary/2.5.1/types/NM.js +3 -0
- package/esm/dictionary/2.5.1/types/PL.js +54 -0
- package/esm/dictionary/2.5.1/types/PPN.js +105 -0
- package/esm/dictionary/2.5.1/types/PT.js +15 -0
- package/esm/dictionary/2.5.1/types/QIP.js +14 -0
- package/esm/dictionary/2.5.1/types/QSC.js +27 -0
- package/esm/dictionary/2.5.1/types/RCD.js +20 -0
- package/esm/dictionary/2.5.1/types/RI.js +17 -0
- package/esm/dictionary/2.5.1/types/RP.js +28 -0
- package/esm/dictionary/2.5.1/types/SAD.js +22 -0
- package/esm/dictionary/2.5.1/types/SCV.js +16 -0
- package/esm/dictionary/2.5.1/types/SN.js +28 -0
- package/esm/dictionary/2.5.1/types/SRT.js +16 -0
- package/esm/dictionary/2.5.1/types/ST.js +3 -0
- package/esm/dictionary/2.5.1/types/TM.js +3 -0
- package/esm/dictionary/2.5.1/types/TQ.js +16 -0
- package/esm/dictionary/2.5.1/types/TS.js +8 -0
- package/esm/dictionary/2.5.1/types/TX.js +3 -0
- package/esm/dictionary/2.5.1/types/VARIES.js +3 -0
- package/esm/dictionary/2.5.1/types/VH.js +29 -0
- package/esm/dictionary/2.5.1/types/WVS.js +3 -0
- package/esm/dictionary/2.5.1/types/XAD.js +68 -0
- package/esm/dictionary/2.5.1/types/XCN.js +96 -0
- package/esm/dictionary/2.5.1/types/XON.js +48 -0
- package/esm/dictionary/2.5.1/types/XPN.js +68 -0
- package/esm/dictionary/2.5.1/types/XTN.js +56 -0
- package/esm/dictionary/2.5.1/types/index.js +52 -0
- package/esm/dictionary/2.6/index.js +10 -0
- package/esm/dictionary/2.6/segments/ABS.js +28 -0
- package/esm/dictionary/2.6/segments/ACC.js +27 -0
- package/esm/dictionary/2.6/segments/ADD.js +8 -0
- package/esm/dictionary/2.6/segments/ADJ.js +114 -0
- package/esm/dictionary/2.6/segments/AFF.js +7 -0
- package/esm/dictionary/2.6/segments/AIG.js +28 -0
- package/esm/dictionary/2.6/segments/AIL.js +31 -0
- package/esm/dictionary/2.6/segments/AIP.js +31 -0
- package/esm/dictionary/2.6/segments/AIS.js +28 -0
- package/esm/dictionary/2.6/segments/AL1.js +44 -0
- package/esm/dictionary/2.6/segments/ARQ.js +43 -0
- package/esm/dictionary/2.6/segments/ARV.js +50 -0
- package/esm/dictionary/2.6/segments/AUT.js +23 -0
- package/esm/dictionary/2.6/segments/BHS.js +60 -0
- package/esm/dictionary/2.6/segments/BLC.js +10 -0
- package/esm/dictionary/2.6/segments/BLG.js +23 -0
- package/esm/dictionary/2.6/segments/BPO.js +106 -0
- package/esm/dictionary/2.6/segments/BPX.js +155 -0
- package/esm/dictionary/2.6/segments/BTS.js +14 -0
- package/esm/dictionary/2.6/segments/BTX.js +143 -0
- package/esm/dictionary/2.6/segments/CDM.js +29 -0
- package/esm/dictionary/2.6/segments/CER.js +231 -0
- package/esm/dictionary/2.6/segments/CM0.js +24 -0
- package/esm/dictionary/2.6/segments/CM1.js +11 -0
- package/esm/dictionary/2.6/segments/CM2.js +14 -0
- package/esm/dictionary/2.6/segments/CNS.js +20 -0
- package/esm/dictionary/2.6/segments/CON_.js +192 -0
- package/esm/dictionary/2.6/segments/CSP.js +20 -0
- package/esm/dictionary/2.6/segments/CSR.js +71 -0
- package/esm/dictionary/2.6/segments/CSS.js +18 -0
- package/esm/dictionary/2.6/segments/CTD.js +19 -0
- package/esm/dictionary/2.6/segments/CTI.js +15 -0
- package/esm/dictionary/2.6/segments/DB1.js +26 -0
- package/esm/dictionary/2.6/segments/DG1.js +99 -0
- package/esm/dictionary/2.6/segments/DMI.js +42 -0
- package/esm/dictionary/2.6/segments/DRG.js +183 -0
- package/esm/dictionary/2.6/segments/DSC.js +8 -0
- package/esm/dictionary/2.6/segments/DSP.js +19 -0
- package/esm/dictionary/2.6/segments/ECD.js +10 -0
- package/esm/dictionary/2.6/segments/ECR.js +14 -0
- package/esm/dictionary/2.6/segments/ED.js +12 -0
- package/esm/dictionary/2.6/segments/EDU.js +17 -0
- package/esm/dictionary/2.6/segments/EQL.js +7 -0
- package/esm/dictionary/2.6/segments/EQP.js +14 -0
- package/esm/dictionary/2.6/segments/EQU.js +23 -0
- package/esm/dictionary/2.6/segments/ERQ.js +14 -0
- package/esm/dictionary/2.6/segments/ERR.js +93 -0
- package/esm/dictionary/2.6/segments/EVN.js +34 -0
- package/esm/dictionary/2.6/segments/FAC.js +39 -0
- package/esm/dictionary/2.6/segments/FHS.js +60 -0
- package/esm/dictionary/2.6/segments/FT1.js +121 -0
- package/esm/dictionary/2.6/segments/FTS.js +11 -0
- package/esm/dictionary/2.6/segments/GOL.js +69 -0
- package/esm/dictionary/2.6/segments/GP2.js +13 -0
- package/esm/dictionary/2.6/segments/GT1.js +99 -0
- package/esm/dictionary/2.6/segments/IAM.js +50 -0
- package/esm/dictionary/2.6/segments/IIM.js +112 -0
- package/esm/dictionary/2.6/segments/ILT.js +75 -0
- package/esm/dictionary/2.6/segments/IN1.js +151 -0
- package/esm/dictionary/2.6/segments/IN2.js +258 -0
- package/esm/dictionary/2.6/segments/IN3.js +136 -0
- package/esm/dictionary/2.6/segments/INV.js +64 -0
- package/esm/dictionary/2.6/segments/IPC.js +68 -0
- package/esm/dictionary/2.6/segments/IPR.js +62 -0
- package/esm/dictionary/2.6/segments/ISD.js +12 -0
- package/esm/dictionary/2.6/segments/ITM.js +50 -0
- package/esm/dictionary/2.6/segments/IVC.js +222 -0
- package/esm/dictionary/2.6/segments/IVT.js +196 -0
- package/esm/dictionary/2.6/segments/LAN.js +16 -0
- package/esm/dictionary/2.6/segments/LCC.js +16 -0
- package/esm/dictionary/2.6/segments/LCH.js +15 -0
- package/esm/dictionary/2.6/segments/LDP.js +30 -0
- package/esm/dictionary/2.6/segments/LOC.js +24 -0
- package/esm/dictionary/2.6/segments/LRL.js +14 -0
- package/esm/dictionary/2.6/segments/MFA.js +42 -0
- package/esm/dictionary/2.6/segments/MFE.js +52 -0
- package/esm/dictionary/2.6/segments/MFI.js +19 -0
- package/esm/dictionary/2.6/segments/MRG.js +23 -0
- package/esm/dictionary/2.6/segments/MSA.js +42 -0
- package/esm/dictionary/2.6/segments/MSH.js +113 -0
- package/esm/dictionary/2.6/segments/NCK.js +10 -0
- package/esm/dictionary/2.6/segments/NDS.js +16 -0
- package/esm/dictionary/2.6/segments/NK1.js +147 -0
- package/esm/dictionary/2.6/segments/NPU.js +12 -0
- package/esm/dictionary/2.6/segments/NSC.js +34 -0
- package/esm/dictionary/2.6/segments/NST.js +46 -0
- package/esm/dictionary/2.6/segments/NTE.js +49 -0
- package/esm/dictionary/2.6/segments/OBR.js +229 -0
- package/esm/dictionary/2.6/segments/OBX.js +115 -0
- package/esm/dictionary/2.6/segments/ODS.js +31 -0
- package/esm/dictionary/2.6/segments/ODT.js +22 -0
- package/esm/dictionary/2.6/segments/OM1.js +207 -0
- package/esm/dictionary/2.6/segments/OM2.js +48 -0
- package/esm/dictionary/2.6/segments/OM3.js +40 -0
- package/esm/dictionary/2.6/segments/OM4.js +66 -0
- package/esm/dictionary/2.6/segments/OM5.js +17 -0
- package/esm/dictionary/2.6/segments/OM6.js +14 -0
- package/esm/dictionary/2.6/segments/OM7.js +52 -0
- package/esm/dictionary/2.6/segments/ORC.js +159 -0
- package/esm/dictionary/2.6/segments/ORG.js +27 -0
- package/esm/dictionary/2.6/segments/OVR.js +42 -0
- package/esm/dictionary/2.6/segments/PCE.js +35 -0
- package/esm/dictionary/2.6/segments/PCR.js +69 -0
- package/esm/dictionary/2.6/segments/PD1.js +36 -0
- package/esm/dictionary/2.6/segments/PDA.js +13 -0
- package/esm/dictionary/2.6/segments/PDC.js +39 -0
- package/esm/dictionary/2.6/segments/PEO.js +50 -0
- package/esm/dictionary/2.6/segments/PES.js +34 -0
- package/esm/dictionary/2.6/segments/PID.js +158 -0
- package/esm/dictionary/2.6/segments/PKG.js +56 -0
- package/esm/dictionary/2.6/segments/PMT.js +90 -0
- package/esm/dictionary/2.6/segments/PR1.js +87 -0
- package/esm/dictionary/2.6/segments/PRA.js +66 -0
- package/esm/dictionary/2.6/segments/PRB.js +100 -0
- package/esm/dictionary/2.6/segments/PRC.js +36 -0
- package/esm/dictionary/2.6/segments/PRD.js +67 -0
- package/esm/dictionary/2.6/segments/PSG.js +48 -0
- package/esm/dictionary/2.6/segments/PSH.js +33 -0
- package/esm/dictionary/2.6/segments/PSL.js +353 -0
- package/esm/dictionary/2.6/segments/PSS.js +40 -0
- package/esm/dictionary/2.6/segments/PTH.js +29 -0
- package/esm/dictionary/2.6/segments/PV1.js +192 -0
- package/esm/dictionary/2.6/segments/PV2.js +134 -0
- package/esm/dictionary/2.6/segments/PYE.js +57 -0
- package/esm/dictionary/2.6/segments/QAK.js +17 -0
- package/esm/dictionary/2.6/segments/QID.js +7 -0
- package/esm/dictionary/2.6/segments/QPD.js +7 -0
- package/esm/dictionary/2.6/segments/QRD.js +47 -0
- package/esm/dictionary/2.6/segments/QRF.js +43 -0
- package/esm/dictionary/2.6/segments/QRI.js +7 -0
- package/esm/dictionary/2.6/segments/RCP.js +14 -0
- package/esm/dictionary/2.6/segments/RDT.js +8 -0
- package/esm/dictionary/2.6/segments/REL.js +119 -0
- package/esm/dictionary/2.6/segments/RF1.js +48 -0
- package/esm/dictionary/2.6/segments/RFI.js +34 -0
- package/esm/dictionary/2.6/segments/RGS.js +7 -0
- package/esm/dictionary/2.6/segments/RMI.js +14 -0
- package/esm/dictionary/2.6/segments/ROL.js +44 -0
- package/esm/dictionary/2.6/segments/RQ1.js +51 -0
- package/esm/dictionary/2.6/segments/RQD.js +69 -0
- package/esm/dictionary/2.6/segments/RXA.js +145 -0
- package/esm/dictionary/2.6/segments/RXC.js +51 -0
- package/esm/dictionary/2.6/segments/RXD.js +166 -0
- package/esm/dictionary/2.6/segments/RXE.js +259 -0
- package/esm/dictionary/2.6/segments/RXG.js +176 -0
- package/esm/dictionary/2.6/segments/RXO.js +208 -0
- package/esm/dictionary/2.6/segments/RXR.js +42 -0
- package/esm/dictionary/2.6/segments/SAC.js +110 -0
- package/esm/dictionary/2.6/segments/SCD.js +276 -0
- package/esm/dictionary/2.6/segments/SCH.js +59 -0
- package/esm/dictionary/2.6/segments/SCP.js +65 -0
- package/esm/dictionary/2.6/segments/SDD.js +56 -0
- package/esm/dictionary/2.6/segments/SFT.js +47 -0
- package/esm/dictionary/2.6/segments/SID.js +12 -0
- package/esm/dictionary/2.6/segments/SLT.js +40 -0
- package/esm/dictionary/2.6/segments/SPM.js +224 -0
- package/esm/dictionary/2.6/segments/SPR.js +13 -0
- package/esm/dictionary/2.6/segments/STF.js +208 -0
- package/esm/dictionary/2.6/segments/STZ.js +36 -0
- package/esm/dictionary/2.6/segments/TCC.js +34 -0
- package/esm/dictionary/2.6/segments/TCD.js +24 -0
- package/esm/dictionary/2.6/segments/TQ1.js +105 -0
- package/esm/dictionary/2.6/segments/TQ2.js +79 -0
- package/esm/dictionary/2.6/segments/TXA.js +44 -0
- package/esm/dictionary/2.6/segments/UAC.js +20 -0
- package/esm/dictionary/2.6/segments/UB1.js +77 -0
- package/esm/dictionary/2.6/segments/UB2.js +104 -0
- package/esm/dictionary/2.6/segments/URD.js +25 -0
- package/esm/dictionary/2.6/segments/URS.js +42 -0
- package/esm/dictionary/2.6/segments/VAR.js +19 -0
- package/esm/dictionary/2.6/segments/VND.js +40 -0
- package/esm/dictionary/2.6/segments/VTQ.js +7 -0
- package/esm/dictionary/2.6/segments/index.js +172 -0
- package/esm/dictionary/2.6/types/AD.js +40 -0
- package/esm/dictionary/2.6/types/AUI.js +25 -0
- package/esm/dictionary/2.6/types/CCD.js +20 -0
- package/esm/dictionary/2.6/types/CCP.js +26 -0
- package/esm/dictionary/2.6/types/CD.js +29 -0
- package/esm/dictionary/2.6/types/CE.js +30 -0
- package/esm/dictionary/2.6/types/CF.js +31 -0
- package/esm/dictionary/2.6/types/CNE.js +40 -0
- package/esm/dictionary/2.6/types/CNN.js +50 -0
- package/esm/dictionary/2.6/types/CP.js +27 -0
- package/esm/dictionary/2.6/types/CQ.js +12 -0
- package/esm/dictionary/2.6/types/CSU.js +56 -0
- package/esm/dictionary/2.6/types/CWE.js +70 -0
- package/esm/dictionary/2.6/types/CX.js +48 -0
- package/esm/dictionary/2.6/types/DDI.js +26 -0
- package/esm/dictionary/2.6/types/DIN.js +20 -0
- package/esm/dictionary/2.6/types/DLD.js +20 -0
- package/esm/dictionary/2.6/types/DLN.js +17 -0
- package/esm/dictionary/2.6/types/DLT.js +34 -0
- package/esm/dictionary/2.6/types/DR.js +15 -0
- package/esm/dictionary/2.6/types/DTM.js +3 -0
- package/esm/dictionary/2.6/types/DTN.js +20 -0
- package/esm/dictionary/2.6/types/ED.js +27 -0
- package/esm/dictionary/2.6/types/EI.js +20 -0
- package/esm/dictionary/2.6/types/EIP.js +19 -0
- package/esm/dictionary/2.6/types/ELD.js +34 -0
- package/esm/dictionary/2.6/types/ERL.js +47 -0
- package/esm/dictionary/2.6/types/FC.js +14 -0
- package/esm/dictionary/2.6/types/FN.js +27 -0
- package/esm/dictionary/2.6/types/GTS.js +3 -0
- package/esm/dictionary/2.6/types/HD.js +17 -0
- package/esm/dictionary/2.6/types/ICD.js +28 -0
- package/esm/dictionary/2.6/types/JCC.js +20 -0
- package/esm/dictionary/2.6/types/LA1.js +75 -0
- package/esm/dictionary/2.6/types/LA2.js +126 -0
- package/esm/dictionary/2.6/types/MA.js +26 -0
- package/esm/dictionary/2.6/types/MO.js +10 -0
- package/esm/dictionary/2.6/types/MOC.js +19 -0
- package/esm/dictionary/2.6/types/MOP.js +27 -0
- package/esm/dictionary/2.6/types/MSG.js +29 -0
- package/esm/dictionary/2.6/types/NA.js +59 -0
- package/esm/dictionary/2.6/types/NDL.js +88 -0
- package/esm/dictionary/2.6/types/NR.js +19 -0
- package/esm/dictionary/2.6/types/OCD.js +20 -0
- package/esm/dictionary/2.6/types/OSD.js +87 -0
- package/esm/dictionary/2.6/types/OSP.js +27 -0
- package/esm/dictionary/2.6/types/PIP.js +42 -0
- package/esm/dictionary/2.6/types/PL.js +57 -0
- package/esm/dictionary/2.6/types/PLN.js +34 -0
- package/esm/dictionary/2.6/types/PPN.js +117 -0
- package/esm/dictionary/2.6/types/PRL.js +26 -0
- package/esm/dictionary/2.6/types/PT.js +14 -0
- package/esm/dictionary/2.6/types/PTA.js +35 -0
- package/esm/dictionary/2.6/types/QIP.js +13 -0
- package/esm/dictionary/2.6/types/QSC.js +20 -0
- package/esm/dictionary/2.6/types/RCD.js +17 -0
- package/esm/dictionary/2.6/types/RFR.js +55 -0
- package/esm/dictionary/2.6/types/RI.js +11 -0
- package/esm/dictionary/2.6/types/RMC.js +35 -0
- package/esm/dictionary/2.6/types/RP.js +19 -0
- package/esm/dictionary/2.6/types/RPT.js +86 -0
- package/esm/dictionary/2.6/types/SAD.js +14 -0
- package/esm/dictionary/2.6/types/SCV.js +12 -0
- package/esm/dictionary/2.6/types/SI.js +3 -0
- package/esm/dictionary/2.6/types/SN.js +17 -0
- package/esm/dictionary/2.6/types/SPD.js +34 -0
- package/esm/dictionary/2.6/types/SPS.js +58 -0
- package/esm/dictionary/2.6/types/SRT.js +12 -0
- package/esm/dictionary/2.6/types/TQ.js +86 -0
- package/esm/dictionary/2.6/types/TS.js +18 -0
- package/esm/dictionary/2.6/types/UVC.js +20 -0
- package/esm/dictionary/2.6/types/VH.js +18 -0
- package/esm/dictionary/2.6/types/VID.js +28 -0
- package/esm/dictionary/2.6/types/VR.js +19 -0
- package/esm/dictionary/2.6/types/WVI.js +19 -0
- package/esm/dictionary/2.6/types/WVS.js +18 -0
- package/esm/dictionary/2.6/types/XAD.js +134 -0
- package/esm/dictionary/2.6/types/XCN.js +116 -0
- package/esm/dictionary/2.6/types/XON.js +52 -0
- package/esm/dictionary/2.6/types/XPN.js +67 -0
- package/esm/dictionary/2.6/types/XTN.js +100 -0
- package/esm/dictionary/2.6/types/index.js +81 -0
- package/esm/dictionary/2.7/index.js +10 -0
- package/esm/dictionary/2.7/segments/ABS.js +92 -0
- package/esm/dictionary/2.7/segments/ACC.js +75 -0
- package/esm/dictionary/2.7/segments/ADD.js +10 -0
- package/esm/dictionary/2.7/segments/ADJ.js +16 -0
- package/esm/dictionary/2.7/segments/AFF.js +36 -0
- package/esm/dictionary/2.7/segments/AIG.js +86 -0
- package/esm/dictionary/2.7/segments/AIL.js +76 -0
- package/esm/dictionary/2.7/segments/AIP.js +74 -0
- package/esm/dictionary/2.7/segments/AIS.js +76 -0
- package/esm/dictionary/2.7/segments/AL1.js +23 -0
- package/esm/dictionary/2.7/segments/APR.js +38 -0
- package/esm/dictionary/2.7/segments/ARQ.js +147 -0
- package/esm/dictionary/2.7/segments/ARV.js +8 -0
- package/esm/dictionary/2.7/segments/AUT.js +73 -0
- package/esm/dictionary/2.7/segments/BHS.js +64 -0
- package/esm/dictionary/2.7/segments/BLC.js +17 -0
- package/esm/dictionary/2.7/segments/BLG.js +21 -0
- package/esm/dictionary/2.7/segments/BPO.js +10 -0
- package/esm/dictionary/2.7/segments/BPX.js +36 -0
- package/esm/dictionary/2.7/segments/BTS.js +19 -0
- package/esm/dictionary/2.7/segments/BTX.js +35 -0
- package/esm/dictionary/2.7/segments/CDM.js +84 -0
- package/esm/dictionary/2.7/segments/CER.js +20 -0
- package/esm/dictionary/2.7/segments/CM0.js +67 -0
- package/esm/dictionary/2.7/segments/CM1.js +22 -0
- package/esm/dictionary/2.7/segments/CM2.js +27 -0
- package/esm/dictionary/2.7/segments/CNS.js +37 -0
- package/esm/dictionary/2.7/segments/CON_.js +8 -0
- package/esm/dictionary/2.7/segments/CSP.js +25 -0
- package/esm/dictionary/2.7/segments/CSR.js +86 -0
- package/esm/dictionary/2.7/segments/CSS.js +19 -0
- package/esm/dictionary/2.7/segments/CTD.js +46 -0
- package/esm/dictionary/2.7/segments/CTI.js +21 -0
- package/esm/dictionary/2.7/segments/DB1.js +50 -0
- package/esm/dictionary/2.7/segments/DG1.js +135 -0
- package/esm/dictionary/2.7/segments/DMI.js +20 -0
- package/esm/dictionary/2.7/segments/DRG.js +109 -0
- package/esm/dictionary/2.7/segments/DSC.js +18 -0
- package/esm/dictionary/2.7/segments/DSP.js +32 -0
- package/esm/dictionary/2.7/segments/ECD.js +36 -0
- package/esm/dictionary/2.7/segments/ECR.js +21 -0
- package/esm/dictionary/2.7/segments/EDU.js +55 -0
- package/esm/dictionary/2.7/segments/EQP.js +35 -0
- package/esm/dictionary/2.7/segments/EQU.js +34 -0
- package/esm/dictionary/2.7/segments/ERR.js +19 -0
- package/esm/dictionary/2.7/segments/EVN.js +39 -0
- package/esm/dictionary/2.7/segments/FHS.js +64 -0
- package/esm/dictionary/2.7/segments/FT1.js +230 -0
- package/esm/dictionary/2.7/segments/FTS.js +14 -0
- package/esm/dictionary/2.7/segments/GOL.js +122 -0
- package/esm/dictionary/2.7/segments/GP1.js +39 -0
- package/esm/dictionary/2.7/segments/GP2.js +95 -0
- package/esm/dictionary/2.7/segments/GT1.js +340 -0
- package/esm/dictionary/2.7/segments/IAM.js +181 -0
- package/esm/dictionary/2.7/segments/IAR.js +31 -0
- package/esm/dictionary/2.7/segments/ILT.js +11 -0
- package/esm/dictionary/2.7/segments/IN1.js +287 -0
- package/esm/dictionary/2.7/segments/IN2.js +350 -0
- package/esm/dictionary/2.7/segments/IN3.js +88 -0
- package/esm/dictionary/2.7/segments/INV.js +109 -0
- package/esm/dictionary/2.7/segments/IPC.js +10 -0
- package/esm/dictionary/2.7/segments/ISD.js +23 -0
- package/esm/dictionary/2.7/segments/ITM.js +160 -0
- package/esm/dictionary/2.7/segments/IVC.js +31 -0
- package/esm/dictionary/2.7/segments/IVT.js +22 -0
- package/esm/dictionary/2.7/segments/LAN.js +30 -0
- package/esm/dictionary/2.7/segments/LCC.js +28 -0
- package/esm/dictionary/2.7/segments/LCH.js +35 -0
- package/esm/dictionary/2.7/segments/LDP.js +78 -0
- package/esm/dictionary/2.7/segments/LOC.js +57 -0
- package/esm/dictionary/2.7/segments/LRL.js +41 -0
- package/esm/dictionary/2.7/segments/MFA.js +22 -0
- package/esm/dictionary/2.7/segments/MFE.js +18 -0
- package/esm/dictionary/2.7/segments/MFI.js +42 -0
- package/esm/dictionary/2.7/segments/MRG.js +44 -0
- package/esm/dictionary/2.7/segments/MSA.js +42 -0
- package/esm/dictionary/2.7/segments/MSH.js +107 -0
- package/esm/dictionary/2.7/segments/NCK.js +8 -0
- package/esm/dictionary/2.7/segments/NDS.js +27 -0
- package/esm/dictionary/2.7/segments/NK1.js +203 -0
- package/esm/dictionary/2.7/segments/NPU.js +15 -0
- package/esm/dictionary/2.7/segments/NSC.js +53 -0
- package/esm/dictionary/2.7/segments/NST.js +82 -0
- package/esm/dictionary/2.7/segments/NTE.js +24 -0
- package/esm/dictionary/2.7/segments/OBR.js +292 -0
- package/esm/dictionary/2.7/segments/OBX.js +126 -0
- package/esm/dictionary/2.7/segments/ODS.js +17 -0
- package/esm/dictionary/2.7/segments/ODT.js +14 -0
- package/esm/dictionary/2.7/segments/OM1.js +211 -0
- package/esm/dictionary/2.7/segments/OM2.js +42 -0
- package/esm/dictionary/2.7/segments/OM3.js +28 -0
- package/esm/dictionary/2.7/segments/OM4.js +63 -0
- package/esm/dictionary/2.7/segments/OM5.js +17 -0
- package/esm/dictionary/2.7/segments/OM6.js +11 -0
- package/esm/dictionary/2.7/segments/OM7.js +145 -0
- package/esm/dictionary/2.7/segments/ORC.js +109 -0
- package/esm/dictionary/2.7/segments/ORG.js +90 -0
- package/esm/dictionary/2.7/segments/PAC.js +58 -0
- package/esm/dictionary/2.7/segments/PCE.js +12 -0
- package/esm/dictionary/2.7/segments/PCR.js +146 -0
- package/esm/dictionary/2.7/segments/PD1.js +140 -0
- package/esm/dictionary/2.7/segments/PDA.js +62 -0
- package/esm/dictionary/2.7/segments/PEO.js +161 -0
- package/esm/dictionary/2.7/segments/PES.js +86 -0
- package/esm/dictionary/2.7/segments/PID.js +197 -0
- package/esm/dictionary/2.7/segments/PKG.js +8 -0
- package/esm/dictionary/2.7/segments/PMT.js +7 -0
- package/esm/dictionary/2.7/segments/PR1.js +137 -0
- package/esm/dictionary/2.7/segments/PRA.js +44 -0
- package/esm/dictionary/2.7/segments/PRB.js +142 -0
- package/esm/dictionary/2.7/segments/PRC.js +115 -0
- package/esm/dictionary/2.7/segments/PRD.js +51 -0
- package/esm/dictionary/2.7/segments/PRT.js +100 -0
- package/esm/dictionary/2.7/segments/PSL.js +45 -0
- package/esm/dictionary/2.7/segments/PTH.js +40 -0
- package/esm/dictionary/2.7/segments/PV1.js +299 -0
- package/esm/dictionary/2.7/segments/PV2.js +265 -0
- package/esm/dictionary/2.7/segments/PYE.js +29 -0
- package/esm/dictionary/2.7/segments/QAK.js +40 -0
- package/esm/dictionary/2.7/segments/QID.js +17 -0
- package/esm/dictionary/2.7/segments/QPD.js +23 -0
- package/esm/dictionary/2.7/segments/QRD.js +67 -0
- package/esm/dictionary/2.7/segments/QRF.js +50 -0
- package/esm/dictionary/2.7/segments/QRI.js +25 -0
- package/esm/dictionary/2.7/segments/RCP.js +52 -0
- package/esm/dictionary/2.7/segments/RDF.js +18 -0
- package/esm/dictionary/2.7/segments/RDT.js +10 -0
- package/esm/dictionary/2.7/segments/REL.js +12 -0
- package/esm/dictionary/2.7/segments/RF1.js +71 -0
- package/esm/dictionary/2.7/segments/RFI.js +7 -0
- package/esm/dictionary/2.7/segments/RGS.js +25 -0
- package/esm/dictionary/2.7/segments/RMI.js +22 -0
- package/esm/dictionary/2.7/segments/ROL.js +74 -0
- package/esm/dictionary/2.7/segments/RQ1.js +22 -0
- package/esm/dictionary/2.7/segments/RQD.js +27 -0
- package/esm/dictionary/2.7/segments/RXA.js +84 -0
- package/esm/dictionary/2.7/segments/RXC.js +21 -0
- package/esm/dictionary/2.7/segments/RXD.js +110 -0
- package/esm/dictionary/2.7/segments/RXE.js +110 -0
- package/esm/dictionary/2.7/segments/RXG.js +66 -0
- package/esm/dictionary/2.7/segments/RXO.js +80 -0
- package/esm/dictionary/2.7/segments/RXR.js +17 -0
- package/esm/dictionary/2.7/segments/SAC.js +256 -0
- package/esm/dictionary/2.7/segments/SCD.js +13 -0
- package/esm/dictionary/2.7/segments/SCH.js +159 -0
- package/esm/dictionary/2.7/segments/SCP.js +8 -0
- package/esm/dictionary/2.7/segments/SDD.js +10 -0
- package/esm/dictionary/2.7/segments/SHP.js +77 -0
- package/esm/dictionary/2.7/segments/SID.js +28 -0
- package/esm/dictionary/2.7/segments/SLT.js +8 -0
- package/esm/dictionary/2.7/segments/SPM.js +64 -0
- package/esm/dictionary/2.7/segments/STF.js +131 -0
- package/esm/dictionary/2.7/segments/STZ.js +10 -0
- package/esm/dictionary/2.7/segments/TCC.js +93 -0
- package/esm/dictionary/2.7/segments/TCD.js +56 -0
- package/esm/dictionary/2.7/segments/TQ1.js +12 -0
- package/esm/dictionary/2.7/segments/TQ2.js +22 -0
- package/esm/dictionary/2.7/segments/TXA.js +164 -0
- package/esm/dictionary/2.7/segments/UAC.js +8 -0
- package/esm/dictionary/2.7/segments/UB1.js +142 -0
- package/esm/dictionary/2.7/segments/UB2.js +71 -0
- package/esm/dictionary/2.7/segments/URD.js +42 -0
- package/esm/dictionary/2.7/segments/URS.js +45 -0
- package/esm/dictionary/2.7/segments/VAR.js +37 -0
- package/esm/dictionary/2.7/segments/VND.js +14 -0
- package/esm/dictionary/2.7/segments/index.js +165 -0
- package/esm/dictionary/2.7/types/AD.js +41 -0
- package/esm/dictionary/2.7/types/AUI.js +7 -0
- package/esm/dictionary/2.7/types/CCD.js +7 -0
- package/esm/dictionary/2.7/types/CD.js +36 -0
- package/esm/dictionary/2.7/types/CF.js +134 -0
- package/esm/dictionary/2.7/types/CNE.js +134 -0
- package/esm/dictionary/2.7/types/CNN.js +62 -0
- package/esm/dictionary/2.7/types/CP.js +38 -0
- package/esm/dictionary/2.7/types/CQ.js +15 -0
- package/esm/dictionary/2.7/types/CSU.js +111 -0
- package/esm/dictionary/2.7/types/CWE.js +92 -0
- package/esm/dictionary/2.7/types/CX.js +71 -0
- package/esm/dictionary/2.7/types/DLD.js +8 -0
- package/esm/dictionary/2.7/types/DLN.js +21 -0
- package/esm/dictionary/2.7/types/DR.js +12 -0
- package/esm/dictionary/2.7/types/DT.js +3 -0
- package/esm/dictionary/2.7/types/DTN.js +7 -0
- package/esm/dictionary/2.7/types/ED.js +30 -0
- package/esm/dictionary/2.7/types/EI.js +27 -0
- package/esm/dictionary/2.7/types/FC.js +14 -0
- package/esm/dictionary/2.7/types/FN.js +29 -0
- package/esm/dictionary/2.7/types/FT.js +3 -0
- package/esm/dictionary/2.7/types/HD.js +21 -0
- package/esm/dictionary/2.7/types/ICD.js +7 -0
- package/esm/dictionary/2.7/types/ID.js +3 -0
- package/esm/dictionary/2.7/types/IS.js +3 -0
- package/esm/dictionary/2.7/types/JCC.js +16 -0
- package/esm/dictionary/2.7/types/LA2.js +7 -0
- package/esm/dictionary/2.7/types/MA.js +65 -0
- package/esm/dictionary/2.7/types/MO.js +18 -0
- package/esm/dictionary/2.7/types/MOP.js +8 -0
- package/esm/dictionary/2.7/types/MSG.js +10 -0
- package/esm/dictionary/2.7/types/NA.js +29 -0
- package/esm/dictionary/2.7/types/NDL.js +20 -0
- package/esm/dictionary/2.7/types/NM.js +3 -0
- package/esm/dictionary/2.7/types/PL.js +60 -0
- package/esm/dictionary/2.7/types/PLN.js +7 -0
- package/esm/dictionary/2.7/types/PPN.js +124 -0
- package/esm/dictionary/2.7/types/PT.js +15 -0
- package/esm/dictionary/2.7/types/PTA.js +14 -0
- package/esm/dictionary/2.7/types/QIP.js +14 -0
- package/esm/dictionary/2.7/types/QSC.js +27 -0
- package/esm/dictionary/2.7/types/RCD.js +21 -0
- package/esm/dictionary/2.7/types/RFR.js +7 -0
- package/esm/dictionary/2.7/types/RI.js +17 -0
- package/esm/dictionary/2.7/types/RMC.js +14 -0
- package/esm/dictionary/2.7/types/RP.js +28 -0
- package/esm/dictionary/2.7/types/RPT.js +13 -0
- package/esm/dictionary/2.7/types/SAD.js +22 -0
- package/esm/dictionary/2.7/types/SCV.js +16 -0
- package/esm/dictionary/2.7/types/SN.js +28 -0
- package/esm/dictionary/2.7/types/SRT.js +16 -0
- package/esm/dictionary/2.7/types/ST.js +3 -0
- package/esm/dictionary/2.7/types/TM.js +3 -0
- package/esm/dictionary/2.7/types/TQ.js +16 -0
- package/esm/dictionary/2.7/types/TX.js +3 -0
- package/esm/dictionary/2.7/types/UVC.js +19 -0
- package/esm/dictionary/2.7/types/VH.js +29 -0
- package/esm/dictionary/2.7/types/VID.js +10 -0
- package/esm/dictionary/2.7/types/WVI.js +7 -0
- package/esm/dictionary/2.7/types/WVS.js +3 -0
- package/esm/dictionary/2.7/types/XAD.js +71 -0
- package/esm/dictionary/2.7/types/XCN.js +121 -0
- package/esm/dictionary/2.7/types/XON.js +49 -0
- package/esm/dictionary/2.7/types/XPN.js +75 -0
- package/esm/dictionary/2.7/types/XTN.js +65 -0
- package/esm/dictionary/2.7/types/index.js +66 -0
- package/esm/dictionary/2.7.1/index.js +10 -0
- package/esm/dictionary/2.7.1/segments/ABS.js +28 -0
- package/esm/dictionary/2.7.1/segments/ACC.js +22 -0
- package/esm/dictionary/2.7.1/segments/ADD.js +7 -0
- package/esm/dictionary/2.7.1/segments/ADJ.js +96 -0
- package/esm/dictionary/2.7.1/segments/AIG.js +28 -0
- package/esm/dictionary/2.7.1/segments/AIL.js +25 -0
- package/esm/dictionary/2.7.1/segments/AIP.js +27 -0
- package/esm/dictionary/2.7.1/segments/AIS.js +26 -0
- package/esm/dictionary/2.7.1/segments/AL1.js +37 -0
- package/esm/dictionary/2.7.1/segments/ARQ.js +34 -0
- package/esm/dictionary/2.7.1/segments/ARV.js +43 -0
- package/esm/dictionary/2.7.1/segments/AUT.js +20 -0
- package/esm/dictionary/2.7.1/segments/BHS.js +53 -0
- package/esm/dictionary/2.7.1/segments/BLC.js +7 -0
- package/esm/dictionary/2.7.1/segments/BLG.js +22 -0
- package/esm/dictionary/2.7.1/segments/BPO.js +92 -0
- package/esm/dictionary/2.7.1/segments/BPX.js +122 -0
- package/esm/dictionary/2.7.1/segments/BTS.js +14 -0
- package/esm/dictionary/2.7.1/segments/BTX.js +113 -0
- package/esm/dictionary/2.7.1/segments/CDM.js +27 -0
- package/esm/dictionary/2.7.1/segments/CER.js +198 -0
- package/esm/dictionary/2.7.1/segments/CM0.js +19 -0
- package/esm/dictionary/2.7.1/segments/CM1.js +10 -0
- package/esm/dictionary/2.7.1/segments/CM2.js +13 -0
- package/esm/dictionary/2.7.1/segments/CNS.js +16 -0
- package/esm/dictionary/2.7.1/segments/CON_.js +170 -0
- package/esm/dictionary/2.7.1/segments/CSP.js +16 -0
- package/esm/dictionary/2.7.1/segments/CSR.js +45 -0
- package/esm/dictionary/2.7.1/segments/CSS.js +14 -0
- package/esm/dictionary/2.7.1/segments/CTD.js +14 -0
- package/esm/dictionary/2.7.1/segments/CTI.js +10 -0
- package/esm/dictionary/2.7.1/segments/DB1.js +23 -0
- package/esm/dictionary/2.7.1/segments/DG1.js +70 -0
- package/esm/dictionary/2.7.1/segments/DMI.js +31 -0
- package/esm/dictionary/2.7.1/segments/DRG.js +149 -0
- package/esm/dictionary/2.7.1/segments/DSC.js +7 -0
- package/esm/dictionary/2.7.1/segments/DSP.js +19 -0
- package/esm/dictionary/2.7.1/segments/ECD.js +10 -0
- package/esm/dictionary/2.7.1/segments/ECR.js +13 -0
- package/esm/dictionary/2.7.1/segments/EDU.js +13 -0
- package/esm/dictionary/2.7.1/segments/EQP.js +7 -0
- package/esm/dictionary/2.7.1/segments/EQU.js +16 -0
- package/esm/dictionary/2.7.1/segments/ERR.js +77 -0
- package/esm/dictionary/2.7.1/segments/EVN.js +26 -0
- package/esm/dictionary/2.7.1/segments/FHS.js +53 -0
- package/esm/dictionary/2.7.1/segments/FT1.js +85 -0
- package/esm/dictionary/2.7.1/segments/FTS.js +11 -0
- package/esm/dictionary/2.7.1/segments/GOL.js +52 -0
- package/esm/dictionary/2.7.1/segments/GP2.js +13 -0
- package/esm/dictionary/2.7.1/segments/GT1.js +86 -0
- package/esm/dictionary/2.7.1/segments/IAM.js +38 -0
- package/esm/dictionary/2.7.1/segments/IIM.js +97 -0
- package/esm/dictionary/2.7.1/segments/ILT.js +65 -0
- package/esm/dictionary/2.7.1/segments/IN1.js +139 -0
- package/esm/dictionary/2.7.1/segments/IN2.js +228 -0
- package/esm/dictionary/2.7.1/segments/IN3.js +123 -0
- package/esm/dictionary/2.7.1/segments/INV.js +51 -0
- package/esm/dictionary/2.7.1/segments/IPC.js +57 -0
- package/esm/dictionary/2.7.1/segments/IPR.js +54 -0
- package/esm/dictionary/2.7.1/segments/ISD.js +10 -0
- package/esm/dictionary/2.7.1/segments/ITM.js +43 -0
- package/esm/dictionary/2.7.1/segments/IVC.js +183 -0
- package/esm/dictionary/2.7.1/segments/IVT.js +166 -0
- package/esm/dictionary/2.7.1/segments/LAN.js +13 -0
- package/esm/dictionary/2.7.1/segments/LCC.js +16 -0
- package/esm/dictionary/2.7.1/segments/LCH.js +13 -0
- package/esm/dictionary/2.7.1/segments/LDP.js +23 -0
- package/esm/dictionary/2.7.1/segments/LOC.js +20 -0
- package/esm/dictionary/2.7.1/segments/LRL.js +13 -0
- package/esm/dictionary/2.7.1/segments/MFA.js +38 -0
- package/esm/dictionary/2.7.1/segments/MFE.js +45 -0
- package/esm/dictionary/2.7.1/segments/MFI.js +17 -0
- package/esm/dictionary/2.7.1/segments/MRG.js +22 -0
- package/esm/dictionary/2.7.1/segments/MSA.js +36 -0
- package/esm/dictionary/2.7.1/segments/MSH.js +99 -0
- package/esm/dictionary/2.7.1/segments/NCK.js +10 -0
- package/esm/dictionary/2.7.1/segments/NDS.js +13 -0
- package/esm/dictionary/2.7.1/segments/NK1.js +128 -0
- package/esm/dictionary/2.7.1/segments/NPU.js +11 -0
- package/esm/dictionary/2.7.1/segments/NSC.js +31 -0
- package/esm/dictionary/2.7.1/segments/NST.js +44 -0
- package/esm/dictionary/2.7.1/segments/NTE.js +44 -0
- package/esm/dictionary/2.7.1/segments/OBR.js +134 -0
- package/esm/dictionary/2.7.1/segments/OBX.js +86 -0
- package/esm/dictionary/2.7.1/segments/ODS.js +26 -0
- package/esm/dictionary/2.7.1/segments/ODT.js +20 -0
- package/esm/dictionary/2.7.1/segments/OM1.js +190 -0
- package/esm/dictionary/2.7.1/segments/OM2.js +47 -0
- package/esm/dictionary/2.7.1/segments/OM3.js +39 -0
- package/esm/dictionary/2.7.1/segments/OM4.js +64 -0
- package/esm/dictionary/2.7.1/segments/OM5.js +16 -0
- package/esm/dictionary/2.7.1/segments/OM6.js +14 -0
- package/esm/dictionary/2.7.1/segments/OM7.js +43 -0
- package/esm/dictionary/2.7.1/segments/ORC.js +141 -0
- package/esm/dictionary/2.7.1/segments/ORG.js +23 -0
- package/esm/dictionary/2.7.1/segments/OVR.js +37 -0
- package/esm/dictionary/2.7.1/segments/PCE.js +28 -0
- package/esm/dictionary/2.7.1/segments/PCR.js +46 -0
- package/esm/dictionary/2.7.1/segments/PD1.js +30 -0
- package/esm/dictionary/2.7.1/segments/PDA.js +11 -0
- package/esm/dictionary/2.7.1/segments/PEO.js +34 -0
- package/esm/dictionary/2.7.1/segments/PES.js +13 -0
- package/esm/dictionary/2.7.1/segments/PID.js +129 -0
- package/esm/dictionary/2.7.1/segments/PKG.js +48 -0
- package/esm/dictionary/2.7.1/segments/PMT.js +77 -0
- package/esm/dictionary/2.7.1/segments/PR1.js +71 -0
- package/esm/dictionary/2.7.1/segments/PRA.js +60 -0
- package/esm/dictionary/2.7.1/segments/PRB.js +78 -0
- package/esm/dictionary/2.7.1/segments/PRC.js +25 -0
- package/esm/dictionary/2.7.1/segments/PRD.js +58 -0
- package/esm/dictionary/2.7.1/segments/PSG.js +44 -0
- package/esm/dictionary/2.7.1/segments/PSL.js +295 -0
- package/esm/dictionary/2.7.1/segments/PSS.js +36 -0
- package/esm/dictionary/2.7.1/segments/PTH.js +24 -0
- package/esm/dictionary/2.7.1/segments/PV1.js +157 -0
- package/esm/dictionary/2.7.1/segments/PV2.js +111 -0
- package/esm/dictionary/2.7.1/segments/PYE.js +40 -0
- package/esm/dictionary/2.7.1/segments/QAK.js +14 -0
- package/esm/dictionary/2.7.1/segments/QID.js +7 -0
- package/esm/dictionary/2.7.1/segments/QPD.js +7 -0
- package/esm/dictionary/2.7.1/segments/QRD.js +44 -0
- package/esm/dictionary/2.7.1/segments/QRF.js +38 -0
- package/esm/dictionary/2.7.1/segments/QRI.js +7 -0
- package/esm/dictionary/2.7.1/segments/RCP.js +13 -0
- package/esm/dictionary/2.7.1/segments/RDT.js +7 -0
- package/esm/dictionary/2.7.1/segments/REL.js +102 -0
- package/esm/dictionary/2.7.1/segments/RF1.js +37 -0
- package/esm/dictionary/2.7.1/segments/RFI.js +30 -0
- package/esm/dictionary/2.7.1/segments/RGS.js +7 -0
- package/esm/dictionary/2.7.1/segments/RMI.js +13 -0
- package/esm/dictionary/2.7.1/segments/ROL.js +41 -0
- package/esm/dictionary/2.7.1/segments/RQ1.js +44 -0
- package/esm/dictionary/2.7.1/segments/RQD.js +59 -0
- package/esm/dictionary/2.7.1/segments/RXA.js +129 -0
- package/esm/dictionary/2.7.1/segments/RXC.js +48 -0
- package/esm/dictionary/2.7.1/segments/RXD.js +150 -0
- package/esm/dictionary/2.7.1/segments/RXE.js +220 -0
- package/esm/dictionary/2.7.1/segments/RXG.js +154 -0
- package/esm/dictionary/2.7.1/segments/RXO.js +184 -0
- package/esm/dictionary/2.7.1/segments/RXR.js +41 -0
- package/esm/dictionary/2.7.1/segments/SAC.js +74 -0
- package/esm/dictionary/2.7.1/segments/SCD.js +236 -0
- package/esm/dictionary/2.7.1/segments/SCH.js +37 -0
- package/esm/dictionary/2.7.1/segments/SCP.js +55 -0
- package/esm/dictionary/2.7.1/segments/SDD.js +47 -0
- package/esm/dictionary/2.7.1/segments/SFT.js +41 -0
- package/esm/dictionary/2.7.1/segments/SID.js +10 -0
- package/esm/dictionary/2.7.1/segments/SLT.js +33 -0
- package/esm/dictionary/2.7.1/segments/SPM.js +183 -0
- package/esm/dictionary/2.7.1/segments/STF.js +185 -0
- package/esm/dictionary/2.7.1/segments/STZ.js +31 -0
- package/esm/dictionary/2.7.1/segments/TCC.js +13 -0
- package/esm/dictionary/2.7.1/segments/TCD.js +10 -0
- package/esm/dictionary/2.7.1/segments/TQ1.js +89 -0
- package/esm/dictionary/2.7.1/segments/TQ2.js +67 -0
- package/esm/dictionary/2.7.1/segments/TXA.js +28 -0
- package/esm/dictionary/2.7.1/segments/UAC.js +16 -0
- package/esm/dictionary/2.7.1/segments/UB1.js +7 -0
- package/esm/dictionary/2.7.1/segments/UB2.js +86 -0
- package/esm/dictionary/2.7.1/segments/URD.js +24 -0
- package/esm/dictionary/2.7.1/segments/URS.js +37 -0
- package/esm/dictionary/2.7.1/segments/VAR.js +16 -0
- package/esm/dictionary/2.7.1/segments/VND.js +33 -0
- package/esm/dictionary/2.7.1/segments/index.js +163 -0
- package/esm/dictionary/2.7.1/types/AD.js +28 -0
- package/esm/dictionary/2.7.1/types/AUI.js +22 -0
- package/esm/dictionary/2.7.1/types/CCD.js +18 -0
- package/esm/dictionary/2.7.1/types/CCP.js +23 -0
- package/esm/dictionary/2.7.1/types/CD.js +19 -0
- package/esm/dictionary/2.7.1/types/CF.js +21 -0
- package/esm/dictionary/2.7.1/types/CNE.js +21 -0
- package/esm/dictionary/2.7.1/types/CNN.js +30 -0
- package/esm/dictionary/2.7.1/types/CP.js +19 -0
- package/esm/dictionary/2.7.1/types/CQ.js +8 -0
- package/esm/dictionary/2.7.1/types/CSU.js +47 -0
- package/esm/dictionary/2.7.1/types/CWE.js +59 -0
- package/esm/dictionary/2.7.1/types/CX.js +29 -0
- package/esm/dictionary/2.7.1/types/DDI.js +23 -0
- package/esm/dictionary/2.7.1/types/DIN.js +18 -0
- package/esm/dictionary/2.7.1/types/DLD.js +16 -0
- package/esm/dictionary/2.7.1/types/DLN.js +11 -0
- package/esm/dictionary/2.7.1/types/DLT.js +30 -0
- package/esm/dictionary/2.7.1/types/DR.js +13 -0
- package/esm/dictionary/2.7.1/types/DTM.js +3 -0
- package/esm/dictionary/2.7.1/types/DTN.js +17 -0
- package/esm/dictionary/2.7.1/types/ED.js +22 -0
- package/esm/dictionary/2.7.1/types/EI.js +15 -0
- package/esm/dictionary/2.7.1/types/EIP.js +17 -0
- package/esm/dictionary/2.7.1/types/ERL.js +42 -0
- package/esm/dictionary/2.7.1/types/FC.js +12 -0
- package/esm/dictionary/2.7.1/types/FN.js +14 -0
- package/esm/dictionary/2.7.1/types/GTS.js +3 -0
- package/esm/dictionary/2.7.1/types/HD.js +15 -0
- package/esm/dictionary/2.7.1/types/ICD.js +25 -0
- package/esm/dictionary/2.7.1/types/JCC.js +17 -0
- package/esm/dictionary/2.7.1/types/LA1.js +66 -0
- package/esm/dictionary/2.7.1/types/LA2.js +111 -0
- package/esm/dictionary/2.7.1/types/MO.js +7 -0
- package/esm/dictionary/2.7.1/types/MOC.js +17 -0
- package/esm/dictionary/2.7.1/types/MOP.js +24 -0
- package/esm/dictionary/2.7.1/types/MSG.js +27 -0
- package/esm/dictionary/2.7.1/types/NA.js +40 -0
- package/esm/dictionary/2.7.1/types/NDL.js +72 -0
- package/esm/dictionary/2.7.1/types/NR.js +17 -0
- package/esm/dictionary/2.7.1/types/OCD.js +18 -0
- package/esm/dictionary/2.7.1/types/OSD.js +76 -0
- package/esm/dictionary/2.7.1/types/OSP.js +24 -0
- package/esm/dictionary/2.7.1/types/PIP.js +37 -0
- package/esm/dictionary/2.7.1/types/PL.js +41 -0
- package/esm/dictionary/2.7.1/types/PLN.js +29 -0
- package/esm/dictionary/2.7.1/types/PPN.js +74 -0
- package/esm/dictionary/2.7.1/types/PRL.js +23 -0
- package/esm/dictionary/2.7.1/types/PT.js +14 -0
- package/esm/dictionary/2.7.1/types/PTA.js +27 -0
- package/esm/dictionary/2.7.1/types/QIP.js +12 -0
- package/esm/dictionary/2.7.1/types/QSC.js +16 -0
- package/esm/dictionary/2.7.1/types/RCD.js +14 -0
- package/esm/dictionary/2.7.1/types/RFR.js +47 -0
- package/esm/dictionary/2.7.1/types/RI.js +7 -0
- package/esm/dictionary/2.7.1/types/RMC.js +27 -0
- package/esm/dictionary/2.7.1/types/RP.js +12 -0
- package/esm/dictionary/2.7.1/types/RPT.js +75 -0
- package/esm/dictionary/2.7.1/types/SAD.js +7 -0
- package/esm/dictionary/2.7.1/types/SCV.js +8 -0
- package/esm/dictionary/2.7.1/types/SI.js +3 -0
- package/esm/dictionary/2.7.1/types/SN.js +11 -0
- package/esm/dictionary/2.7.1/types/SPD.js +31 -0
- package/esm/dictionary/2.7.1/types/SRT.js +12 -0
- package/esm/dictionary/2.7.1/types/TQ.js +74 -0
- package/esm/dictionary/2.7.1/types/UVC.js +17 -0
- package/esm/dictionary/2.7.1/types/VH.js +12 -0
- package/esm/dictionary/2.7.1/types/VID.js +24 -0
- package/esm/dictionary/2.7.1/types/VR.js +17 -0
- package/esm/dictionary/2.7.1/types/WVI.js +16 -0
- package/esm/dictionary/2.7.1/types/WVS.js +16 -0
- package/esm/dictionary/2.7.1/types/XAD.js +106 -0
- package/esm/dictionary/2.7.1/types/XCN.js +78 -0
- package/esm/dictionary/2.7.1/types/XON.js +40 -0
- package/esm/dictionary/2.7.1/types/XPN.js +43 -0
- package/esm/dictionary/2.7.1/types/XTN.js +74 -0
- package/esm/dictionary/2.7.1/types/index.js +76 -0
- package/esm/dictionary/2.8/index.js +6 -0
- package/esm/dictionary/index.js +33 -0
- package/esm/dictionary/segment-fields/abs-segment.enum.js +17 -0
- package/esm/dictionary/segment-fields/acc-segment.enum.js +15 -0
- package/esm/dictionary/segment-fields/add-segment.enum.js +4 -0
- package/esm/dictionary/segment-fields/adj-segment.enum.js +18 -0
- package/esm/dictionary/segment-fields/aff-segment.enum.js +8 -0
- package/esm/dictionary/segment-fields/aig-segment.enum.js +17 -0
- package/esm/dictionary/segment-fields/ail-segment.enum.js +15 -0
- package/esm/dictionary/segment-fields/aip-segment.enum.js +15 -0
- package/esm/dictionary/segment-fields/ais-segment.enum.js +15 -0
- package/esm/dictionary/segment-fields/al1-segment.enum.js +9 -0
- package/esm/dictionary/segment-fields/apr-segment.enum.js +8 -0
- package/esm/dictionary/segment-fields/arq-segment.enum.js +28 -0
- package/esm/dictionary/segment-fields/arv-segment.enum.js +9 -0
- package/esm/dictionary/segment-fields/aut-segment.enum.js +15 -0
- package/esm/dictionary/segment-fields/bhs-segment.enum.js +17 -0
- package/esm/dictionary/segment-fields/blc-segment.enum.js +5 -0
- package/esm/dictionary/segment-fields/blg-segment.enum.js +7 -0
- package/esm/dictionary/segment-fields/bpo-segment.enum.js +17 -0
- package/esm/dictionary/segment-fields/bpx-segment.enum.js +24 -0
- package/esm/dictionary/segment-fields/bts-segment.enum.js +6 -0
- package/esm/dictionary/segment-fields/btx-segment.enum.js +22 -0
- package/esm/dictionary/segment-fields/cdm-segment.enum.js +16 -0
- package/esm/dictionary/segment-fields/cer-segment.enum.js +34 -0
- package/esm/dictionary/segment-fields/cm0-segment.enum.js +14 -0
- package/esm/dictionary/segment-fields/cm1-segment.enum.js +6 -0
- package/esm/dictionary/segment-fields/cm2-segment.enum.js +7 -0
- package/esm/dictionary/segment-fields/cns-segment.enum.js +9 -0
- package/esm/dictionary/segment-fields/con-segment.enum.js +28 -0
- package/esm/dictionary/segment-fields/csp-segment.enum.js +7 -0
- package/esm/dictionary/segment-fields/csr-segment.enum.js +19 -0
- package/esm/dictionary/segment-fields/css-segment.enum.js +6 -0
- package/esm/dictionary/segment-fields/ctd-segment.enum.js +10 -0
- package/esm/dictionary/segment-fields/cti-segment.enum.js +6 -0
- package/esm/dictionary/segment-fields/db1-segment.enum.js +11 -0
- package/esm/dictionary/segment-fields/dg1-segment.enum.js +29 -0
- package/esm/dictionary/segment-fields/dmi-segment.enum.js +8 -0
- package/esm/dictionary/segment-fields/drg-segment.enum.js +36 -0
- package/esm/dictionary/segment-fields/dsc-segment.enum.js +5 -0
- package/esm/dictionary/segment-fields/dsp-segment.enum.js +8 -0
- package/esm/dictionary/segment-fields/ecd-segment.enum.js +8 -0
- package/esm/dictionary/segment-fields/ecr-segment.enum.js +6 -0
- package/esm/dictionary/segment-fields/ed-segment.enum.js +4 -0
- package/esm/dictionary/segment-fields/edu-segment.enum.js +12 -0
- package/esm/dictionary/segment-fields/eql-segment.enum.js +7 -0
- package/esm/dictionary/segment-fields/eqp-segment.enum.js +8 -0
- package/esm/dictionary/segment-fields/equ-segment.enum.js +8 -0
- package/esm/dictionary/segment-fields/erq-segment.enum.js +6 -0
- package/esm/dictionary/segment-fields/err-segment.enum.js +15 -0
- package/esm/dictionary/segment-fields/evn-segment.enum.js +10 -0
- package/esm/dictionary/segment-fields/fac-segment.enum.js +15 -0
- package/esm/dictionary/segment-fields/fhs-segment.enum.js +17 -0
- package/esm/dictionary/segment-fields/ft1-segment.enum.js +46 -0
- package/esm/dictionary/segment-fields/fts-segment.enum.js +5 -0
- package/esm/dictionary/segment-fields/gol-segment.enum.js +25 -0
- package/esm/dictionary/segment-fields/gp1-segment.enum.js +8 -0
- package/esm/dictionary/segment-fields/gp2-segment.enum.js +17 -0
- package/esm/dictionary/segment-fields/gt1-segment.enum.js +60 -0
- package/esm/dictionary/segment-fields/iam-segment.enum.js +33 -0
- package/esm/dictionary/segment-fields/iar-segment.enum.js +7 -0
- package/esm/dictionary/segment-fields/iim-segment.enum.js +18 -0
- package/esm/dictionary/segment-fields/ilt-segment.enum.js +13 -0
- package/esm/dictionary/segment-fields/in1-segment.enum.js +57 -0
- package/esm/dictionary/segment-fields/in2-segment.enum.js +75 -0
- package/esm/dictionary/segment-fields/in3-segment.enum.js +28 -0
- package/esm/dictionary/segment-fields/index.js +182 -0
- package/esm/dictionary/segment-fields/inv-segment.enum.js +23 -0
- package/esm/dictionary/segment-fields/ipc-segment.enum.js +12 -0
- package/esm/dictionary/segment-fields/ipr-segment.enum.js +11 -0
- package/esm/dictionary/segment-fields/isd-segment.enum.js +6 -0
- package/esm/dictionary/segment-fields/itm-segment.enum.js +32 -0
- package/esm/dictionary/segment-fields/ivc-segment.enum.js +33 -0
- package/esm/dictionary/segment-fields/ivt-segment.enum.js +29 -0
- package/esm/dictionary/segment-fields/lan-segment.enum.js +7 -0
- package/esm/dictionary/segment-fields/lcc-segment.enum.js +7 -0
- package/esm/dictionary/segment-fields/lch-segment.enum.js +8 -0
- package/esm/dictionary/segment-fields/ldp-segment.enum.js +15 -0
- package/esm/dictionary/segment-fields/loc-segment.enum.js +12 -0
- package/esm/dictionary/segment-fields/lrl-segment.enum.js +9 -0
- package/esm/dictionary/segment-fields/mfa-segment.enum.js +9 -0
- package/esm/dictionary/segment-fields/mfe-segment.enum.js +10 -0
- package/esm/dictionary/segment-fields/mfi-segment.enum.js +9 -0
- package/esm/dictionary/segment-fields/mrg-segment.enum.js +10 -0
- package/esm/dictionary/segment-fields/msa-segment.enum.js +11 -0
- package/esm/dictionary/segment-fields/msh-segment.enum.js +28 -0
- package/esm/dictionary/segment-fields/nck-segment.enum.js +4 -0
- package/esm/dictionary/segment-fields/nds-segment.enum.js +7 -0
- package/esm/dictionary/segment-fields/nk1-segment.enum.js +44 -0
- package/esm/dictionary/segment-fields/npu-segment.enum.js +5 -0
- package/esm/dictionary/segment-fields/nsc-segment.enum.js +12 -0
- package/esm/dictionary/segment-fields/nst-segment.enum.js +18 -0
- package/esm/dictionary/segment-fields/nte-segment.enum.js +11 -0
- package/esm/dictionary/segment-fields/obr-segment.enum.js +57 -0
- package/esm/dictionary/segment-fields/obx-segment.enum.js +29 -0
- package/esm/dictionary/segment-fields/ods-segment.enum.js +7 -0
- package/esm/dictionary/segment-fields/odt-segment.enum.js +6 -0
- package/esm/dictionary/segment-fields/om1-segment.enum.js +50 -0
- package/esm/dictionary/segment-fields/om2-segment.enum.js +14 -0
- package/esm/dictionary/segment-fields/om3-segment.enum.js +11 -0
- package/esm/dictionary/segment-fields/om4-segment.enum.js +18 -0
- package/esm/dictionary/segment-fields/om5-segment.enum.js +7 -0
- package/esm/dictionary/segment-fields/om6-segment.enum.js +6 -0
- package/esm/dictionary/segment-fields/om7-segment.enum.js +27 -0
- package/esm/dictionary/segment-fields/orc-segment.enum.js +36 -0
- package/esm/dictionary/segment-fields/org-segment.enum.js +16 -0
- package/esm/dictionary/segment-fields/oro-segment.enum.js +7 -0
- package/esm/dictionary/segment-fields/ovr-segment.enum.js +8 -0
- package/esm/dictionary/segment-fields/pac-segment.enum.js +11 -0
- package/esm/dictionary/segment-fields/pce-segment.enum.js +7 -0
- package/esm/dictionary/segment-fields/pcr-segment.enum.js +26 -0
- package/esm/dictionary/segment-fields/pd1-segment.enum.js +25 -0
- package/esm/dictionary/segment-fields/pda-segment.enum.js +12 -0
- package/esm/dictionary/segment-fields/pdc-segment.enum.js +18 -0
- package/esm/dictionary/segment-fields/peo-segment.enum.js +28 -0
- package/esm/dictionary/segment-fields/pes-segment.enum.js +16 -0
- package/esm/dictionary/segment-fields/pid-segment.enum.js +43 -0
- package/esm/dictionary/segment-fields/pkg-segment.enum.js +10 -0
- package/esm/dictionary/segment-fields/pmt-segment.enum.js +15 -0
- package/esm/dictionary/segment-fields/pr1-segment.enum.js +28 -0
- package/esm/dictionary/segment-fields/pra-segment.enum.js +15 -0
- package/esm/dictionary/segment-fields/prb-segment.enum.js +31 -0
- package/esm/dictionary/segment-fields/prc-segment.enum.js +21 -0
- package/esm/dictionary/segment-fields/prd-segment.enum.js +17 -0
- package/esm/dictionary/segment-fields/prt-segment.enum.js +18 -0
- package/esm/dictionary/segment-fields/psg-segment.enum.js +9 -0
- package/esm/dictionary/segment-fields/psh-segment.enum.js +17 -0
- package/esm/dictionary/segment-fields/psl-segment.enum.js +51 -0
- package/esm/dictionary/segment-fields/pss-segment.enum.js +8 -0
- package/esm/dictionary/segment-fields/pth-segment.enum.js +10 -0
- package/esm/dictionary/segment-fields/pv1-segment.enum.js +57 -0
- package/esm/dictionary/segment-fields/pv2-segment.enum.js +53 -0
- package/esm/dictionary/segment-fields/pye-segment.enum.js +10 -0
- package/esm/dictionary/segment-fields/qak-segment.enum.js +9 -0
- package/esm/dictionary/segment-fields/qck-segment.enum.js +4 -0
- package/esm/dictionary/segment-fields/qid-segment.enum.js +5 -0
- package/esm/dictionary/segment-fields/qpd-segment.enum.js +6 -0
- package/esm/dictionary/segment-fields/qrd-segment.enum.js +15 -0
- package/esm/dictionary/segment-fields/qrf-segment.enum.js +13 -0
- package/esm/dictionary/segment-fields/qri-segment.enum.js +6 -0
- package/esm/dictionary/segment-fields/rcp-segment.enum.js +10 -0
- package/esm/dictionary/segment-fields/rdf-segment.enum.js +5 -0
- package/esm/dictionary/segment-fields/rdt-segment.enum.js +4 -0
- package/esm/dictionary/segment-fields/rel-segment.enum.js +19 -0
- package/esm/dictionary/segment-fields/rf1-segment.enum.js +15 -0
- package/esm/dictionary/segment-fields/rfi-segment.enum.js +7 -0
- package/esm/dictionary/segment-fields/rgs-segment.enum.js +6 -0
- package/esm/dictionary/segment-fields/rmi-segment.enum.js +6 -0
- package/esm/dictionary/segment-fields/rol-segment.enum.js +17 -0
- package/esm/dictionary/segment-fields/rq1-segment.enum.js +10 -0
- package/esm/dictionary/segment-fields/rqd-segment.enum.js +13 -0
- package/esm/dictionary/segment-fields/rx1-segment.enum.js +28 -0
- package/esm/dictionary/segment-fields/rxa-segment.enum.js +31 -0
- package/esm/dictionary/segment-fields/rxc-segment.enum.js +12 -0
- package/esm/dictionary/segment-fields/rxd-segment.enum.js +37 -0
- package/esm/dictionary/segment-fields/rxe-segment.enum.js +48 -0
- package/esm/dictionary/segment-fields/rxg-segment.enum.js +33 -0
- package/esm/dictionary/segment-fields/rxo-segment.enum.js +39 -0
- package/esm/dictionary/segment-fields/rxr-segment.enum.js +9 -0
- package/esm/dictionary/segment-fields/sac-segment.enum.js +47 -0
- package/esm/dictionary/segment-fields/scd-segment.enum.js +40 -0
- package/esm/dictionary/segment-fields/sch-segment.enum.js +30 -0
- package/esm/dictionary/segment-fields/scp-segment.enum.js +11 -0
- package/esm/dictionary/segment-fields/sdd-segment.enum.js +10 -0
- package/esm/dictionary/segment-fields/sft-segment.enum.js +9 -0
- package/esm/dictionary/segment-fields/shp-segment.enum.js +14 -0
- package/esm/dictionary/segment-fields/sid-segment.enum.js +7 -0
- package/esm/dictionary/segment-fields/slt-segment.enum.js +8 -0
- package/esm/dictionary/segment-fields/spm-segment.enum.js +35 -0
- package/esm/dictionary/segment-fields/spr-segment.enum.js +7 -0
- package/esm/dictionary/segment-fields/stf-segment.enum.js +44 -0
- package/esm/dictionary/segment-fields/stz-segment.enum.js +7 -0
- package/esm/dictionary/segment-fields/tcc-segment.enum.js +17 -0
- package/esm/dictionary/segment-fields/tcd-segment.enum.js +11 -0
- package/esm/dictionary/segment-fields/tq1-segment.enum.js +17 -0
- package/esm/dictionary/segment-fields/tq2-segment.enum.js +13 -0
- package/esm/dictionary/segment-fields/txa-segment.enum.js +29 -0
- package/esm/dictionary/segment-fields/uac-segment.enum.js +5 -0
- package/esm/dictionary/segment-fields/ub1-segment.enum.js +26 -0
- package/esm/dictionary/segment-fields/ub2-segment.enum.js +20 -0
- package/esm/dictionary/segment-fields/urd-segment.enum.js +10 -0
- package/esm/dictionary/segment-fields/urs-segment.enum.js +12 -0
- package/esm/dictionary/segment-fields/var-segment.enum.js +9 -0
- package/esm/dictionary/segment-fields/vnd-segment.enum.js +8 -0
- package/esm/dictionary/segment-fields/vtq-segment.enum.js +8 -0
- package/esm/dictionary/tables/acknowledgment-code.enum.js +1 -0
- package/esm/dictionary/tables/index.js +1 -0
- package/esm/dictionary/type-fields/ad-type.enum.js +11 -0
- package/esm/dictionary/type-fields/aui-type.enum.js +6 -0
- package/esm/dictionary/type-fields/ccd-type.enum.js +5 -0
- package/esm/dictionary/type-fields/ccp-type.enum.js +6 -0
- package/esm/dictionary/type-fields/cd-type.enum.js +9 -0
- package/esm/dictionary/type-fields/ce-type.enum.js +9 -0
- package/esm/dictionary/type-fields/cf-type.enum.js +25 -0
- package/esm/dictionary/type-fields/ck-type.enum.js +7 -0
- package/esm/dictionary/type-fields/ck_account_no-type.enum.js +7 -0
- package/esm/dictionary/type-fields/cm_abs_range-type.enum.js +7 -0
- package/esm/dictionary/type-fields/cm_aui-type.enum.js +6 -0
- package/esm/dictionary/type-fields/cm_batch_total-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_ccd-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_ccp-type.enum.js +6 -0
- package/esm/dictionary/type-fields/cm_cd_electrode-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_csu-type.enum.js +10 -0
- package/esm/dictionary/type-fields/cm_ddi-type.enum.js +6 -0
- package/esm/dictionary/type-fields/cm_din-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_dld-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_dlt-type.enum.js +7 -0
- package/esm/dictionary/type-fields/cm_dtn-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_eip-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_eld-type.enum.js +7 -0
- package/esm/dictionary/type-fields/cm_filler-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_finance-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_group_id-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_internal_location-type.enum.js +11 -0
- package/esm/dictionary/type-fields/cm_job_code-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_la1-type.enum.js +19 -0
- package/esm/dictionary/type-fields/cm_license_no-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_mdv-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_moc-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_msg-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_ndl-type.enum.js +14 -0
- package/esm/dictionary/type-fields/cm_ocd-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_osd-type.enum.js +14 -0
- package/esm/dictionary/type-fields/cm_osp-type.enum.js +6 -0
- package/esm/dictionary/type-fields/cm_parent_result-type.enum.js +6 -0
- package/esm/dictionary/type-fields/cm_pat_id-type.enum.js +8 -0
- package/esm/dictionary/type-fields/cm_pat_id_0192-type.enum.js +8 -0
- package/esm/dictionary/type-fields/cm_pcf-type.enum.js +6 -0
- package/esm/dictionary/type-fields/cm_pen-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_pi-type.enum.js +6 -0
- package/esm/dictionary/type-fields/cm_pip-type.enum.js +7 -0
- package/esm/dictionary/type-fields/cm_placer-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_pln-type.enum.js +7 -0
- package/esm/dictionary/type-fields/cm_position-type.enum.js +6 -0
- package/esm/dictionary/type-fields/cm_practitioner-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_prl-type.enum.js +6 -0
- package/esm/dictionary/type-fields/cm_pta-type.enum.js +6 -0
- package/esm/dictionary/type-fields/cm_range-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_rfr-type.enum.js +10 -0
- package/esm/dictionary/type-fields/cm_ri-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_rmc-type.enum.js +6 -0
- package/esm/dictionary/type-fields/cm_spd-type.enum.js +7 -0
- package/esm/dictionary/type-fields/cm_sps-type.enum.js +9 -0
- package/esm/dictionary/type-fields/cm_uvc-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_vr-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cm_wvi-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cn-type.enum.js +16 -0
- package/esm/dictionary/type-fields/cn_person-type.enum.js +11 -0
- package/esm/dictionary/type-fields/cne-type.enum.js +25 -0
- package/esm/dictionary/type-fields/cnn-type.enum.js +14 -0
- package/esm/dictionary/type-fields/cns-type.enum.js +14 -0
- package/esm/dictionary/type-fields/cp-type.enum.js +9 -0
- package/esm/dictionary/type-fields/cq-type.enum.js +5 -0
- package/esm/dictionary/type-fields/cq_quantity-type.enum.js +5 -0
- package/esm/dictionary/type-fields/csu-type.enum.js +26 -0
- package/esm/dictionary/type-fields/cwe-type.enum.js +25 -0
- package/esm/dictionary/type-fields/cx-type.enum.js +15 -0
- package/esm/dictionary/type-fields/ddi-type.enum.js +6 -0
- package/esm/dictionary/type-fields/din-type.enum.js +5 -0
- package/esm/dictionary/type-fields/dld-type.enum.js +5 -0
- package/esm/dictionary/type-fields/dln-type.enum.js +6 -0
- package/esm/dictionary/type-fields/dlt-type.enum.js +7 -0
- package/esm/dictionary/type-fields/dr-type.enum.js +5 -0
- package/esm/dictionary/type-fields/dtn-type.enum.js +5 -0
- package/esm/dictionary/type-fields/ed-type.enum.js +8 -0
- package/esm/dictionary/type-fields/ei-type.enum.js +7 -0
- package/esm/dictionary/type-fields/eip-type.enum.js +5 -0
- package/esm/dictionary/type-fields/eld-type.enum.js +7 -0
- package/esm/dictionary/type-fields/erl-type.enum.js +9 -0
- package/esm/dictionary/type-fields/fc-type.enum.js +5 -0
- package/esm/dictionary/type-fields/fn-type.enum.js +8 -0
- package/esm/dictionary/type-fields/hd-type.enum.js +6 -0
- package/esm/dictionary/type-fields/icd-type.enum.js +6 -0
- package/esm/dictionary/type-fields/index.js +137 -0
- package/esm/dictionary/type-fields/jcc-type.enum.js +6 -0
- package/esm/dictionary/type-fields/la1-type.enum.js +12 -0
- package/esm/dictionary/type-fields/la2-type.enum.js +19 -0
- package/esm/dictionary/type-fields/ma-type.enum.js +13 -0
- package/esm/dictionary/type-fields/mo-type.enum.js +5 -0
- package/esm/dictionary/type-fields/moc-type.enum.js +5 -0
- package/esm/dictionary/type-fields/mop-type.enum.js +6 -0
- package/esm/dictionary/type-fields/msg-type.enum.js +6 -0
- package/esm/dictionary/type-fields/na-type.enum.js +13 -0
- package/esm/dictionary/type-fields/ndl-type.enum.js +14 -0
- package/esm/dictionary/type-fields/nr-type.enum.js +5 -0
- package/esm/dictionary/type-fields/ocd-type.enum.js +5 -0
- package/esm/dictionary/type-fields/osd-type.enum.js +14 -0
- package/esm/dictionary/type-fields/osp-type.enum.js +6 -0
- package/esm/dictionary/type-fields/pcf-type.enum.js +6 -0
- package/esm/dictionary/type-fields/pi-type.enum.js +6 -0
- package/esm/dictionary/type-fields/pip-type.enum.js +8 -0
- package/esm/dictionary/type-fields/pl-type.enum.js +14 -0
- package/esm/dictionary/type-fields/pln-type.enum.js +7 -0
- package/esm/dictionary/type-fields/pn-type.enum.js +9 -0
- package/esm/dictionary/type-fields/ppn-type.enum.js +29 -0
- package/esm/dictionary/type-fields/prl-type.enum.js +6 -0
- package/esm/dictionary/type-fields/pt-type.enum.js +5 -0
- package/esm/dictionary/type-fields/pta-type.enum.js +7 -0
- package/esm/dictionary/type-fields/qip-type.enum.js +5 -0
- package/esm/dictionary/type-fields/qsc-type.enum.js +7 -0
- package/esm/dictionary/type-fields/rcd-type.enum.js +6 -0
- package/esm/dictionary/type-fields/rfr-type.enum.js +10 -0
- package/esm/dictionary/type-fields/ri-type.enum.js +5 -0
- package/esm/dictionary/type-fields/rmc-type.enum.js +7 -0
- package/esm/dictionary/type-fields/rp-type.enum.js +7 -0
- package/esm/dictionary/type-fields/rpt-type.enum.js +14 -0
- package/esm/dictionary/type-fields/sad-type.enum.js +6 -0
- package/esm/dictionary/type-fields/scv-type.enum.js +5 -0
- package/esm/dictionary/type-fields/sn-type.enum.js +7 -0
- package/esm/dictionary/type-fields/spd-type.enum.js +7 -0
- package/esm/dictionary/type-fields/sps-type.enum.js +10 -0
- package/esm/dictionary/type-fields/srt-type.enum.js +5 -0
- package/esm/dictionary/type-fields/tq-type.enum.js +15 -0
- package/esm/dictionary/type-fields/ts-type.enum.js +5 -0
- package/esm/dictionary/type-fields/uvc-type.enum.js +7 -0
- package/esm/dictionary/type-fields/vh-type.enum.js +7 -0
- package/esm/dictionary/type-fields/vid-type.enum.js +6 -0
- package/esm/dictionary/type-fields/vr-type.enum.js +5 -0
- package/esm/dictionary/type-fields/wvi-type.enum.js +5 -0
- package/esm/dictionary/type-fields/wvs-type.enum.js +5 -0
- package/esm/dictionary/type-fields/xad-type.enum.js +26 -0
- package/esm/dictionary/type-fields/xcn-type.enum.js +28 -0
- package/esm/dictionary/type-fields/xon-type.enum.js +13 -0
- package/esm/dictionary/type-fields/xpn-type.enum.js +18 -0
- package/esm/dictionary/type-fields/xtn-type.enum.js +21 -0
- package/esm/hl7-component.js +150 -0
- package/esm/hl7-dictionary.js +29 -0
- package/esm/hl7-error.js +24 -0
- package/esm/hl7-field.js +77 -0
- package/esm/hl7-message.js +221 -0
- package/esm/hl7-repetition.js +69 -0
- package/esm/hl7-segment.js +82 -0
- package/esm/hl7-sub-component.js +79 -0
- package/esm/index.js +13 -0
- package/esm/interfaces/dictionary.types.js +3 -0
- package/esm/interfaces/index.js +2 -0
- package/esm/interfaces/version.enum.js +14 -0
- package/esm/package.json +3 -0
- package/esm/utils/hl7-date.js +22 -0
- package/esm/utils/hl7-escape.js +83 -0
- package/package.json +47 -41
- package/types/constants.d.ts +9 -0
- package/types/dictionary/2.1/dictionary.d.ts +3 -0
- package/types/dictionary/2.1/index.d.ts +3 -0
- package/types/dictionary/2.1/patches.d.ts +1 -0
- package/types/dictionary/2.1/segments/ACC.d.ts +2 -0
- package/types/dictionary/2.1/segments/ADD.d.ts +2 -0
- package/types/dictionary/2.1/segments/BHS.d.ts +2 -0
- package/types/dictionary/2.1/segments/BLG.d.ts +2 -0
- package/types/dictionary/2.1/segments/BTS.d.ts +2 -0
- package/types/dictionary/2.1/segments/DG1.d.ts +2 -0
- package/types/dictionary/2.1/segments/DSC.d.ts +2 -0
- package/types/dictionary/2.1/segments/DSP.d.ts +2 -0
- package/types/dictionary/2.1/segments/ERR.d.ts +2 -0
- package/types/dictionary/2.1/segments/EVN.d.ts +2 -0
- package/types/dictionary/2.1/segments/FHS.d.ts +2 -0
- package/types/dictionary/2.1/segments/FT1.d.ts +2 -0
- package/types/dictionary/2.1/segments/FTS.d.ts +2 -0
- package/types/dictionary/2.1/segments/GT1.d.ts +2 -0
- package/types/dictionary/2.1/segments/IN1.d.ts +2 -0
- package/types/dictionary/2.1/segments/MFI.d.ts +2 -0
- package/types/dictionary/2.1/segments/MRG.d.ts +2 -0
- package/types/dictionary/2.1/segments/MSA.d.ts +2 -0
- package/types/dictionary/2.1/segments/MSH.d.ts +2 -0
- package/types/dictionary/2.1/segments/NCK.d.ts +2 -0
- package/types/dictionary/2.1/segments/NK1.d.ts +2 -0
- package/types/dictionary/2.1/segments/NPU.d.ts +2 -0
- package/types/dictionary/2.1/segments/NSC.d.ts +2 -0
- package/types/dictionary/2.1/segments/NST.d.ts +2 -0
- package/types/dictionary/2.1/segments/NTE.d.ts +2 -0
- package/types/dictionary/2.1/segments/OBR.d.ts +2 -0
- package/types/dictionary/2.1/segments/OBX.d.ts +2 -0
- package/types/dictionary/2.1/segments/ORC.d.ts +2 -0
- package/types/dictionary/2.1/segments/ORO.d.ts +2 -0
- package/types/dictionary/2.1/segments/PID.d.ts +2 -0
- package/types/dictionary/2.1/segments/PR1.d.ts +2 -0
- package/types/dictionary/2.1/segments/PV1.d.ts +2 -0
- package/types/dictionary/2.1/segments/QRD.d.ts +2 -0
- package/types/dictionary/2.1/segments/QRF.d.ts +2 -0
- package/types/dictionary/2.1/segments/RX1.d.ts +2 -0
- package/types/dictionary/2.1/segments/UB1.d.ts +2 -0
- package/types/dictionary/2.1/segments/URD.d.ts +2 -0
- package/types/dictionary/2.1/segments/URS.d.ts +2 -0
- package/types/dictionary/2.1/segments/index.d.ts +38 -0
- package/types/dictionary/2.1/types/AD.d.ts +2 -0
- package/types/dictionary/2.1/types/CE.d.ts +2 -0
- package/types/dictionary/2.1/types/CK.d.ts +2 -0
- package/types/dictionary/2.1/types/CM.d.ts +2 -0
- package/types/dictionary/2.1/types/CM_MSG.d.ts +2 -0
- package/types/dictionary/2.1/types/CN.d.ts +2 -0
- package/types/dictionary/2.1/types/CQ.d.ts +2 -0
- package/types/dictionary/2.1/types/DT.d.ts +2 -0
- package/types/dictionary/2.1/types/FT.d.ts +2 -0
- package/types/dictionary/2.1/types/ID.d.ts +2 -0
- package/types/dictionary/2.1/types/IS.d.ts +2 -0
- package/types/dictionary/2.1/types/NM.d.ts +2 -0
- package/types/dictionary/2.1/types/PN.d.ts +2 -0
- package/types/dictionary/2.1/types/SI.d.ts +2 -0
- package/types/dictionary/2.1/types/ST.d.ts +2 -0
- package/types/dictionary/2.1/types/TM.d.ts +2 -0
- package/types/dictionary/2.1/types/TN.d.ts +2 -0
- package/types/dictionary/2.1/types/TS.d.ts +2 -0
- package/types/dictionary/2.1/types/TX.d.ts +2 -0
- package/types/dictionary/2.1/types/VARIES.d.ts +2 -0
- package/types/dictionary/2.1/types/index.d.ts +20 -0
- package/types/dictionary/2.2/index.d.ts +2 -0
- package/types/dictionary/2.2/segments/ACC.d.ts +3 -0
- package/types/dictionary/2.2/segments/ADD.d.ts +3 -0
- package/types/dictionary/2.2/segments/AL1.d.ts +3 -0
- package/types/dictionary/2.2/segments/BHS.d.ts +3 -0
- package/types/dictionary/2.2/segments/BLG.d.ts +3 -0
- package/types/dictionary/2.2/segments/BTS.d.ts +3 -0
- package/types/dictionary/2.2/segments/DG1.d.ts +3 -0
- package/types/dictionary/2.2/segments/DSC.d.ts +3 -0
- package/types/dictionary/2.2/segments/DSP.d.ts +3 -0
- package/types/dictionary/2.2/segments/ERR.d.ts +3 -0
- package/types/dictionary/2.2/segments/EVN.d.ts +3 -0
- package/types/dictionary/2.2/segments/FHS.d.ts +3 -0
- package/types/dictionary/2.2/segments/FT1.d.ts +3 -0
- package/types/dictionary/2.2/segments/FTS.d.ts +3 -0
- package/types/dictionary/2.2/segments/GT1.d.ts +3 -0
- package/types/dictionary/2.2/segments/IN1.d.ts +3 -0
- package/types/dictionary/2.2/segments/IN2.d.ts +3 -0
- package/types/dictionary/2.2/segments/IN3.d.ts +3 -0
- package/types/dictionary/2.2/segments/MFA.d.ts +3 -0
- package/types/dictionary/2.2/segments/MFE.d.ts +3 -0
- package/types/dictionary/2.2/segments/MRG.d.ts +3 -0
- package/types/dictionary/2.2/segments/MSA.d.ts +3 -0
- package/types/dictionary/2.2/segments/MSH.d.ts +3 -0
- package/types/dictionary/2.2/segments/NCK.d.ts +3 -0
- package/types/dictionary/2.2/segments/NK1.d.ts +3 -0
- package/types/dictionary/2.2/segments/NPU.d.ts +3 -0
- package/types/dictionary/2.2/segments/NSC.d.ts +3 -0
- package/types/dictionary/2.2/segments/NST.d.ts +3 -0
- package/types/dictionary/2.2/segments/NTE.d.ts +3 -0
- package/types/dictionary/2.2/segments/OBR.d.ts +3 -0
- package/types/dictionary/2.2/segments/OBX.d.ts +3 -0
- package/types/dictionary/2.2/segments/ODS.d.ts +3 -0
- package/types/dictionary/2.2/segments/ODT.d.ts +3 -0
- package/types/dictionary/2.2/segments/OM1.d.ts +3 -0
- package/types/dictionary/2.2/segments/OM2.d.ts +3 -0
- package/types/dictionary/2.2/segments/OM3.d.ts +3 -0
- package/types/dictionary/2.2/segments/OM4.d.ts +3 -0
- package/types/dictionary/2.2/segments/OM5.d.ts +3 -0
- package/types/dictionary/2.2/segments/OM6.d.ts +3 -0
- package/types/dictionary/2.2/segments/ORC.d.ts +3 -0
- package/types/dictionary/2.2/segments/PID.d.ts +3 -0
- package/types/dictionary/2.2/segments/PR1.d.ts +3 -0
- package/types/dictionary/2.2/segments/PRA.d.ts +3 -0
- package/types/dictionary/2.2/segments/PV1.d.ts +3 -0
- package/types/dictionary/2.2/segments/PV2.d.ts +3 -0
- package/types/dictionary/2.2/segments/QRD.d.ts +3 -0
- package/types/dictionary/2.2/segments/QRF.d.ts +3 -0
- package/types/dictionary/2.2/segments/RQ1.d.ts +3 -0
- package/types/dictionary/2.2/segments/RQD.d.ts +3 -0
- package/types/dictionary/2.2/segments/RXA.d.ts +3 -0
- package/types/dictionary/2.2/segments/RXC.d.ts +3 -0
- package/types/dictionary/2.2/segments/RXD.d.ts +3 -0
- package/types/dictionary/2.2/segments/RXE.d.ts +3 -0
- package/types/dictionary/2.2/segments/RXG.d.ts +3 -0
- package/types/dictionary/2.2/segments/RXO.d.ts +3 -0
- package/types/dictionary/2.2/segments/RXR.d.ts +3 -0
- package/types/dictionary/2.2/segments/STF.d.ts +3 -0
- package/types/dictionary/2.2/segments/UB1.d.ts +3 -0
- package/types/dictionary/2.2/segments/UB2.d.ts +3 -0
- package/types/dictionary/2.2/segments/URD.d.ts +3 -0
- package/types/dictionary/2.2/segments/URS.d.ts +3 -0
- package/types/dictionary/2.2/segments/index.d.ts +61 -0
- package/types/dictionary/2.2/types/AD.d.ts +3 -0
- package/types/dictionary/2.2/types/CK.d.ts +3 -0
- package/types/dictionary/2.2/types/CK_ACCOUNT_NO.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_ABS_RANGE.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_AUI.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_BATCH_TOTAL.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_CCD.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_DDI.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_DIN.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_DLD.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_DLT.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_DTN.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_EIP.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_ELD.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_FILLER.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_FINANCE.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_GROUP_ID.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_INTERNAL_LOCATION.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_JOB_CODE.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_LA1.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_LICENSE_NO.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_MOC.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_NDL.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_OCD.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_OSP.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_PARENT_RESULT.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_PAT_ID.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_PAT_ID_0192.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_PCF.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_PEN.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_PIP.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_PLACER.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_PLN.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_POSITION.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_PRACTITIONER.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_PTA.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_RANGE.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_RFR.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_RI.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_RMC.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_SPD.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_SPS.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_UVC.d.ts +3 -0
- package/types/dictionary/2.2/types/CM_VR.d.ts +3 -0
- package/types/dictionary/2.2/types/CN.d.ts +3 -0
- package/types/dictionary/2.2/types/CN_PERSON.d.ts +3 -0
- package/types/dictionary/2.2/types/CQ_QUANTITY.d.ts +3 -0
- package/types/dictionary/2.2/types/SI.d.ts +3 -0
- package/types/dictionary/2.2/types/TQ.d.ts +3 -0
- package/types/dictionary/2.2/types/index.d.ts +49 -0
- package/types/dictionary/2.3/index.d.ts +2 -0
- package/types/dictionary/2.3/segments/ACC.d.ts +3 -0
- package/types/dictionary/2.3/segments/ADD.d.ts +3 -0
- package/types/dictionary/2.3/segments/AIG.d.ts +3 -0
- package/types/dictionary/2.3/segments/AIL.d.ts +3 -0
- package/types/dictionary/2.3/segments/AIP.d.ts +3 -0
- package/types/dictionary/2.3/segments/AIS.d.ts +3 -0
- package/types/dictionary/2.3/segments/AL1.d.ts +3 -0
- package/types/dictionary/2.3/segments/APR.d.ts +3 -0
- package/types/dictionary/2.3/segments/ARQ.d.ts +3 -0
- package/types/dictionary/2.3/segments/AUT.d.ts +3 -0
- package/types/dictionary/2.3/segments/BHS.d.ts +3 -0
- package/types/dictionary/2.3/segments/BLG.d.ts +3 -0
- package/types/dictionary/2.3/segments/BTS.d.ts +3 -0
- package/types/dictionary/2.3/segments/CDM.d.ts +3 -0
- package/types/dictionary/2.3/segments/CM0.d.ts +3 -0
- package/types/dictionary/2.3/segments/CM1.d.ts +3 -0
- package/types/dictionary/2.3/segments/CM2.d.ts +3 -0
- package/types/dictionary/2.3/segments/CSP.d.ts +3 -0
- package/types/dictionary/2.3/segments/CSR.d.ts +3 -0
- package/types/dictionary/2.3/segments/CSS.d.ts +3 -0
- package/types/dictionary/2.3/segments/CTD.d.ts +3 -0
- package/types/dictionary/2.3/segments/CTI.d.ts +3 -0
- package/types/dictionary/2.3/segments/DB1.d.ts +3 -0
- package/types/dictionary/2.3/segments/DG1.d.ts +3 -0
- package/types/dictionary/2.3/segments/DRG.d.ts +3 -0
- package/types/dictionary/2.3/segments/DSC.d.ts +3 -0
- package/types/dictionary/2.3/segments/DSP.d.ts +3 -0
- package/types/dictionary/2.3/segments/EQL.d.ts +3 -0
- package/types/dictionary/2.3/segments/ERQ.d.ts +3 -0
- package/types/dictionary/2.3/segments/ERR.d.ts +3 -0
- package/types/dictionary/2.3/segments/EVN.d.ts +3 -0
- package/types/dictionary/2.3/segments/FAC.d.ts +3 -0
- package/types/dictionary/2.3/segments/FHS.d.ts +3 -0
- package/types/dictionary/2.3/segments/FT1.d.ts +3 -0
- package/types/dictionary/2.3/segments/FTS.d.ts +3 -0
- package/types/dictionary/2.3/segments/GOL.d.ts +3 -0
- package/types/dictionary/2.3/segments/GT1.d.ts +3 -0
- package/types/dictionary/2.3/segments/IAM.d.ts +3 -0
- package/types/dictionary/2.3/segments/IN1.d.ts +3 -0
- package/types/dictionary/2.3/segments/IN2.d.ts +3 -0
- package/types/dictionary/2.3/segments/IN3.d.ts +3 -0
- package/types/dictionary/2.3/segments/LCC.d.ts +3 -0
- package/types/dictionary/2.3/segments/LCH.d.ts +3 -0
- package/types/dictionary/2.3/segments/LDP.d.ts +3 -0
- package/types/dictionary/2.3/segments/LOC.d.ts +3 -0
- package/types/dictionary/2.3/segments/LRL.d.ts +3 -0
- package/types/dictionary/2.3/segments/MFA.d.ts +3 -0
- package/types/dictionary/2.3/segments/MFE.d.ts +3 -0
- package/types/dictionary/2.3/segments/MFI.d.ts +3 -0
- package/types/dictionary/2.3/segments/MRG.d.ts +3 -0
- package/types/dictionary/2.3/segments/MSA.d.ts +3 -0
- package/types/dictionary/2.3/segments/MSH.d.ts +3 -0
- package/types/dictionary/2.3/segments/NCK.d.ts +3 -0
- package/types/dictionary/2.3/segments/NK1.d.ts +3 -0
- package/types/dictionary/2.3/segments/NPU.d.ts +3 -0
- package/types/dictionary/2.3/segments/NSC.d.ts +3 -0
- package/types/dictionary/2.3/segments/NST.d.ts +3 -0
- package/types/dictionary/2.3/segments/NTE.d.ts +3 -0
- package/types/dictionary/2.3/segments/OBR.d.ts +3 -0
- package/types/dictionary/2.3/segments/OBX.d.ts +3 -0
- package/types/dictionary/2.3/segments/ODS.d.ts +3 -0
- package/types/dictionary/2.3/segments/ODT.d.ts +3 -0
- package/types/dictionary/2.3/segments/OM1.d.ts +3 -0
- package/types/dictionary/2.3/segments/OM2.d.ts +3 -0
- package/types/dictionary/2.3/segments/OM3.d.ts +3 -0
- package/types/dictionary/2.3/segments/OM4.d.ts +3 -0
- package/types/dictionary/2.3/segments/OM5.d.ts +3 -0
- package/types/dictionary/2.3/segments/OM6.d.ts +3 -0
- package/types/dictionary/2.3/segments/ORC.d.ts +3 -0
- package/types/dictionary/2.3/segments/PCR.d.ts +3 -0
- package/types/dictionary/2.3/segments/PD1.d.ts +3 -0
- package/types/dictionary/2.3/segments/PDC.d.ts +3 -0
- package/types/dictionary/2.3/segments/PEO.d.ts +3 -0
- package/types/dictionary/2.3/segments/PES.d.ts +3 -0
- package/types/dictionary/2.3/segments/PID.d.ts +3 -0
- package/types/dictionary/2.3/segments/PR1.d.ts +3 -0
- package/types/dictionary/2.3/segments/PRA.d.ts +3 -0
- package/types/dictionary/2.3/segments/PRB.d.ts +3 -0
- package/types/dictionary/2.3/segments/PRC.d.ts +3 -0
- package/types/dictionary/2.3/segments/PRD.d.ts +3 -0
- package/types/dictionary/2.3/segments/PSH.d.ts +3 -0
- package/types/dictionary/2.3/segments/PTH.d.ts +3 -0
- package/types/dictionary/2.3/segments/PV1.d.ts +3 -0
- package/types/dictionary/2.3/segments/PV2.d.ts +3 -0
- package/types/dictionary/2.3/segments/QAK.d.ts +3 -0
- package/types/dictionary/2.3/segments/QCK.d.ts +3 -0
- package/types/dictionary/2.3/segments/QRD.d.ts +3 -0
- package/types/dictionary/2.3/segments/QRF.d.ts +3 -0
- package/types/dictionary/2.3/segments/RDF.d.ts +3 -0
- package/types/dictionary/2.3/segments/RDT.d.ts +3 -0
- package/types/dictionary/2.3/segments/RF1.d.ts +3 -0
- package/types/dictionary/2.3/segments/RGS.d.ts +3 -0
- package/types/dictionary/2.3/segments/ROL.d.ts +3 -0
- package/types/dictionary/2.3/segments/RQ1.d.ts +3 -0
- package/types/dictionary/2.3/segments/RQD.d.ts +3 -0
- package/types/dictionary/2.3/segments/RXA.d.ts +3 -0
- package/types/dictionary/2.3/segments/RXC.d.ts +3 -0
- package/types/dictionary/2.3/segments/RXD.d.ts +3 -0
- package/types/dictionary/2.3/segments/RXE.d.ts +3 -0
- package/types/dictionary/2.3/segments/RXG.d.ts +3 -0
- package/types/dictionary/2.3/segments/RXO.d.ts +3 -0
- package/types/dictionary/2.3/segments/RXR.d.ts +3 -0
- package/types/dictionary/2.3/segments/SCH.d.ts +3 -0
- package/types/dictionary/2.3/segments/SPR.d.ts +3 -0
- package/types/dictionary/2.3/segments/STF.d.ts +3 -0
- package/types/dictionary/2.3/segments/TXA.d.ts +3 -0
- package/types/dictionary/2.3/segments/UB1.d.ts +3 -0
- package/types/dictionary/2.3/segments/UB2.d.ts +3 -0
- package/types/dictionary/2.3/segments/URD.d.ts +3 -0
- package/types/dictionary/2.3/segments/URS.d.ts +3 -0
- package/types/dictionary/2.3/segments/VAR.d.ts +3 -0
- package/types/dictionary/2.3/segments/VTQ.d.ts +3 -0
- package/types/dictionary/2.3/segments/index.d.ts +112 -0
- package/types/dictionary/2.3/types/AD.d.ts +3 -0
- package/types/dictionary/2.3/types/CD.d.ts +3 -0
- package/types/dictionary/2.3/types/CE.d.ts +3 -0
- package/types/dictionary/2.3/types/CF.d.ts +3 -0
- package/types/dictionary/2.3/types/CK.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_AUI.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_CCD.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_CCP.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_CD_ELECTRODE.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_CSU.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_DDI.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_DTN.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_EIP.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_ELD.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_LA1.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_MDV.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_MOC.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_MSG.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_NDL.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_OCD.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_OSD.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_OSP.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_PCF.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_PEN.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_PI.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_PLN.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_PRL.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_PTA.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_RFR.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_RI.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_RMC.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_SPS.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_UVC.d.ts +3 -0
- package/types/dictionary/2.3/types/CM_WVI.d.ts +3 -0
- package/types/dictionary/2.3/types/CN.d.ts +3 -0
- package/types/dictionary/2.3/types/CNE.d.ts +3 -0
- package/types/dictionary/2.3/types/CP.d.ts +3 -0
- package/types/dictionary/2.3/types/CQ.d.ts +3 -0
- package/types/dictionary/2.3/types/CX.d.ts +3 -0
- package/types/dictionary/2.3/types/DLN.d.ts +3 -0
- package/types/dictionary/2.3/types/DR.d.ts +3 -0
- package/types/dictionary/2.3/types/DT.d.ts +3 -0
- package/types/dictionary/2.3/types/ED.d.ts +3 -0
- package/types/dictionary/2.3/types/EI.d.ts +3 -0
- package/types/dictionary/2.3/types/FC.d.ts +3 -0
- package/types/dictionary/2.3/types/FT.d.ts +3 -0
- package/types/dictionary/2.3/types/HD.d.ts +3 -0
- package/types/dictionary/2.3/types/ID.d.ts +3 -0
- package/types/dictionary/2.3/types/IS.d.ts +3 -0
- package/types/dictionary/2.3/types/JCC.d.ts +3 -0
- package/types/dictionary/2.3/types/MA.d.ts +3 -0
- package/types/dictionary/2.3/types/MO.d.ts +3 -0
- package/types/dictionary/2.3/types/NA.d.ts +3 -0
- package/types/dictionary/2.3/types/NM.d.ts +3 -0
- package/types/dictionary/2.3/types/PL.d.ts +3 -0
- package/types/dictionary/2.3/types/PPN.d.ts +3 -0
- package/types/dictionary/2.3/types/PT.d.ts +3 -0
- package/types/dictionary/2.3/types/QIP.d.ts +3 -0
- package/types/dictionary/2.3/types/QSC.d.ts +3 -0
- package/types/dictionary/2.3/types/RCD.d.ts +3 -0
- package/types/dictionary/2.3/types/RI.d.ts +3 -0
- package/types/dictionary/2.3/types/RP.d.ts +3 -0
- package/types/dictionary/2.3/types/SCV.d.ts +3 -0
- package/types/dictionary/2.3/types/SN.d.ts +3 -0
- package/types/dictionary/2.3/types/ST.d.ts +3 -0
- package/types/dictionary/2.3/types/TM.d.ts +3 -0
- package/types/dictionary/2.3/types/TN.d.ts +3 -0
- package/types/dictionary/2.3/types/TQ.d.ts +3 -0
- package/types/dictionary/2.3/types/TS.d.ts +3 -0
- package/types/dictionary/2.3/types/TX.d.ts +3 -0
- package/types/dictionary/2.3/types/VARIES.d.ts +3 -0
- package/types/dictionary/2.3/types/VH.d.ts +3 -0
- package/types/dictionary/2.3/types/XAD.d.ts +3 -0
- package/types/dictionary/2.3/types/XCN.d.ts +3 -0
- package/types/dictionary/2.3/types/XON.d.ts +3 -0
- package/types/dictionary/2.3/types/XPN.d.ts +3 -0
- package/types/dictionary/2.3/types/XTN.d.ts +3 -0
- package/types/dictionary/2.3/types/index.d.ts +77 -0
- package/types/dictionary/2.3.1/index.d.ts +2 -0
- package/types/dictionary/2.3.1/segments/ACC.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/ADD.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/AIG.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/AIL.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/AIP.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/AIS.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/AL1.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/APR.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/ARQ.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/AUT.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/BHS.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/BLG.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/BTS.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/CDM.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/CM0.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/CM1.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/CM2.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/CSP.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/CSR.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/CSS.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/CTD.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/CTI.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/DB1.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/DG1.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/DRG.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/DSC.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/DSP.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/EQL.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/ERQ.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/ERR.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/EVN.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/FAC.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/FHS.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/FT1.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/FTS.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/GOL.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/GT1.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/IN1.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/IN2.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/IN3.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/LCC.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/LCH.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/LDP.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/LOC.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/LRL.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/MFA.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/MFE.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/MRG.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/MSA.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/MSH.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/NCK.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/NK1.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/NPU.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/NSC.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/NST.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/NTE.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/OBR.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/OBX.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/ODS.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/ODT.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/OM1.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/OM2.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/OM3.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/OM4.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/OM5.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/OM6.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/ORC.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/PCR.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/PD1.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/PDC.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/PEO.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/PES.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/PID.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/PR1.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/PRA.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/PRC.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/PRD.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/PSH.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/PTH.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/PV1.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/PV2.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/QAK.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/QRD.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/QRF.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/RDF.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/RDT.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/RF1.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/RGS.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/ROL.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/RQ1.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/RQD.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/RXA.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/RXC.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/RXD.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/RXE.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/RXG.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/RXO.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/RXR.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/SCH.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/SPR.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/STF.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/TXA.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/UB1.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/UB2.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/URD.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/URS.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/VAR.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/VTQ.d.ts +3 -0
- package/types/dictionary/2.3.1/segments/index.d.ts +108 -0
- package/types/dictionary/2.3.1/types/AD.d.ts +3 -0
- package/types/dictionary/2.3.1/types/AUI.d.ts +3 -0
- package/types/dictionary/2.3.1/types/CCD.d.ts +3 -0
- package/types/dictionary/2.3.1/types/CCP.d.ts +3 -0
- package/types/dictionary/2.3.1/types/CD.d.ts +3 -0
- package/types/dictionary/2.3.1/types/CE.d.ts +3 -0
- package/types/dictionary/2.3.1/types/CF.d.ts +3 -0
- package/types/dictionary/2.3.1/types/CK.d.ts +3 -0
- package/types/dictionary/2.3.1/types/CN.d.ts +3 -0
- package/types/dictionary/2.3.1/types/CNE.d.ts +3 -0
- package/types/dictionary/2.3.1/types/CNS.d.ts +3 -0
- package/types/dictionary/2.3.1/types/CP.d.ts +3 -0
- package/types/dictionary/2.3.1/types/CSU.d.ts +3 -0
- package/types/dictionary/2.3.1/types/CWE.d.ts +3 -0
- package/types/dictionary/2.3.1/types/DDI.d.ts +3 -0
- package/types/dictionary/2.3.1/types/DIN.d.ts +3 -0
- package/types/dictionary/2.3.1/types/DLD.d.ts +3 -0
- package/types/dictionary/2.3.1/types/DLT.d.ts +3 -0
- package/types/dictionary/2.3.1/types/DR.d.ts +3 -0
- package/types/dictionary/2.3.1/types/DTN.d.ts +3 -0
- package/types/dictionary/2.3.1/types/ED.d.ts +3 -0
- package/types/dictionary/2.3.1/types/EI.d.ts +3 -0
- package/types/dictionary/2.3.1/types/EIP.d.ts +3 -0
- package/types/dictionary/2.3.1/types/ELD.d.ts +3 -0
- package/types/dictionary/2.3.1/types/FC.d.ts +3 -0
- package/types/dictionary/2.3.1/types/FN.d.ts +3 -0
- package/types/dictionary/2.3.1/types/HD.d.ts +3 -0
- package/types/dictionary/2.3.1/types/JCC.d.ts +3 -0
- package/types/dictionary/2.3.1/types/LA1.d.ts +3 -0
- package/types/dictionary/2.3.1/types/LA2.d.ts +3 -0
- package/types/dictionary/2.3.1/types/MOC.d.ts +3 -0
- package/types/dictionary/2.3.1/types/MOP.d.ts +3 -0
- package/types/dictionary/2.3.1/types/MSG.d.ts +3 -0
- package/types/dictionary/2.3.1/types/NDL.d.ts +3 -0
- package/types/dictionary/2.3.1/types/NR.d.ts +3 -0
- package/types/dictionary/2.3.1/types/OCD.d.ts +3 -0
- package/types/dictionary/2.3.1/types/OSD.d.ts +3 -0
- package/types/dictionary/2.3.1/types/OSP.d.ts +3 -0
- package/types/dictionary/2.3.1/types/PCF.d.ts +3 -0
- package/types/dictionary/2.3.1/types/PI.d.ts +3 -0
- package/types/dictionary/2.3.1/types/PIP.d.ts +3 -0
- package/types/dictionary/2.3.1/types/PL.d.ts +3 -0
- package/types/dictionary/2.3.1/types/PLN.d.ts +3 -0
- package/types/dictionary/2.3.1/types/PN.d.ts +3 -0
- package/types/dictionary/2.3.1/types/PPN.d.ts +3 -0
- package/types/dictionary/2.3.1/types/PRL.d.ts +3 -0
- package/types/dictionary/2.3.1/types/PT.d.ts +3 -0
- package/types/dictionary/2.3.1/types/PTA.d.ts +3 -0
- package/types/dictionary/2.3.1/types/QSC.d.ts +3 -0
- package/types/dictionary/2.3.1/types/RCD.d.ts +3 -0
- package/types/dictionary/2.3.1/types/RFR.d.ts +3 -0
- package/types/dictionary/2.3.1/types/RMC.d.ts +3 -0
- package/types/dictionary/2.3.1/types/SCV.d.ts +3 -0
- package/types/dictionary/2.3.1/types/SI.d.ts +3 -0
- package/types/dictionary/2.3.1/types/SPD.d.ts +3 -0
- package/types/dictionary/2.3.1/types/SPS.d.ts +3 -0
- package/types/dictionary/2.3.1/types/TQ.d.ts +3 -0
- package/types/dictionary/2.3.1/types/UVC.d.ts +3 -0
- package/types/dictionary/2.3.1/types/VID.d.ts +3 -0
- package/types/dictionary/2.3.1/types/VR.d.ts +3 -0
- package/types/dictionary/2.3.1/types/WVI.d.ts +3 -0
- package/types/dictionary/2.3.1/types/WVS.d.ts +3 -0
- package/types/dictionary/2.3.1/types/XAD.d.ts +3 -0
- package/types/dictionary/2.3.1/types/XCN.d.ts +3 -0
- package/types/dictionary/2.3.1/types/XON.d.ts +3 -0
- package/types/dictionary/2.3.1/types/XPN.d.ts +3 -0
- package/types/dictionary/2.3.1/types/index.d.ts +66 -0
- package/types/dictionary/2.4/dictionary.d.ts +2 -0
- package/types/dictionary/2.4/index.d.ts +3 -0
- package/types/dictionary/2.4/patches.d.ts +1 -0
- package/types/dictionary/2.4/segments/ABS.d.ts +3 -0
- package/types/dictionary/2.4/segments/ACC.d.ts +3 -0
- package/types/dictionary/2.4/segments/ADD.d.ts +3 -0
- package/types/dictionary/2.4/segments/AFF.d.ts +3 -0
- package/types/dictionary/2.4/segments/AIG.d.ts +3 -0
- package/types/dictionary/2.4/segments/AIL.d.ts +3 -0
- package/types/dictionary/2.4/segments/AIP.d.ts +3 -0
- package/types/dictionary/2.4/segments/AIS.d.ts +3 -0
- package/types/dictionary/2.4/segments/AL1.d.ts +3 -0
- package/types/dictionary/2.4/segments/APR.d.ts +3 -0
- package/types/dictionary/2.4/segments/ARQ.d.ts +3 -0
- package/types/dictionary/2.4/segments/AUT.d.ts +3 -0
- package/types/dictionary/2.4/segments/BHS.d.ts +3 -0
- package/types/dictionary/2.4/segments/BLC.d.ts +3 -0
- package/types/dictionary/2.4/segments/BLG.d.ts +3 -0
- package/types/dictionary/2.4/segments/BTS.d.ts +3 -0
- package/types/dictionary/2.4/segments/CDM.d.ts +3 -0
- package/types/dictionary/2.4/segments/CM0.d.ts +3 -0
- package/types/dictionary/2.4/segments/CM1.d.ts +3 -0
- package/types/dictionary/2.4/segments/CM2.d.ts +3 -0
- package/types/dictionary/2.4/segments/CNS.d.ts +3 -0
- package/types/dictionary/2.4/segments/CSP.d.ts +3 -0
- package/types/dictionary/2.4/segments/CSR.d.ts +3 -0
- package/types/dictionary/2.4/segments/CSS.d.ts +3 -0
- package/types/dictionary/2.4/segments/CTD.d.ts +3 -0
- package/types/dictionary/2.4/segments/CTI.d.ts +3 -0
- package/types/dictionary/2.4/segments/DB1.d.ts +3 -0
- package/types/dictionary/2.4/segments/DG1.d.ts +3 -0
- package/types/dictionary/2.4/segments/DRG.d.ts +3 -0
- package/types/dictionary/2.4/segments/DSC.d.ts +3 -0
- package/types/dictionary/2.4/segments/DSP.d.ts +3 -0
- package/types/dictionary/2.4/segments/ECD.d.ts +3 -0
- package/types/dictionary/2.4/segments/ECR.d.ts +3 -0
- package/types/dictionary/2.4/segments/EDU.d.ts +3 -0
- package/types/dictionary/2.4/segments/EQL.d.ts +3 -0
- package/types/dictionary/2.4/segments/EQP.d.ts +3 -0
- package/types/dictionary/2.4/segments/EQU.d.ts +3 -0
- package/types/dictionary/2.4/segments/ERQ.d.ts +3 -0
- package/types/dictionary/2.4/segments/ERR.d.ts +3 -0
- package/types/dictionary/2.4/segments/EVN.d.ts +3 -0
- package/types/dictionary/2.4/segments/FAC.d.ts +3 -0
- package/types/dictionary/2.4/segments/FHS.d.ts +3 -0
- package/types/dictionary/2.4/segments/FT1.d.ts +3 -0
- package/types/dictionary/2.4/segments/FTS.d.ts +3 -0
- package/types/dictionary/2.4/segments/GOL.d.ts +3 -0
- package/types/dictionary/2.4/segments/GP1.d.ts +3 -0
- package/types/dictionary/2.4/segments/GP2.d.ts +3 -0
- package/types/dictionary/2.4/segments/GT1.d.ts +3 -0
- package/types/dictionary/2.4/segments/IAM.d.ts +3 -0
- package/types/dictionary/2.4/segments/IN1.d.ts +3 -0
- package/types/dictionary/2.4/segments/IN2.d.ts +3 -0
- package/types/dictionary/2.4/segments/IN3.d.ts +3 -0
- package/types/dictionary/2.4/segments/INV.d.ts +3 -0
- package/types/dictionary/2.4/segments/ISD.d.ts +3 -0
- package/types/dictionary/2.4/segments/LAN.d.ts +3 -0
- package/types/dictionary/2.4/segments/LCC.d.ts +3 -0
- package/types/dictionary/2.4/segments/LCH.d.ts +3 -0
- package/types/dictionary/2.4/segments/LDP.d.ts +3 -0
- package/types/dictionary/2.4/segments/LOC.d.ts +3 -0
- package/types/dictionary/2.4/segments/LRL.d.ts +3 -0
- package/types/dictionary/2.4/segments/MFA.d.ts +3 -0
- package/types/dictionary/2.4/segments/MFE.d.ts +3 -0
- package/types/dictionary/2.4/segments/MFI.d.ts +3 -0
- package/types/dictionary/2.4/segments/MRG.d.ts +3 -0
- package/types/dictionary/2.4/segments/MSA.d.ts +3 -0
- package/types/dictionary/2.4/segments/MSH.d.ts +3 -0
- package/types/dictionary/2.4/segments/NCK.d.ts +3 -0
- package/types/dictionary/2.4/segments/NDS.d.ts +3 -0
- package/types/dictionary/2.4/segments/NK1.d.ts +3 -0
- package/types/dictionary/2.4/segments/NPU.d.ts +3 -0
- package/types/dictionary/2.4/segments/NSC.d.ts +3 -0
- package/types/dictionary/2.4/segments/NST.d.ts +3 -0
- package/types/dictionary/2.4/segments/NTE.d.ts +3 -0
- package/types/dictionary/2.4/segments/OBR.d.ts +3 -0
- package/types/dictionary/2.4/segments/OBX.d.ts +3 -0
- package/types/dictionary/2.4/segments/ODS.d.ts +3 -0
- package/types/dictionary/2.4/segments/ODT.d.ts +3 -0
- package/types/dictionary/2.4/segments/OM1.d.ts +3 -0
- package/types/dictionary/2.4/segments/OM2.d.ts +3 -0
- package/types/dictionary/2.4/segments/OM3.d.ts +3 -0
- package/types/dictionary/2.4/segments/OM4.d.ts +3 -0
- package/types/dictionary/2.4/segments/OM5.d.ts +3 -0
- package/types/dictionary/2.4/segments/OM6.d.ts +3 -0
- package/types/dictionary/2.4/segments/OM7.d.ts +3 -0
- package/types/dictionary/2.4/segments/ORC.d.ts +3 -0
- package/types/dictionary/2.4/segments/ORG.d.ts +3 -0
- package/types/dictionary/2.4/segments/PCR.d.ts +3 -0
- package/types/dictionary/2.4/segments/PD1.d.ts +3 -0
- package/types/dictionary/2.4/segments/PDA.d.ts +3 -0
- package/types/dictionary/2.4/segments/PDC.d.ts +3 -0
- package/types/dictionary/2.4/segments/PEO.d.ts +3 -0
- package/types/dictionary/2.4/segments/PES.d.ts +3 -0
- package/types/dictionary/2.4/segments/PID.d.ts +3 -0
- package/types/dictionary/2.4/segments/PR1.d.ts +3 -0
- package/types/dictionary/2.4/segments/PRA.d.ts +3 -0
- package/types/dictionary/2.4/segments/PRB.d.ts +3 -0
- package/types/dictionary/2.4/segments/PRC.d.ts +3 -0
- package/types/dictionary/2.4/segments/PRD.d.ts +3 -0
- package/types/dictionary/2.4/segments/PSH.d.ts +3 -0
- package/types/dictionary/2.4/segments/PTH.d.ts +3 -0
- package/types/dictionary/2.4/segments/PV1.d.ts +3 -0
- package/types/dictionary/2.4/segments/PV2.d.ts +3 -0
- package/types/dictionary/2.4/segments/QAK.d.ts +3 -0
- package/types/dictionary/2.4/segments/QID.d.ts +3 -0
- package/types/dictionary/2.4/segments/QPD.d.ts +3 -0
- package/types/dictionary/2.4/segments/QRD.d.ts +3 -0
- package/types/dictionary/2.4/segments/QRF.d.ts +3 -0
- package/types/dictionary/2.4/segments/QRI.d.ts +3 -0
- package/types/dictionary/2.4/segments/RCP.d.ts +3 -0
- package/types/dictionary/2.4/segments/RDF.d.ts +3 -0
- package/types/dictionary/2.4/segments/RDT.d.ts +3 -0
- package/types/dictionary/2.4/segments/RF1.d.ts +3 -0
- package/types/dictionary/2.4/segments/RGS.d.ts +3 -0
- package/types/dictionary/2.4/segments/RMI.d.ts +3 -0
- package/types/dictionary/2.4/segments/ROL.d.ts +3 -0
- package/types/dictionary/2.4/segments/RQ1.d.ts +3 -0
- package/types/dictionary/2.4/segments/RQD.d.ts +3 -0
- package/types/dictionary/2.4/segments/RXA.d.ts +3 -0
- package/types/dictionary/2.4/segments/RXC.d.ts +3 -0
- package/types/dictionary/2.4/segments/RXD.d.ts +3 -0
- package/types/dictionary/2.4/segments/RXE.d.ts +3 -0
- package/types/dictionary/2.4/segments/RXG.d.ts +3 -0
- package/types/dictionary/2.4/segments/RXO.d.ts +3 -0
- package/types/dictionary/2.4/segments/RXR.d.ts +3 -0
- package/types/dictionary/2.4/segments/SAC.d.ts +3 -0
- package/types/dictionary/2.4/segments/SCH.d.ts +3 -0
- package/types/dictionary/2.4/segments/SID.d.ts +3 -0
- package/types/dictionary/2.4/segments/SPR.d.ts +3 -0
- package/types/dictionary/2.4/segments/STF.d.ts +3 -0
- package/types/dictionary/2.4/segments/TCC.d.ts +3 -0
- package/types/dictionary/2.4/segments/TCD.d.ts +3 -0
- package/types/dictionary/2.4/segments/TXA.d.ts +3 -0
- package/types/dictionary/2.4/segments/UB1.d.ts +3 -0
- package/types/dictionary/2.4/segments/UB2.d.ts +3 -0
- package/types/dictionary/2.4/segments/URD.d.ts +3 -0
- package/types/dictionary/2.4/segments/URS.d.ts +3 -0
- package/types/dictionary/2.4/segments/VAR.d.ts +3 -0
- package/types/dictionary/2.4/segments/VTQ.d.ts +3 -0
- package/types/dictionary/2.4/segments/index.d.ts +138 -0
- package/types/dictionary/2.4/types/AD.d.ts +3 -0
- package/types/dictionary/2.4/types/AUI.d.ts +3 -0
- package/types/dictionary/2.4/types/CD.d.ts +3 -0
- package/types/dictionary/2.4/types/CE.d.ts +3 -0
- package/types/dictionary/2.4/types/CF.d.ts +3 -0
- package/types/dictionary/2.4/types/CK.d.ts +3 -0
- package/types/dictionary/2.4/types/CN.d.ts +3 -0
- package/types/dictionary/2.4/types/CNE.d.ts +3 -0
- package/types/dictionary/2.4/types/CNN.d.ts +3 -0
- package/types/dictionary/2.4/types/CP.d.ts +3 -0
- package/types/dictionary/2.4/types/CQ.d.ts +3 -0
- package/types/dictionary/2.4/types/CWE.d.ts +3 -0
- package/types/dictionary/2.4/types/CX.d.ts +3 -0
- package/types/dictionary/2.4/types/DLD.d.ts +3 -0
- package/types/dictionary/2.4/types/DLN.d.ts +3 -0
- package/types/dictionary/2.4/types/DR.d.ts +3 -0
- package/types/dictionary/2.4/types/DT.d.ts +3 -0
- package/types/dictionary/2.4/types/DTM.d.ts +3 -0
- package/types/dictionary/2.4/types/ED.d.ts +3 -0
- package/types/dictionary/2.4/types/EI.d.ts +3 -0
- package/types/dictionary/2.4/types/FC.d.ts +3 -0
- package/types/dictionary/2.4/types/FN.d.ts +3 -0
- package/types/dictionary/2.4/types/FT.d.ts +3 -0
- package/types/dictionary/2.4/types/HD.d.ts +3 -0
- package/types/dictionary/2.4/types/ID.d.ts +3 -0
- package/types/dictionary/2.4/types/IS.d.ts +3 -0
- package/types/dictionary/2.4/types/JCC.d.ts +3 -0
- package/types/dictionary/2.4/types/MA.d.ts +3 -0
- package/types/dictionary/2.4/types/MO.d.ts +3 -0
- package/types/dictionary/2.4/types/NA.d.ts +3 -0
- package/types/dictionary/2.4/types/NDL.d.ts +3 -0
- package/types/dictionary/2.4/types/NM.d.ts +3 -0
- package/types/dictionary/2.4/types/OCD.d.ts +3 -0
- package/types/dictionary/2.4/types/PL.d.ts +3 -0
- package/types/dictionary/2.4/types/PN.d.ts +3 -0
- package/types/dictionary/2.4/types/PPN.d.ts +3 -0
- package/types/dictionary/2.4/types/PT.d.ts +3 -0
- package/types/dictionary/2.4/types/QIP.d.ts +3 -0
- package/types/dictionary/2.4/types/QSC.d.ts +3 -0
- package/types/dictionary/2.4/types/RCD.d.ts +3 -0
- package/types/dictionary/2.4/types/RFR.d.ts +3 -0
- package/types/dictionary/2.4/types/RI.d.ts +3 -0
- package/types/dictionary/2.4/types/RP.d.ts +3 -0
- package/types/dictionary/2.4/types/SAD.d.ts +3 -0
- package/types/dictionary/2.4/types/SCV.d.ts +3 -0
- package/types/dictionary/2.4/types/SN.d.ts +3 -0
- package/types/dictionary/2.4/types/SRT.d.ts +3 -0
- package/types/dictionary/2.4/types/ST.d.ts +3 -0
- package/types/dictionary/2.4/types/TM.d.ts +3 -0
- package/types/dictionary/2.4/types/TN.d.ts +3 -0
- package/types/dictionary/2.4/types/TQ.d.ts +3 -0
- package/types/dictionary/2.4/types/TS.d.ts +3 -0
- package/types/dictionary/2.4/types/TX.d.ts +3 -0
- package/types/dictionary/2.4/types/VARIES.d.ts +3 -0
- package/types/dictionary/2.4/types/VH.d.ts +3 -0
- package/types/dictionary/2.4/types/WVS.d.ts +3 -0
- package/types/dictionary/2.4/types/XAD.d.ts +3 -0
- package/types/dictionary/2.4/types/XCN.d.ts +3 -0
- package/types/dictionary/2.4/types/XON.d.ts +3 -0
- package/types/dictionary/2.4/types/XPN.d.ts +3 -0
- package/types/dictionary/2.4/types/XTN.d.ts +3 -0
- package/types/dictionary/2.4/types/index.d.ts +61 -0
- package/types/dictionary/2.5/index.d.ts +2 -0
- package/types/dictionary/2.5/segments/ACC.d.ts +3 -0
- package/types/dictionary/2.5/segments/ADD.d.ts +3 -0
- package/types/dictionary/2.5/segments/AFF.d.ts +3 -0
- package/types/dictionary/2.5/segments/AIL.d.ts +3 -0
- package/types/dictionary/2.5/segments/AIP.d.ts +3 -0
- package/types/dictionary/2.5/segments/AIS.d.ts +3 -0
- package/types/dictionary/2.5/segments/AL1.d.ts +3 -0
- package/types/dictionary/2.5/segments/ARQ.d.ts +3 -0
- package/types/dictionary/2.5/segments/AUT.d.ts +3 -0
- package/types/dictionary/2.5/segments/BHS.d.ts +3 -0
- package/types/dictionary/2.5/segments/BLC.d.ts +3 -0
- package/types/dictionary/2.5/segments/BLG.d.ts +3 -0
- package/types/dictionary/2.5/segments/BPO.d.ts +3 -0
- package/types/dictionary/2.5/segments/BPX.d.ts +3 -0
- package/types/dictionary/2.5/segments/BTS.d.ts +3 -0
- package/types/dictionary/2.5/segments/BTX.d.ts +3 -0
- package/types/dictionary/2.5/segments/CDM.d.ts +3 -0
- package/types/dictionary/2.5/segments/CER.d.ts +3 -0
- package/types/dictionary/2.5/segments/CM0.d.ts +3 -0
- package/types/dictionary/2.5/segments/CM1.d.ts +3 -0
- package/types/dictionary/2.5/segments/CM2.d.ts +3 -0
- package/types/dictionary/2.5/segments/CSR.d.ts +3 -0
- package/types/dictionary/2.5/segments/CSS.d.ts +3 -0
- package/types/dictionary/2.5/segments/CTD.d.ts +3 -0
- package/types/dictionary/2.5/segments/DB1.d.ts +3 -0
- package/types/dictionary/2.5/segments/DG1.d.ts +3 -0
- package/types/dictionary/2.5/segments/DRG.d.ts +3 -0
- package/types/dictionary/2.5/segments/DSC.d.ts +3 -0
- package/types/dictionary/2.5/segments/DSP.d.ts +3 -0
- package/types/dictionary/2.5/segments/ECD.d.ts +3 -0
- package/types/dictionary/2.5/segments/ECR.d.ts +3 -0
- package/types/dictionary/2.5/segments/EDU.d.ts +3 -0
- package/types/dictionary/2.5/segments/EQL.d.ts +3 -0
- package/types/dictionary/2.5/segments/ERQ.d.ts +3 -0
- package/types/dictionary/2.5/segments/ERR.d.ts +3 -0
- package/types/dictionary/2.5/segments/EVN.d.ts +3 -0
- package/types/dictionary/2.5/segments/FAC.d.ts +3 -0
- package/types/dictionary/2.5/segments/FHS.d.ts +3 -0
- package/types/dictionary/2.5/segments/FT1.d.ts +3 -0
- package/types/dictionary/2.5/segments/FTS.d.ts +3 -0
- package/types/dictionary/2.5/segments/GOL.d.ts +3 -0
- package/types/dictionary/2.5/segments/GP2.d.ts +3 -0
- package/types/dictionary/2.5/segments/GT1.d.ts +3 -0
- package/types/dictionary/2.5/segments/IAM.d.ts +3 -0
- package/types/dictionary/2.5/segments/IIM.d.ts +3 -0
- package/types/dictionary/2.5/segments/IN1.d.ts +3 -0
- package/types/dictionary/2.5/segments/IN2.d.ts +3 -0
- package/types/dictionary/2.5/segments/IN3.d.ts +3 -0
- package/types/dictionary/2.5/segments/INV.d.ts +3 -0
- package/types/dictionary/2.5/segments/IPC.d.ts +3 -0
- package/types/dictionary/2.5/segments/LAN.d.ts +3 -0
- package/types/dictionary/2.5/segments/LCC.d.ts +3 -0
- package/types/dictionary/2.5/segments/LCH.d.ts +3 -0
- package/types/dictionary/2.5/segments/LDP.d.ts +3 -0
- package/types/dictionary/2.5/segments/LOC.d.ts +3 -0
- package/types/dictionary/2.5/segments/LRL.d.ts +3 -0
- package/types/dictionary/2.5/segments/MFA.d.ts +3 -0
- package/types/dictionary/2.5/segments/MFE.d.ts +3 -0
- package/types/dictionary/2.5/segments/MFI.d.ts +3 -0
- package/types/dictionary/2.5/segments/MRG.d.ts +3 -0
- package/types/dictionary/2.5/segments/MSA.d.ts +3 -0
- package/types/dictionary/2.5/segments/MSH.d.ts +3 -0
- package/types/dictionary/2.5/segments/NCK.d.ts +3 -0
- package/types/dictionary/2.5/segments/NK1.d.ts +3 -0
- package/types/dictionary/2.5/segments/NPU.d.ts +3 -0
- package/types/dictionary/2.5/segments/NSC.d.ts +3 -0
- package/types/dictionary/2.5/segments/NST.d.ts +3 -0
- package/types/dictionary/2.5/segments/NTE.d.ts +3 -0
- package/types/dictionary/2.5/segments/OBR.d.ts +3 -0
- package/types/dictionary/2.5/segments/OBX.d.ts +3 -0
- package/types/dictionary/2.5/segments/ODS.d.ts +3 -0
- package/types/dictionary/2.5/segments/ODT.d.ts +3 -0
- package/types/dictionary/2.5/segments/OM1.d.ts +3 -0
- package/types/dictionary/2.5/segments/OM2.d.ts +3 -0
- package/types/dictionary/2.5/segments/OM3.d.ts +3 -0
- package/types/dictionary/2.5/segments/OM4.d.ts +3 -0
- package/types/dictionary/2.5/segments/OM5.d.ts +3 -0
- package/types/dictionary/2.5/segments/OM6.d.ts +3 -0
- package/types/dictionary/2.5/segments/OM7.d.ts +3 -0
- package/types/dictionary/2.5/segments/ORC.d.ts +3 -0
- package/types/dictionary/2.5/segments/ORG.d.ts +3 -0
- package/types/dictionary/2.5/segments/OVR.d.ts +3 -0
- package/types/dictionary/2.5/segments/PCR.d.ts +3 -0
- package/types/dictionary/2.5/segments/PD1.d.ts +3 -0
- package/types/dictionary/2.5/segments/PDA.d.ts +3 -0
- package/types/dictionary/2.5/segments/PDC.d.ts +3 -0
- package/types/dictionary/2.5/segments/PEO.d.ts +3 -0
- package/types/dictionary/2.5/segments/PES.d.ts +3 -0
- package/types/dictionary/2.5/segments/PID.d.ts +3 -0
- package/types/dictionary/2.5/segments/PR1.d.ts +3 -0
- package/types/dictionary/2.5/segments/PRA.d.ts +3 -0
- package/types/dictionary/2.5/segments/PRC.d.ts +3 -0
- package/types/dictionary/2.5/segments/PRD.d.ts +3 -0
- package/types/dictionary/2.5/segments/PSH.d.ts +3 -0
- package/types/dictionary/2.5/segments/PTH.d.ts +3 -0
- package/types/dictionary/2.5/segments/PV1.d.ts +3 -0
- package/types/dictionary/2.5/segments/PV2.d.ts +3 -0
- package/types/dictionary/2.5/segments/QAK.d.ts +3 -0
- package/types/dictionary/2.5/segments/QRD.d.ts +3 -0
- package/types/dictionary/2.5/segments/QRF.d.ts +3 -0
- package/types/dictionary/2.5/segments/RDT.d.ts +3 -0
- package/types/dictionary/2.5/segments/ROL.d.ts +3 -0
- package/types/dictionary/2.5/segments/RQ1.d.ts +3 -0
- package/types/dictionary/2.5/segments/RQD.d.ts +3 -0
- package/types/dictionary/2.5/segments/RXA.d.ts +3 -0
- package/types/dictionary/2.5/segments/RXC.d.ts +3 -0
- package/types/dictionary/2.5/segments/RXD.d.ts +3 -0
- package/types/dictionary/2.5/segments/RXE.d.ts +3 -0
- package/types/dictionary/2.5/segments/RXG.d.ts +3 -0
- package/types/dictionary/2.5/segments/RXO.d.ts +3 -0
- package/types/dictionary/2.5/segments/RXR.d.ts +3 -0
- package/types/dictionary/2.5/segments/SAC.d.ts +3 -0
- package/types/dictionary/2.5/segments/SCH.d.ts +3 -0
- package/types/dictionary/2.5/segments/SFT.d.ts +3 -0
- package/types/dictionary/2.5/segments/SPM.d.ts +3 -0
- package/types/dictionary/2.5/segments/SPR.d.ts +3 -0
- package/types/dictionary/2.5/segments/STF.d.ts +3 -0
- package/types/dictionary/2.5/segments/TQ1.d.ts +3 -0
- package/types/dictionary/2.5/segments/TQ2.d.ts +3 -0
- package/types/dictionary/2.5/segments/TXA.d.ts +3 -0
- package/types/dictionary/2.5/segments/UB1.d.ts +3 -0
- package/types/dictionary/2.5/segments/UB2.d.ts +3 -0
- package/types/dictionary/2.5/segments/URD.d.ts +3 -0
- package/types/dictionary/2.5/segments/URS.d.ts +3 -0
- package/types/dictionary/2.5/segments/VAR.d.ts +3 -0
- package/types/dictionary/2.5/segments/VTQ.d.ts +3 -0
- package/types/dictionary/2.5/segments/index.d.ts +126 -0
- package/types/dictionary/2.5/types/AD.d.ts +3 -0
- package/types/dictionary/2.5/types/AUI.d.ts +3 -0
- package/types/dictionary/2.5/types/CCD.d.ts +3 -0
- package/types/dictionary/2.5/types/CCP.d.ts +3 -0
- package/types/dictionary/2.5/types/CD.d.ts +3 -0
- package/types/dictionary/2.5/types/CE.d.ts +3 -0
- package/types/dictionary/2.5/types/CF.d.ts +3 -0
- package/types/dictionary/2.5/types/CNE.d.ts +3 -0
- package/types/dictionary/2.5/types/CNN.d.ts +3 -0
- package/types/dictionary/2.5/types/CP.d.ts +3 -0
- package/types/dictionary/2.5/types/CQ.d.ts +3 -0
- package/types/dictionary/2.5/types/CSU.d.ts +3 -0
- package/types/dictionary/2.5/types/CWE.d.ts +3 -0
- package/types/dictionary/2.5/types/CX.d.ts +3 -0
- package/types/dictionary/2.5/types/DDI.d.ts +3 -0
- package/types/dictionary/2.5/types/DIN.d.ts +3 -0
- package/types/dictionary/2.5/types/DLD.d.ts +3 -0
- package/types/dictionary/2.5/types/DLN.d.ts +3 -0
- package/types/dictionary/2.5/types/DLT.d.ts +3 -0
- package/types/dictionary/2.5/types/DR.d.ts +3 -0
- package/types/dictionary/2.5/types/DTM.d.ts +3 -0
- package/types/dictionary/2.5/types/DTN.d.ts +3 -0
- package/types/dictionary/2.5/types/ED.d.ts +3 -0
- package/types/dictionary/2.5/types/EI.d.ts +3 -0
- package/types/dictionary/2.5/types/EIP.d.ts +3 -0
- package/types/dictionary/2.5/types/ELD.d.ts +3 -0
- package/types/dictionary/2.5/types/ERL.d.ts +3 -0
- package/types/dictionary/2.5/types/FC.d.ts +3 -0
- package/types/dictionary/2.5/types/FN.d.ts +3 -0
- package/types/dictionary/2.5/types/GTS.d.ts +3 -0
- package/types/dictionary/2.5/types/HD.d.ts +3 -0
- package/types/dictionary/2.5/types/ICD.d.ts +3 -0
- package/types/dictionary/2.5/types/JCC.d.ts +3 -0
- package/types/dictionary/2.5/types/LA1.d.ts +3 -0
- package/types/dictionary/2.5/types/LA2.d.ts +3 -0
- package/types/dictionary/2.5/types/MA.d.ts +3 -0
- package/types/dictionary/2.5/types/MO.d.ts +3 -0
- package/types/dictionary/2.5/types/MOC.d.ts +3 -0
- package/types/dictionary/2.5/types/MOP.d.ts +3 -0
- package/types/dictionary/2.5/types/MSG.d.ts +3 -0
- package/types/dictionary/2.5/types/NA.d.ts +3 -0
- package/types/dictionary/2.5/types/NDL.d.ts +3 -0
- package/types/dictionary/2.5/types/NR.d.ts +3 -0
- package/types/dictionary/2.5/types/OCD.d.ts +3 -0
- package/types/dictionary/2.5/types/OSD.d.ts +3 -0
- package/types/dictionary/2.5/types/OSP.d.ts +3 -0
- package/types/dictionary/2.5/types/PIP.d.ts +3 -0
- package/types/dictionary/2.5/types/PL.d.ts +3 -0
- package/types/dictionary/2.5/types/PLN.d.ts +3 -0
- package/types/dictionary/2.5/types/PPN.d.ts +3 -0
- package/types/dictionary/2.5/types/PRL.d.ts +3 -0
- package/types/dictionary/2.5/types/PT.d.ts +3 -0
- package/types/dictionary/2.5/types/PTA.d.ts +3 -0
- package/types/dictionary/2.5/types/QIP.d.ts +3 -0
- package/types/dictionary/2.5/types/QSC.d.ts +3 -0
- package/types/dictionary/2.5/types/RCD.d.ts +3 -0
- package/types/dictionary/2.5/types/RFR.d.ts +3 -0
- package/types/dictionary/2.5/types/RI.d.ts +3 -0
- package/types/dictionary/2.5/types/RMC.d.ts +3 -0
- package/types/dictionary/2.5/types/RP.d.ts +3 -0
- package/types/dictionary/2.5/types/RPT.d.ts +3 -0
- package/types/dictionary/2.5/types/SAD.d.ts +3 -0
- package/types/dictionary/2.5/types/SCV.d.ts +3 -0
- package/types/dictionary/2.5/types/SI.d.ts +3 -0
- package/types/dictionary/2.5/types/SN.d.ts +3 -0
- package/types/dictionary/2.5/types/SPD.d.ts +3 -0
- package/types/dictionary/2.5/types/SPS.d.ts +3 -0
- package/types/dictionary/2.5/types/SRT.d.ts +3 -0
- package/types/dictionary/2.5/types/TQ.d.ts +3 -0
- package/types/dictionary/2.5/types/TS.d.ts +3 -0
- package/types/dictionary/2.5/types/UVC.d.ts +3 -0
- package/types/dictionary/2.5/types/VH.d.ts +3 -0
- package/types/dictionary/2.5/types/VID.d.ts +3 -0
- package/types/dictionary/2.5/types/VR.d.ts +3 -0
- package/types/dictionary/2.5/types/WVI.d.ts +3 -0
- package/types/dictionary/2.5/types/WVS.d.ts +3 -0
- package/types/dictionary/2.5/types/XAD.d.ts +3 -0
- package/types/dictionary/2.5/types/XCN.d.ts +3 -0
- package/types/dictionary/2.5/types/XON.d.ts +3 -0
- package/types/dictionary/2.5/types/XPN.d.ts +3 -0
- package/types/dictionary/2.5/types/XTN.d.ts +3 -0
- package/types/dictionary/2.5/types/index.d.ts +81 -0
- package/types/dictionary/2.5.1/index.d.ts +2 -0
- package/types/dictionary/2.5.1/segments/ABS.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/ACC.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/ADD.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/AFF.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/AIG.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/AIL.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/AIP.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/AIS.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/AL1.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/APR.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/ARQ.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/AUT.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/BHS.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/BLC.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/BLG.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/BTS.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/CDM.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/CM0.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/CM1.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/CM2.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/CNS.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/CSP.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/CSR.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/CSS.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/CTD.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/CTI.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/DB1.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/DG1.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/DRG.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/DSC.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/DSP.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/ECD.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/ECR.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/EDU.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/EQL.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/EQP.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/EQU.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/ERQ.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/ERR.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/EVN.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/FAC.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/FHS.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/FT1.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/FTS.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/GOL.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/GP1.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/GP2.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/GT1.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/IAM.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/IN1.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/IN2.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/IN3.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/INV.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/ISD.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/LAN.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/LCC.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/LCH.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/LDP.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/LOC.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/LRL.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/MFA.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/MFE.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/MFI.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/MRG.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/MSA.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/MSH.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/NCK.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/NDS.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/NK1.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/NPU.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/NSC.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/NST.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/NTE.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/OBR.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/OBX.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/ODS.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/ODT.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/OM1.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/OM2.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/OM3.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/OM4.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/OM5.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/OM6.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/OM7.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/ORC.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/ORG.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/PCR.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/PD1.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/PDA.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/PDC.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/PEO.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/PES.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/PID.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/PR1.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/PRA.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/PRB.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/PRC.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/PRD.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/PSH.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/PTH.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/PV1.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/PV2.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/QAK.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/QID.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/QPD.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/QRD.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/QRF.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/QRI.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/RCP.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/RDF.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/RDT.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/RF1.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/RGS.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/RMI.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/ROL.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/RQ1.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/RQD.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/RXA.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/RXC.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/RXD.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/RXE.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/RXG.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/RXO.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/RXR.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/SAC.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/SCH.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/SID.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/SPR.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/STF.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/TCC.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/TCD.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/TXA.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/UB1.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/UB2.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/URD.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/URS.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/VAR.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/VTQ.d.ts +3 -0
- package/types/dictionary/2.5.1/segments/index.d.ts +138 -0
- package/types/dictionary/2.5.1/types/AD.d.ts +3 -0
- package/types/dictionary/2.5.1/types/AUI.d.ts +3 -0
- package/types/dictionary/2.5.1/types/CD.d.ts +3 -0
- package/types/dictionary/2.5.1/types/CE.d.ts +3 -0
- package/types/dictionary/2.5.1/types/CF.d.ts +3 -0
- package/types/dictionary/2.5.1/types/CNE.d.ts +3 -0
- package/types/dictionary/2.5.1/types/CNN.d.ts +3 -0
- package/types/dictionary/2.5.1/types/CP.d.ts +3 -0
- package/types/dictionary/2.5.1/types/CQ.d.ts +3 -0
- package/types/dictionary/2.5.1/types/CX.d.ts +3 -0
- package/types/dictionary/2.5.1/types/DLN.d.ts +3 -0
- package/types/dictionary/2.5.1/types/DR.d.ts +3 -0
- package/types/dictionary/2.5.1/types/DT.d.ts +3 -0
- package/types/dictionary/2.5.1/types/ED.d.ts +3 -0
- package/types/dictionary/2.5.1/types/EI.d.ts +3 -0
- package/types/dictionary/2.5.1/types/FC.d.ts +3 -0
- package/types/dictionary/2.5.1/types/FN.d.ts +3 -0
- package/types/dictionary/2.5.1/types/FT.d.ts +3 -0
- package/types/dictionary/2.5.1/types/HD.d.ts +3 -0
- package/types/dictionary/2.5.1/types/ID.d.ts +3 -0
- package/types/dictionary/2.5.1/types/IS.d.ts +3 -0
- package/types/dictionary/2.5.1/types/JCC.d.ts +3 -0
- package/types/dictionary/2.5.1/types/MA.d.ts +3 -0
- package/types/dictionary/2.5.1/types/MO.d.ts +3 -0
- package/types/dictionary/2.5.1/types/NA.d.ts +3 -0
- package/types/dictionary/2.5.1/types/NDL.d.ts +3 -0
- package/types/dictionary/2.5.1/types/NM.d.ts +3 -0
- package/types/dictionary/2.5.1/types/PL.d.ts +3 -0
- package/types/dictionary/2.5.1/types/PPN.d.ts +3 -0
- package/types/dictionary/2.5.1/types/PT.d.ts +3 -0
- package/types/dictionary/2.5.1/types/QIP.d.ts +3 -0
- package/types/dictionary/2.5.1/types/QSC.d.ts +3 -0
- package/types/dictionary/2.5.1/types/RCD.d.ts +3 -0
- package/types/dictionary/2.5.1/types/RI.d.ts +3 -0
- package/types/dictionary/2.5.1/types/RP.d.ts +3 -0
- package/types/dictionary/2.5.1/types/SAD.d.ts +3 -0
- package/types/dictionary/2.5.1/types/SCV.d.ts +3 -0
- package/types/dictionary/2.5.1/types/SN.d.ts +3 -0
- package/types/dictionary/2.5.1/types/SRT.d.ts +3 -0
- package/types/dictionary/2.5.1/types/ST.d.ts +3 -0
- package/types/dictionary/2.5.1/types/TM.d.ts +3 -0
- package/types/dictionary/2.5.1/types/TQ.d.ts +3 -0
- package/types/dictionary/2.5.1/types/TS.d.ts +3 -0
- package/types/dictionary/2.5.1/types/TX.d.ts +3 -0
- package/types/dictionary/2.5.1/types/VARIES.d.ts +3 -0
- package/types/dictionary/2.5.1/types/VH.d.ts +3 -0
- package/types/dictionary/2.5.1/types/WVS.d.ts +3 -0
- package/types/dictionary/2.5.1/types/XAD.d.ts +3 -0
- package/types/dictionary/2.5.1/types/XCN.d.ts +3 -0
- package/types/dictionary/2.5.1/types/XON.d.ts +3 -0
- package/types/dictionary/2.5.1/types/XPN.d.ts +3 -0
- package/types/dictionary/2.5.1/types/XTN.d.ts +3 -0
- package/types/dictionary/2.5.1/types/index.d.ts +52 -0
- package/types/dictionary/2.6/index.d.ts +2 -0
- package/types/dictionary/2.6/segments/ABS.d.ts +3 -0
- package/types/dictionary/2.6/segments/ACC.d.ts +3 -0
- package/types/dictionary/2.6/segments/ADD.d.ts +3 -0
- package/types/dictionary/2.6/segments/ADJ.d.ts +3 -0
- package/types/dictionary/2.6/segments/AFF.d.ts +3 -0
- package/types/dictionary/2.6/segments/AIG.d.ts +3 -0
- package/types/dictionary/2.6/segments/AIL.d.ts +3 -0
- package/types/dictionary/2.6/segments/AIP.d.ts +3 -0
- package/types/dictionary/2.6/segments/AIS.d.ts +3 -0
- package/types/dictionary/2.6/segments/AL1.d.ts +3 -0
- package/types/dictionary/2.6/segments/ARQ.d.ts +3 -0
- package/types/dictionary/2.6/segments/ARV.d.ts +3 -0
- package/types/dictionary/2.6/segments/AUT.d.ts +3 -0
- package/types/dictionary/2.6/segments/BHS.d.ts +3 -0
- package/types/dictionary/2.6/segments/BLC.d.ts +3 -0
- package/types/dictionary/2.6/segments/BLG.d.ts +3 -0
- package/types/dictionary/2.6/segments/BPO.d.ts +3 -0
- package/types/dictionary/2.6/segments/BPX.d.ts +3 -0
- package/types/dictionary/2.6/segments/BTS.d.ts +3 -0
- package/types/dictionary/2.6/segments/BTX.d.ts +3 -0
- package/types/dictionary/2.6/segments/CDM.d.ts +3 -0
- package/types/dictionary/2.6/segments/CER.d.ts +3 -0
- package/types/dictionary/2.6/segments/CM0.d.ts +3 -0
- package/types/dictionary/2.6/segments/CM1.d.ts +3 -0
- package/types/dictionary/2.6/segments/CM2.d.ts +3 -0
- package/types/dictionary/2.6/segments/CNS.d.ts +3 -0
- package/types/dictionary/2.6/segments/CON_.d.ts +3 -0
- package/types/dictionary/2.6/segments/CSP.d.ts +3 -0
- package/types/dictionary/2.6/segments/CSR.d.ts +3 -0
- package/types/dictionary/2.6/segments/CSS.d.ts +3 -0
- package/types/dictionary/2.6/segments/CTD.d.ts +3 -0
- package/types/dictionary/2.6/segments/CTI.d.ts +3 -0
- package/types/dictionary/2.6/segments/DB1.d.ts +3 -0
- package/types/dictionary/2.6/segments/DG1.d.ts +3 -0
- package/types/dictionary/2.6/segments/DMI.d.ts +3 -0
- package/types/dictionary/2.6/segments/DRG.d.ts +3 -0
- package/types/dictionary/2.6/segments/DSC.d.ts +3 -0
- package/types/dictionary/2.6/segments/DSP.d.ts +3 -0
- package/types/dictionary/2.6/segments/ECD.d.ts +3 -0
- package/types/dictionary/2.6/segments/ECR.d.ts +3 -0
- package/types/dictionary/2.6/segments/ED.d.ts +3 -0
- package/types/dictionary/2.6/segments/EDU.d.ts +3 -0
- package/types/dictionary/2.6/segments/EQL.d.ts +3 -0
- package/types/dictionary/2.6/segments/EQP.d.ts +3 -0
- package/types/dictionary/2.6/segments/EQU.d.ts +3 -0
- package/types/dictionary/2.6/segments/ERQ.d.ts +3 -0
- package/types/dictionary/2.6/segments/ERR.d.ts +3 -0
- package/types/dictionary/2.6/segments/EVN.d.ts +3 -0
- package/types/dictionary/2.6/segments/FAC.d.ts +3 -0
- package/types/dictionary/2.6/segments/FHS.d.ts +3 -0
- package/types/dictionary/2.6/segments/FT1.d.ts +3 -0
- package/types/dictionary/2.6/segments/FTS.d.ts +3 -0
- package/types/dictionary/2.6/segments/GOL.d.ts +3 -0
- package/types/dictionary/2.6/segments/GP2.d.ts +3 -0
- package/types/dictionary/2.6/segments/GT1.d.ts +3 -0
- package/types/dictionary/2.6/segments/IAM.d.ts +3 -0
- package/types/dictionary/2.6/segments/IIM.d.ts +3 -0
- package/types/dictionary/2.6/segments/ILT.d.ts +3 -0
- package/types/dictionary/2.6/segments/IN1.d.ts +3 -0
- package/types/dictionary/2.6/segments/IN2.d.ts +3 -0
- package/types/dictionary/2.6/segments/IN3.d.ts +3 -0
- package/types/dictionary/2.6/segments/INV.d.ts +3 -0
- package/types/dictionary/2.6/segments/IPC.d.ts +3 -0
- package/types/dictionary/2.6/segments/IPR.d.ts +3 -0
- package/types/dictionary/2.6/segments/ISD.d.ts +3 -0
- package/types/dictionary/2.6/segments/ITM.d.ts +3 -0
- package/types/dictionary/2.6/segments/IVC.d.ts +3 -0
- package/types/dictionary/2.6/segments/IVT.d.ts +3 -0
- package/types/dictionary/2.6/segments/LAN.d.ts +3 -0
- package/types/dictionary/2.6/segments/LCC.d.ts +3 -0
- package/types/dictionary/2.6/segments/LCH.d.ts +3 -0
- package/types/dictionary/2.6/segments/LDP.d.ts +3 -0
- package/types/dictionary/2.6/segments/LOC.d.ts +3 -0
- package/types/dictionary/2.6/segments/LRL.d.ts +3 -0
- package/types/dictionary/2.6/segments/MFA.d.ts +3 -0
- package/types/dictionary/2.6/segments/MFE.d.ts +3 -0
- package/types/dictionary/2.6/segments/MFI.d.ts +3 -0
- package/types/dictionary/2.6/segments/MRG.d.ts +3 -0
- package/types/dictionary/2.6/segments/MSA.d.ts +3 -0
- package/types/dictionary/2.6/segments/MSH.d.ts +3 -0
- package/types/dictionary/2.6/segments/NCK.d.ts +3 -0
- package/types/dictionary/2.6/segments/NDS.d.ts +3 -0
- package/types/dictionary/2.6/segments/NK1.d.ts +3 -0
- package/types/dictionary/2.6/segments/NPU.d.ts +3 -0
- package/types/dictionary/2.6/segments/NSC.d.ts +3 -0
- package/types/dictionary/2.6/segments/NST.d.ts +3 -0
- package/types/dictionary/2.6/segments/NTE.d.ts +3 -0
- package/types/dictionary/2.6/segments/OBR.d.ts +3 -0
- package/types/dictionary/2.6/segments/OBX.d.ts +3 -0
- package/types/dictionary/2.6/segments/ODS.d.ts +3 -0
- package/types/dictionary/2.6/segments/ODT.d.ts +3 -0
- package/types/dictionary/2.6/segments/OM1.d.ts +3 -0
- package/types/dictionary/2.6/segments/OM2.d.ts +3 -0
- package/types/dictionary/2.6/segments/OM3.d.ts +3 -0
- package/types/dictionary/2.6/segments/OM4.d.ts +3 -0
- package/types/dictionary/2.6/segments/OM5.d.ts +3 -0
- package/types/dictionary/2.6/segments/OM6.d.ts +3 -0
- package/types/dictionary/2.6/segments/OM7.d.ts +3 -0
- package/types/dictionary/2.6/segments/ORC.d.ts +3 -0
- package/types/dictionary/2.6/segments/ORG.d.ts +3 -0
- package/types/dictionary/2.6/segments/OVR.d.ts +3 -0
- package/types/dictionary/2.6/segments/PCE.d.ts +3 -0
- package/types/dictionary/2.6/segments/PCR.d.ts +3 -0
- package/types/dictionary/2.6/segments/PD1.d.ts +3 -0
- package/types/dictionary/2.6/segments/PDA.d.ts +3 -0
- package/types/dictionary/2.6/segments/PDC.d.ts +3 -0
- package/types/dictionary/2.6/segments/PEO.d.ts +3 -0
- package/types/dictionary/2.6/segments/PES.d.ts +3 -0
- package/types/dictionary/2.6/segments/PID.d.ts +3 -0
- package/types/dictionary/2.6/segments/PKG.d.ts +3 -0
- package/types/dictionary/2.6/segments/PMT.d.ts +3 -0
- package/types/dictionary/2.6/segments/PR1.d.ts +3 -0
- package/types/dictionary/2.6/segments/PRA.d.ts +3 -0
- package/types/dictionary/2.6/segments/PRB.d.ts +3 -0
- package/types/dictionary/2.6/segments/PRC.d.ts +3 -0
- package/types/dictionary/2.6/segments/PRD.d.ts +3 -0
- package/types/dictionary/2.6/segments/PSG.d.ts +3 -0
- package/types/dictionary/2.6/segments/PSH.d.ts +3 -0
- package/types/dictionary/2.6/segments/PSL.d.ts +3 -0
- package/types/dictionary/2.6/segments/PSS.d.ts +3 -0
- package/types/dictionary/2.6/segments/PTH.d.ts +3 -0
- package/types/dictionary/2.6/segments/PV1.d.ts +3 -0
- package/types/dictionary/2.6/segments/PV2.d.ts +3 -0
- package/types/dictionary/2.6/segments/PYE.d.ts +3 -0
- package/types/dictionary/2.6/segments/QAK.d.ts +3 -0
- package/types/dictionary/2.6/segments/QID.d.ts +3 -0
- package/types/dictionary/2.6/segments/QPD.d.ts +3 -0
- package/types/dictionary/2.6/segments/QRD.d.ts +3 -0
- package/types/dictionary/2.6/segments/QRF.d.ts +3 -0
- package/types/dictionary/2.6/segments/QRI.d.ts +3 -0
- package/types/dictionary/2.6/segments/RCP.d.ts +3 -0
- package/types/dictionary/2.6/segments/RDT.d.ts +3 -0
- package/types/dictionary/2.6/segments/REL.d.ts +3 -0
- package/types/dictionary/2.6/segments/RF1.d.ts +3 -0
- package/types/dictionary/2.6/segments/RFI.d.ts +3 -0
- package/types/dictionary/2.6/segments/RGS.d.ts +3 -0
- package/types/dictionary/2.6/segments/RMI.d.ts +3 -0
- package/types/dictionary/2.6/segments/ROL.d.ts +3 -0
- package/types/dictionary/2.6/segments/RQ1.d.ts +3 -0
- package/types/dictionary/2.6/segments/RQD.d.ts +3 -0
- package/types/dictionary/2.6/segments/RXA.d.ts +3 -0
- package/types/dictionary/2.6/segments/RXC.d.ts +3 -0
- package/types/dictionary/2.6/segments/RXD.d.ts +3 -0
- package/types/dictionary/2.6/segments/RXE.d.ts +3 -0
- package/types/dictionary/2.6/segments/RXG.d.ts +3 -0
- package/types/dictionary/2.6/segments/RXO.d.ts +3 -0
- package/types/dictionary/2.6/segments/RXR.d.ts +3 -0
- package/types/dictionary/2.6/segments/SAC.d.ts +3 -0
- package/types/dictionary/2.6/segments/SCD.d.ts +3 -0
- package/types/dictionary/2.6/segments/SCH.d.ts +3 -0
- package/types/dictionary/2.6/segments/SCP.d.ts +3 -0
- package/types/dictionary/2.6/segments/SDD.d.ts +3 -0
- package/types/dictionary/2.6/segments/SFT.d.ts +3 -0
- package/types/dictionary/2.6/segments/SID.d.ts +3 -0
- package/types/dictionary/2.6/segments/SLT.d.ts +3 -0
- package/types/dictionary/2.6/segments/SPM.d.ts +3 -0
- package/types/dictionary/2.6/segments/SPR.d.ts +3 -0
- package/types/dictionary/2.6/segments/STF.d.ts +3 -0
- package/types/dictionary/2.6/segments/STZ.d.ts +3 -0
- package/types/dictionary/2.6/segments/TCC.d.ts +3 -0
- package/types/dictionary/2.6/segments/TCD.d.ts +3 -0
- package/types/dictionary/2.6/segments/TQ1.d.ts +3 -0
- package/types/dictionary/2.6/segments/TQ2.d.ts +3 -0
- package/types/dictionary/2.6/segments/TXA.d.ts +3 -0
- package/types/dictionary/2.6/segments/UAC.d.ts +3 -0
- package/types/dictionary/2.6/segments/UB1.d.ts +3 -0
- package/types/dictionary/2.6/segments/UB2.d.ts +3 -0
- package/types/dictionary/2.6/segments/URD.d.ts +3 -0
- package/types/dictionary/2.6/segments/URS.d.ts +3 -0
- package/types/dictionary/2.6/segments/VAR.d.ts +3 -0
- package/types/dictionary/2.6/segments/VND.d.ts +3 -0
- package/types/dictionary/2.6/segments/VTQ.d.ts +3 -0
- package/types/dictionary/2.6/segments/index.d.ts +172 -0
- package/types/dictionary/2.6/types/AD.d.ts +3 -0
- package/types/dictionary/2.6/types/AUI.d.ts +3 -0
- package/types/dictionary/2.6/types/CCD.d.ts +3 -0
- package/types/dictionary/2.6/types/CCP.d.ts +3 -0
- package/types/dictionary/2.6/types/CD.d.ts +3 -0
- package/types/dictionary/2.6/types/CE.d.ts +3 -0
- package/types/dictionary/2.6/types/CF.d.ts +3 -0
- package/types/dictionary/2.6/types/CNE.d.ts +3 -0
- package/types/dictionary/2.6/types/CNN.d.ts +3 -0
- package/types/dictionary/2.6/types/CP.d.ts +3 -0
- package/types/dictionary/2.6/types/CQ.d.ts +3 -0
- package/types/dictionary/2.6/types/CSU.d.ts +3 -0
- package/types/dictionary/2.6/types/CWE.d.ts +3 -0
- package/types/dictionary/2.6/types/CX.d.ts +3 -0
- package/types/dictionary/2.6/types/DDI.d.ts +3 -0
- package/types/dictionary/2.6/types/DIN.d.ts +3 -0
- package/types/dictionary/2.6/types/DLD.d.ts +3 -0
- package/types/dictionary/2.6/types/DLN.d.ts +3 -0
- package/types/dictionary/2.6/types/DLT.d.ts +3 -0
- package/types/dictionary/2.6/types/DR.d.ts +3 -0
- package/types/dictionary/2.6/types/DTM.d.ts +3 -0
- package/types/dictionary/2.6/types/DTN.d.ts +3 -0
- package/types/dictionary/2.6/types/ED.d.ts +3 -0
- package/types/dictionary/2.6/types/EI.d.ts +3 -0
- package/types/dictionary/2.6/types/EIP.d.ts +3 -0
- package/types/dictionary/2.6/types/ELD.d.ts +3 -0
- package/types/dictionary/2.6/types/ERL.d.ts +3 -0
- package/types/dictionary/2.6/types/FC.d.ts +3 -0
- package/types/dictionary/2.6/types/FN.d.ts +3 -0
- package/types/dictionary/2.6/types/GTS.d.ts +3 -0
- package/types/dictionary/2.6/types/HD.d.ts +3 -0
- package/types/dictionary/2.6/types/ICD.d.ts +3 -0
- package/types/dictionary/2.6/types/JCC.d.ts +3 -0
- package/types/dictionary/2.6/types/LA1.d.ts +3 -0
- package/types/dictionary/2.6/types/LA2.d.ts +3 -0
- package/types/dictionary/2.6/types/MA.d.ts +3 -0
- package/types/dictionary/2.6/types/MO.d.ts +3 -0
- package/types/dictionary/2.6/types/MOC.d.ts +3 -0
- package/types/dictionary/2.6/types/MOP.d.ts +3 -0
- package/types/dictionary/2.6/types/MSG.d.ts +3 -0
- package/types/dictionary/2.6/types/NA.d.ts +3 -0
- package/types/dictionary/2.6/types/NDL.d.ts +3 -0
- package/types/dictionary/2.6/types/NR.d.ts +3 -0
- package/types/dictionary/2.6/types/OCD.d.ts +3 -0
- package/types/dictionary/2.6/types/OSD.d.ts +3 -0
- package/types/dictionary/2.6/types/OSP.d.ts +3 -0
- package/types/dictionary/2.6/types/PIP.d.ts +3 -0
- package/types/dictionary/2.6/types/PL.d.ts +3 -0
- package/types/dictionary/2.6/types/PLN.d.ts +3 -0
- package/types/dictionary/2.6/types/PPN.d.ts +3 -0
- package/types/dictionary/2.6/types/PRL.d.ts +3 -0
- package/types/dictionary/2.6/types/PT.d.ts +3 -0
- package/types/dictionary/2.6/types/PTA.d.ts +3 -0
- package/types/dictionary/2.6/types/QIP.d.ts +3 -0
- package/types/dictionary/2.6/types/QSC.d.ts +3 -0
- package/types/dictionary/2.6/types/RCD.d.ts +3 -0
- package/types/dictionary/2.6/types/RFR.d.ts +3 -0
- package/types/dictionary/2.6/types/RI.d.ts +3 -0
- package/types/dictionary/2.6/types/RMC.d.ts +3 -0
- package/types/dictionary/2.6/types/RP.d.ts +3 -0
- package/types/dictionary/2.6/types/RPT.d.ts +3 -0
- package/types/dictionary/2.6/types/SAD.d.ts +3 -0
- package/types/dictionary/2.6/types/SCV.d.ts +3 -0
- package/types/dictionary/2.6/types/SI.d.ts +3 -0
- package/types/dictionary/2.6/types/SN.d.ts +3 -0
- package/types/dictionary/2.6/types/SPD.d.ts +3 -0
- package/types/dictionary/2.6/types/SPS.d.ts +3 -0
- package/types/dictionary/2.6/types/SRT.d.ts +3 -0
- package/types/dictionary/2.6/types/TQ.d.ts +3 -0
- package/types/dictionary/2.6/types/TS.d.ts +3 -0
- package/types/dictionary/2.6/types/UVC.d.ts +3 -0
- package/types/dictionary/2.6/types/VH.d.ts +3 -0
- package/types/dictionary/2.6/types/VID.d.ts +3 -0
- package/types/dictionary/2.6/types/VR.d.ts +3 -0
- package/types/dictionary/2.6/types/WVI.d.ts +3 -0
- package/types/dictionary/2.6/types/WVS.d.ts +3 -0
- package/types/dictionary/2.6/types/XAD.d.ts +3 -0
- package/types/dictionary/2.6/types/XCN.d.ts +3 -0
- package/types/dictionary/2.6/types/XON.d.ts +3 -0
- package/types/dictionary/2.6/types/XPN.d.ts +3 -0
- package/types/dictionary/2.6/types/XTN.d.ts +3 -0
- package/types/dictionary/2.6/types/index.d.ts +81 -0
- package/types/dictionary/2.7/index.d.ts +2 -0
- package/types/dictionary/2.7/segments/ABS.d.ts +3 -0
- package/types/dictionary/2.7/segments/ACC.d.ts +3 -0
- package/types/dictionary/2.7/segments/ADD.d.ts +3 -0
- package/types/dictionary/2.7/segments/ADJ.d.ts +3 -0
- package/types/dictionary/2.7/segments/AFF.d.ts +3 -0
- package/types/dictionary/2.7/segments/AIG.d.ts +3 -0
- package/types/dictionary/2.7/segments/AIL.d.ts +3 -0
- package/types/dictionary/2.7/segments/AIP.d.ts +3 -0
- package/types/dictionary/2.7/segments/AIS.d.ts +3 -0
- package/types/dictionary/2.7/segments/AL1.d.ts +3 -0
- package/types/dictionary/2.7/segments/APR.d.ts +3 -0
- package/types/dictionary/2.7/segments/ARQ.d.ts +3 -0
- package/types/dictionary/2.7/segments/ARV.d.ts +3 -0
- package/types/dictionary/2.7/segments/AUT.d.ts +3 -0
- package/types/dictionary/2.7/segments/BHS.d.ts +3 -0
- package/types/dictionary/2.7/segments/BLC.d.ts +3 -0
- package/types/dictionary/2.7/segments/BLG.d.ts +3 -0
- package/types/dictionary/2.7/segments/BPO.d.ts +3 -0
- package/types/dictionary/2.7/segments/BPX.d.ts +3 -0
- package/types/dictionary/2.7/segments/BTS.d.ts +3 -0
- package/types/dictionary/2.7/segments/BTX.d.ts +3 -0
- package/types/dictionary/2.7/segments/CDM.d.ts +3 -0
- package/types/dictionary/2.7/segments/CER.d.ts +3 -0
- package/types/dictionary/2.7/segments/CM0.d.ts +3 -0
- package/types/dictionary/2.7/segments/CM1.d.ts +3 -0
- package/types/dictionary/2.7/segments/CM2.d.ts +3 -0
- package/types/dictionary/2.7/segments/CNS.d.ts +3 -0
- package/types/dictionary/2.7/segments/CON_.d.ts +3 -0
- package/types/dictionary/2.7/segments/CSP.d.ts +3 -0
- package/types/dictionary/2.7/segments/CSR.d.ts +3 -0
- package/types/dictionary/2.7/segments/CSS.d.ts +3 -0
- package/types/dictionary/2.7/segments/CTD.d.ts +3 -0
- package/types/dictionary/2.7/segments/CTI.d.ts +3 -0
- package/types/dictionary/2.7/segments/DB1.d.ts +3 -0
- package/types/dictionary/2.7/segments/DG1.d.ts +3 -0
- package/types/dictionary/2.7/segments/DMI.d.ts +3 -0
- package/types/dictionary/2.7/segments/DRG.d.ts +3 -0
- package/types/dictionary/2.7/segments/DSC.d.ts +3 -0
- package/types/dictionary/2.7/segments/DSP.d.ts +3 -0
- package/types/dictionary/2.7/segments/ECD.d.ts +3 -0
- package/types/dictionary/2.7/segments/ECR.d.ts +3 -0
- package/types/dictionary/2.7/segments/EDU.d.ts +3 -0
- package/types/dictionary/2.7/segments/EQP.d.ts +3 -0
- package/types/dictionary/2.7/segments/EQU.d.ts +3 -0
- package/types/dictionary/2.7/segments/ERR.d.ts +3 -0
- package/types/dictionary/2.7/segments/EVN.d.ts +3 -0
- package/types/dictionary/2.7/segments/FHS.d.ts +3 -0
- package/types/dictionary/2.7/segments/FT1.d.ts +3 -0
- package/types/dictionary/2.7/segments/FTS.d.ts +3 -0
- package/types/dictionary/2.7/segments/GOL.d.ts +3 -0
- package/types/dictionary/2.7/segments/GP1.d.ts +3 -0
- package/types/dictionary/2.7/segments/GP2.d.ts +3 -0
- package/types/dictionary/2.7/segments/GT1.d.ts +3 -0
- package/types/dictionary/2.7/segments/IAM.d.ts +3 -0
- package/types/dictionary/2.7/segments/IAR.d.ts +3 -0
- package/types/dictionary/2.7/segments/ILT.d.ts +3 -0
- package/types/dictionary/2.7/segments/IN1.d.ts +3 -0
- package/types/dictionary/2.7/segments/IN2.d.ts +3 -0
- package/types/dictionary/2.7/segments/IN3.d.ts +3 -0
- package/types/dictionary/2.7/segments/INV.d.ts +3 -0
- package/types/dictionary/2.7/segments/IPC.d.ts +3 -0
- package/types/dictionary/2.7/segments/ISD.d.ts +3 -0
- package/types/dictionary/2.7/segments/ITM.d.ts +3 -0
- package/types/dictionary/2.7/segments/IVC.d.ts +3 -0
- package/types/dictionary/2.7/segments/IVT.d.ts +3 -0
- package/types/dictionary/2.7/segments/LAN.d.ts +3 -0
- package/types/dictionary/2.7/segments/LCC.d.ts +3 -0
- package/types/dictionary/2.7/segments/LCH.d.ts +3 -0
- package/types/dictionary/2.7/segments/LDP.d.ts +3 -0
- package/types/dictionary/2.7/segments/LOC.d.ts +3 -0
- package/types/dictionary/2.7/segments/LRL.d.ts +3 -0
- package/types/dictionary/2.7/segments/MFA.d.ts +3 -0
- package/types/dictionary/2.7/segments/MFE.d.ts +3 -0
- package/types/dictionary/2.7/segments/MFI.d.ts +3 -0
- package/types/dictionary/2.7/segments/MRG.d.ts +3 -0
- package/types/dictionary/2.7/segments/MSA.d.ts +3 -0
- package/types/dictionary/2.7/segments/MSH.d.ts +3 -0
- package/types/dictionary/2.7/segments/NCK.d.ts +3 -0
- package/types/dictionary/2.7/segments/NDS.d.ts +3 -0
- package/types/dictionary/2.7/segments/NK1.d.ts +3 -0
- package/types/dictionary/2.7/segments/NPU.d.ts +3 -0
- package/types/dictionary/2.7/segments/NSC.d.ts +3 -0
- package/types/dictionary/2.7/segments/NST.d.ts +3 -0
- package/types/dictionary/2.7/segments/NTE.d.ts +3 -0
- package/types/dictionary/2.7/segments/OBR.d.ts +3 -0
- package/types/dictionary/2.7/segments/OBX.d.ts +3 -0
- package/types/dictionary/2.7/segments/ODS.d.ts +3 -0
- package/types/dictionary/2.7/segments/ODT.d.ts +3 -0
- package/types/dictionary/2.7/segments/OM1.d.ts +3 -0
- package/types/dictionary/2.7/segments/OM2.d.ts +3 -0
- package/types/dictionary/2.7/segments/OM3.d.ts +3 -0
- package/types/dictionary/2.7/segments/OM4.d.ts +3 -0
- package/types/dictionary/2.7/segments/OM5.d.ts +3 -0
- package/types/dictionary/2.7/segments/OM6.d.ts +3 -0
- package/types/dictionary/2.7/segments/OM7.d.ts +3 -0
- package/types/dictionary/2.7/segments/ORC.d.ts +3 -0
- package/types/dictionary/2.7/segments/ORG.d.ts +3 -0
- package/types/dictionary/2.7/segments/PAC.d.ts +3 -0
- package/types/dictionary/2.7/segments/PCE.d.ts +3 -0
- package/types/dictionary/2.7/segments/PCR.d.ts +3 -0
- package/types/dictionary/2.7/segments/PD1.d.ts +3 -0
- package/types/dictionary/2.7/segments/PDA.d.ts +3 -0
- package/types/dictionary/2.7/segments/PEO.d.ts +3 -0
- package/types/dictionary/2.7/segments/PES.d.ts +3 -0
- package/types/dictionary/2.7/segments/PID.d.ts +3 -0
- package/types/dictionary/2.7/segments/PKG.d.ts +3 -0
- package/types/dictionary/2.7/segments/PMT.d.ts +3 -0
- package/types/dictionary/2.7/segments/PR1.d.ts +3 -0
- package/types/dictionary/2.7/segments/PRA.d.ts +3 -0
- package/types/dictionary/2.7/segments/PRB.d.ts +3 -0
- package/types/dictionary/2.7/segments/PRC.d.ts +3 -0
- package/types/dictionary/2.7/segments/PRD.d.ts +3 -0
- package/types/dictionary/2.7/segments/PRT.d.ts +3 -0
- package/types/dictionary/2.7/segments/PSL.d.ts +3 -0
- package/types/dictionary/2.7/segments/PTH.d.ts +3 -0
- package/types/dictionary/2.7/segments/PV1.d.ts +3 -0
- package/types/dictionary/2.7/segments/PV2.d.ts +3 -0
- package/types/dictionary/2.7/segments/PYE.d.ts +3 -0
- package/types/dictionary/2.7/segments/QAK.d.ts +3 -0
- package/types/dictionary/2.7/segments/QID.d.ts +3 -0
- package/types/dictionary/2.7/segments/QPD.d.ts +3 -0
- package/types/dictionary/2.7/segments/QRD.d.ts +3 -0
- package/types/dictionary/2.7/segments/QRF.d.ts +3 -0
- package/types/dictionary/2.7/segments/QRI.d.ts +3 -0
- package/types/dictionary/2.7/segments/RCP.d.ts +3 -0
- package/types/dictionary/2.7/segments/RDF.d.ts +3 -0
- package/types/dictionary/2.7/segments/RDT.d.ts +3 -0
- package/types/dictionary/2.7/segments/REL.d.ts +3 -0
- package/types/dictionary/2.7/segments/RF1.d.ts +3 -0
- package/types/dictionary/2.7/segments/RFI.d.ts +3 -0
- package/types/dictionary/2.7/segments/RGS.d.ts +3 -0
- package/types/dictionary/2.7/segments/RMI.d.ts +3 -0
- package/types/dictionary/2.7/segments/ROL.d.ts +3 -0
- package/types/dictionary/2.7/segments/RQ1.d.ts +3 -0
- package/types/dictionary/2.7/segments/RQD.d.ts +3 -0
- package/types/dictionary/2.7/segments/RXA.d.ts +3 -0
- package/types/dictionary/2.7/segments/RXC.d.ts +3 -0
- package/types/dictionary/2.7/segments/RXD.d.ts +3 -0
- package/types/dictionary/2.7/segments/RXE.d.ts +3 -0
- package/types/dictionary/2.7/segments/RXG.d.ts +3 -0
- package/types/dictionary/2.7/segments/RXO.d.ts +3 -0
- package/types/dictionary/2.7/segments/RXR.d.ts +3 -0
- package/types/dictionary/2.7/segments/SAC.d.ts +3 -0
- package/types/dictionary/2.7/segments/SCD.d.ts +3 -0
- package/types/dictionary/2.7/segments/SCH.d.ts +3 -0
- package/types/dictionary/2.7/segments/SCP.d.ts +3 -0
- package/types/dictionary/2.7/segments/SDD.d.ts +3 -0
- package/types/dictionary/2.7/segments/SHP.d.ts +3 -0
- package/types/dictionary/2.7/segments/SID.d.ts +3 -0
- package/types/dictionary/2.7/segments/SLT.d.ts +3 -0
- package/types/dictionary/2.7/segments/SPM.d.ts +3 -0
- package/types/dictionary/2.7/segments/STF.d.ts +3 -0
- package/types/dictionary/2.7/segments/STZ.d.ts +3 -0
- package/types/dictionary/2.7/segments/TCC.d.ts +3 -0
- package/types/dictionary/2.7/segments/TCD.d.ts +3 -0
- package/types/dictionary/2.7/segments/TQ1.d.ts +3 -0
- package/types/dictionary/2.7/segments/TQ2.d.ts +3 -0
- package/types/dictionary/2.7/segments/TXA.d.ts +3 -0
- package/types/dictionary/2.7/segments/UAC.d.ts +3 -0
- package/types/dictionary/2.7/segments/UB1.d.ts +3 -0
- package/types/dictionary/2.7/segments/UB2.d.ts +3 -0
- package/types/dictionary/2.7/segments/URD.d.ts +3 -0
- package/types/dictionary/2.7/segments/URS.d.ts +3 -0
- package/types/dictionary/2.7/segments/VAR.d.ts +3 -0
- package/types/dictionary/2.7/segments/VND.d.ts +3 -0
- package/types/dictionary/2.7/segments/index.d.ts +165 -0
- package/types/dictionary/2.7/types/AD.d.ts +3 -0
- package/types/dictionary/2.7/types/AUI.d.ts +3 -0
- package/types/dictionary/2.7/types/CCD.d.ts +3 -0
- package/types/dictionary/2.7/types/CD.d.ts +3 -0
- package/types/dictionary/2.7/types/CF.d.ts +3 -0
- package/types/dictionary/2.7/types/CNE.d.ts +3 -0
- package/types/dictionary/2.7/types/CNN.d.ts +3 -0
- package/types/dictionary/2.7/types/CP.d.ts +3 -0
- package/types/dictionary/2.7/types/CQ.d.ts +3 -0
- package/types/dictionary/2.7/types/CSU.d.ts +3 -0
- package/types/dictionary/2.7/types/CWE.d.ts +3 -0
- package/types/dictionary/2.7/types/CX.d.ts +3 -0
- package/types/dictionary/2.7/types/DLD.d.ts +3 -0
- package/types/dictionary/2.7/types/DLN.d.ts +3 -0
- package/types/dictionary/2.7/types/DR.d.ts +3 -0
- package/types/dictionary/2.7/types/DT.d.ts +3 -0
- package/types/dictionary/2.7/types/DTN.d.ts +3 -0
- package/types/dictionary/2.7/types/ED.d.ts +3 -0
- package/types/dictionary/2.7/types/EI.d.ts +3 -0
- package/types/dictionary/2.7/types/FC.d.ts +3 -0
- package/types/dictionary/2.7/types/FN.d.ts +3 -0
- package/types/dictionary/2.7/types/FT.d.ts +3 -0
- package/types/dictionary/2.7/types/HD.d.ts +3 -0
- package/types/dictionary/2.7/types/ICD.d.ts +3 -0
- package/types/dictionary/2.7/types/ID.d.ts +3 -0
- package/types/dictionary/2.7/types/IS.d.ts +3 -0
- package/types/dictionary/2.7/types/JCC.d.ts +3 -0
- package/types/dictionary/2.7/types/LA2.d.ts +3 -0
- package/types/dictionary/2.7/types/MA.d.ts +3 -0
- package/types/dictionary/2.7/types/MO.d.ts +3 -0
- package/types/dictionary/2.7/types/MOP.d.ts +3 -0
- package/types/dictionary/2.7/types/MSG.d.ts +3 -0
- package/types/dictionary/2.7/types/NA.d.ts +3 -0
- package/types/dictionary/2.7/types/NDL.d.ts +3 -0
- package/types/dictionary/2.7/types/NM.d.ts +3 -0
- package/types/dictionary/2.7/types/PL.d.ts +3 -0
- package/types/dictionary/2.7/types/PLN.d.ts +3 -0
- package/types/dictionary/2.7/types/PPN.d.ts +3 -0
- package/types/dictionary/2.7/types/PT.d.ts +3 -0
- package/types/dictionary/2.7/types/PTA.d.ts +3 -0
- package/types/dictionary/2.7/types/QIP.d.ts +3 -0
- package/types/dictionary/2.7/types/QSC.d.ts +3 -0
- package/types/dictionary/2.7/types/RCD.d.ts +3 -0
- package/types/dictionary/2.7/types/RFR.d.ts +3 -0
- package/types/dictionary/2.7/types/RI.d.ts +3 -0
- package/types/dictionary/2.7/types/RMC.d.ts +3 -0
- package/types/dictionary/2.7/types/RP.d.ts +3 -0
- package/types/dictionary/2.7/types/RPT.d.ts +3 -0
- package/types/dictionary/2.7/types/SAD.d.ts +3 -0
- package/types/dictionary/2.7/types/SCV.d.ts +3 -0
- package/types/dictionary/2.7/types/SN.d.ts +3 -0
- package/types/dictionary/2.7/types/SRT.d.ts +3 -0
- package/types/dictionary/2.7/types/ST.d.ts +3 -0
- package/types/dictionary/2.7/types/TM.d.ts +3 -0
- package/types/dictionary/2.7/types/TQ.d.ts +3 -0
- package/types/dictionary/2.7/types/TX.d.ts +3 -0
- package/types/dictionary/2.7/types/UVC.d.ts +3 -0
- package/types/dictionary/2.7/types/VH.d.ts +3 -0
- package/types/dictionary/2.7/types/VID.d.ts +3 -0
- package/types/dictionary/2.7/types/WVI.d.ts +3 -0
- package/types/dictionary/2.7/types/WVS.d.ts +3 -0
- package/types/dictionary/2.7/types/XAD.d.ts +3 -0
- package/types/dictionary/2.7/types/XCN.d.ts +3 -0
- package/types/dictionary/2.7/types/XON.d.ts +3 -0
- package/types/dictionary/2.7/types/XPN.d.ts +3 -0
- package/types/dictionary/2.7/types/XTN.d.ts +3 -0
- package/types/dictionary/2.7/types/index.d.ts +66 -0
- package/types/dictionary/2.7.1/index.d.ts +2 -0
- package/types/dictionary/2.7.1/segments/ABS.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/ACC.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/ADD.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/ADJ.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/AIG.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/AIL.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/AIP.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/AIS.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/AL1.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/ARQ.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/ARV.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/AUT.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/BHS.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/BLC.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/BLG.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/BPO.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/BPX.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/BTS.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/BTX.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/CDM.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/CER.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/CM0.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/CM1.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/CM2.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/CNS.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/CON_.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/CSP.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/CSR.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/CSS.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/CTD.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/CTI.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/DB1.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/DG1.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/DMI.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/DRG.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/DSC.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/DSP.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/ECD.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/ECR.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/EDU.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/EQP.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/EQU.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/ERR.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/EVN.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/FHS.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/FT1.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/FTS.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/GOL.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/GP2.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/GT1.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/IAM.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/IIM.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/ILT.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/IN1.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/IN2.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/IN3.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/INV.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/IPC.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/IPR.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/ISD.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/ITM.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/IVC.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/IVT.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/LAN.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/LCC.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/LCH.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/LDP.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/LOC.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/LRL.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/MFA.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/MFE.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/MFI.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/MRG.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/MSA.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/MSH.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/NCK.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/NDS.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/NK1.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/NPU.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/NSC.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/NST.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/NTE.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/OBR.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/OBX.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/ODS.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/ODT.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/OM1.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/OM2.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/OM3.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/OM4.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/OM5.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/OM6.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/OM7.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/ORC.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/ORG.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/OVR.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PCE.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PCR.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PD1.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PDA.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PEO.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PES.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PID.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PKG.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PMT.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PR1.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PRA.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PRB.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PRC.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PRD.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PSG.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PSL.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PSS.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PTH.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PV1.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PV2.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/PYE.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/QAK.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/QID.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/QPD.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/QRD.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/QRF.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/QRI.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/RCP.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/RDT.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/REL.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/RF1.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/RFI.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/RGS.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/RMI.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/ROL.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/RQ1.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/RQD.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/RXA.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/RXC.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/RXD.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/RXE.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/RXG.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/RXO.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/RXR.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/SAC.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/SCD.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/SCH.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/SCP.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/SDD.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/SFT.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/SID.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/SLT.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/SPM.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/STF.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/STZ.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/TCC.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/TCD.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/TQ1.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/TQ2.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/TXA.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/UAC.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/UB1.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/UB2.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/URD.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/URS.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/VAR.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/VND.d.ts +3 -0
- package/types/dictionary/2.7.1/segments/index.d.ts +163 -0
- package/types/dictionary/2.7.1/types/AD.d.ts +3 -0
- package/types/dictionary/2.7.1/types/AUI.d.ts +3 -0
- package/types/dictionary/2.7.1/types/CCD.d.ts +3 -0
- package/types/dictionary/2.7.1/types/CCP.d.ts +3 -0
- package/types/dictionary/2.7.1/types/CD.d.ts +3 -0
- package/types/dictionary/2.7.1/types/CF.d.ts +3 -0
- package/types/dictionary/2.7.1/types/CNE.d.ts +3 -0
- package/types/dictionary/2.7.1/types/CNN.d.ts +3 -0
- package/types/dictionary/2.7.1/types/CP.d.ts +3 -0
- package/types/dictionary/2.7.1/types/CQ.d.ts +3 -0
- package/types/dictionary/2.7.1/types/CSU.d.ts +3 -0
- package/types/dictionary/2.7.1/types/CWE.d.ts +3 -0
- package/types/dictionary/2.7.1/types/CX.d.ts +3 -0
- package/types/dictionary/2.7.1/types/DDI.d.ts +3 -0
- package/types/dictionary/2.7.1/types/DIN.d.ts +3 -0
- package/types/dictionary/2.7.1/types/DLD.d.ts +3 -0
- package/types/dictionary/2.7.1/types/DLN.d.ts +3 -0
- package/types/dictionary/2.7.1/types/DLT.d.ts +3 -0
- package/types/dictionary/2.7.1/types/DR.d.ts +3 -0
- package/types/dictionary/2.7.1/types/DTM.d.ts +3 -0
- package/types/dictionary/2.7.1/types/DTN.d.ts +3 -0
- package/types/dictionary/2.7.1/types/ED.d.ts +3 -0
- package/types/dictionary/2.7.1/types/EI.d.ts +3 -0
- package/types/dictionary/2.7.1/types/EIP.d.ts +3 -0
- package/types/dictionary/2.7.1/types/ERL.d.ts +3 -0
- package/types/dictionary/2.7.1/types/FC.d.ts +3 -0
- package/types/dictionary/2.7.1/types/FN.d.ts +3 -0
- package/types/dictionary/2.7.1/types/GTS.d.ts +3 -0
- package/types/dictionary/2.7.1/types/HD.d.ts +3 -0
- package/types/dictionary/2.7.1/types/ICD.d.ts +3 -0
- package/types/dictionary/2.7.1/types/JCC.d.ts +3 -0
- package/types/dictionary/2.7.1/types/LA1.d.ts +3 -0
- package/types/dictionary/2.7.1/types/LA2.d.ts +3 -0
- package/types/dictionary/2.7.1/types/MO.d.ts +3 -0
- package/types/dictionary/2.7.1/types/MOC.d.ts +3 -0
- package/types/dictionary/2.7.1/types/MOP.d.ts +3 -0
- package/types/dictionary/2.7.1/types/MSG.d.ts +3 -0
- package/types/dictionary/2.7.1/types/NA.d.ts +3 -0
- package/types/dictionary/2.7.1/types/NDL.d.ts +3 -0
- package/types/dictionary/2.7.1/types/NR.d.ts +3 -0
- package/types/dictionary/2.7.1/types/OCD.d.ts +3 -0
- package/types/dictionary/2.7.1/types/OSD.d.ts +3 -0
- package/types/dictionary/2.7.1/types/OSP.d.ts +3 -0
- package/types/dictionary/2.7.1/types/PIP.d.ts +3 -0
- package/types/dictionary/2.7.1/types/PL.d.ts +3 -0
- package/types/dictionary/2.7.1/types/PLN.d.ts +3 -0
- package/types/dictionary/2.7.1/types/PPN.d.ts +3 -0
- package/types/dictionary/2.7.1/types/PRL.d.ts +3 -0
- package/types/dictionary/2.7.1/types/PT.d.ts +3 -0
- package/types/dictionary/2.7.1/types/PTA.d.ts +3 -0
- package/types/dictionary/2.7.1/types/QIP.d.ts +3 -0
- package/types/dictionary/2.7.1/types/QSC.d.ts +3 -0
- package/types/dictionary/2.7.1/types/RCD.d.ts +3 -0
- package/types/dictionary/2.7.1/types/RFR.d.ts +3 -0
- package/types/dictionary/2.7.1/types/RI.d.ts +3 -0
- package/types/dictionary/2.7.1/types/RMC.d.ts +3 -0
- package/types/dictionary/2.7.1/types/RP.d.ts +3 -0
- package/types/dictionary/2.7.1/types/RPT.d.ts +3 -0
- package/types/dictionary/2.7.1/types/SAD.d.ts +3 -0
- package/types/dictionary/2.7.1/types/SCV.d.ts +3 -0
- package/types/dictionary/2.7.1/types/SI.d.ts +3 -0
- package/types/dictionary/2.7.1/types/SN.d.ts +3 -0
- package/types/dictionary/2.7.1/types/SPD.d.ts +3 -0
- package/types/dictionary/2.7.1/types/SRT.d.ts +3 -0
- package/types/dictionary/2.7.1/types/TQ.d.ts +3 -0
- package/types/dictionary/2.7.1/types/UVC.d.ts +3 -0
- package/types/dictionary/2.7.1/types/VH.d.ts +3 -0
- package/types/dictionary/2.7.1/types/VID.d.ts +3 -0
- package/types/dictionary/2.7.1/types/VR.d.ts +3 -0
- package/types/dictionary/2.7.1/types/WVI.d.ts +3 -0
- package/types/dictionary/2.7.1/types/WVS.d.ts +3 -0
- package/types/dictionary/2.7.1/types/XAD.d.ts +3 -0
- package/types/dictionary/2.7.1/types/XCN.d.ts +3 -0
- package/types/dictionary/2.7.1/types/XON.d.ts +3 -0
- package/types/dictionary/2.7.1/types/XPN.d.ts +3 -0
- package/types/dictionary/2.7.1/types/XTN.d.ts +3 -0
- package/types/dictionary/2.7.1/types/index.d.ts +76 -0
- package/types/dictionary/2.8/index.d.ts +2 -0
- package/types/dictionary/index.d.ts +7 -0
- package/types/dictionary/segment-fields/abs-segment.enum.d.ts +16 -0
- package/types/dictionary/segment-fields/acc-segment.enum.d.ts +14 -0
- package/types/dictionary/segment-fields/add-segment.enum.d.ts +3 -0
- package/types/dictionary/segment-fields/adj-segment.enum.d.ts +17 -0
- package/types/dictionary/segment-fields/aff-segment.enum.d.ts +7 -0
- package/types/dictionary/segment-fields/aig-segment.enum.d.ts +16 -0
- package/types/dictionary/segment-fields/ail-segment.enum.d.ts +14 -0
- package/types/dictionary/segment-fields/aip-segment.enum.d.ts +14 -0
- package/types/dictionary/segment-fields/ais-segment.enum.d.ts +14 -0
- package/types/dictionary/segment-fields/al1-segment.enum.d.ts +8 -0
- package/types/dictionary/segment-fields/apr-segment.enum.d.ts +7 -0
- package/types/dictionary/segment-fields/arq-segment.enum.d.ts +27 -0
- package/types/dictionary/segment-fields/arv-segment.enum.d.ts +8 -0
- package/types/dictionary/segment-fields/aut-segment.enum.d.ts +14 -0
- package/types/dictionary/segment-fields/bhs-segment.enum.d.ts +16 -0
- package/types/dictionary/segment-fields/blc-segment.enum.d.ts +4 -0
- package/types/dictionary/segment-fields/blg-segment.enum.d.ts +6 -0
- package/types/dictionary/segment-fields/bpo-segment.enum.d.ts +16 -0
- package/types/dictionary/segment-fields/bpx-segment.enum.d.ts +23 -0
- package/types/dictionary/segment-fields/bts-segment.enum.d.ts +5 -0
- package/types/dictionary/segment-fields/btx-segment.enum.d.ts +21 -0
- package/types/dictionary/segment-fields/cdm-segment.enum.d.ts +15 -0
- package/types/dictionary/segment-fields/cer-segment.enum.d.ts +33 -0
- package/types/dictionary/segment-fields/cm0-segment.enum.d.ts +13 -0
- package/types/dictionary/segment-fields/cm1-segment.enum.d.ts +5 -0
- package/types/dictionary/segment-fields/cm2-segment.enum.d.ts +6 -0
- package/types/dictionary/segment-fields/cns-segment.enum.d.ts +8 -0
- package/types/dictionary/segment-fields/con-segment.enum.d.ts +27 -0
- package/types/dictionary/segment-fields/csp-segment.enum.d.ts +6 -0
- package/types/dictionary/segment-fields/csr-segment.enum.d.ts +18 -0
- package/types/dictionary/segment-fields/css-segment.enum.d.ts +5 -0
- package/types/dictionary/segment-fields/ctd-segment.enum.d.ts +9 -0
- package/types/dictionary/segment-fields/cti-segment.enum.d.ts +5 -0
- package/types/dictionary/segment-fields/db1-segment.enum.d.ts +10 -0
- package/types/dictionary/segment-fields/dg1-segment.enum.d.ts +28 -0
- package/types/dictionary/segment-fields/dmi-segment.enum.d.ts +7 -0
- package/types/dictionary/segment-fields/drg-segment.enum.d.ts +35 -0
- package/types/dictionary/segment-fields/dsc-segment.enum.d.ts +4 -0
- package/types/dictionary/segment-fields/dsp-segment.enum.d.ts +7 -0
- package/types/dictionary/segment-fields/ecd-segment.enum.d.ts +7 -0
- package/types/dictionary/segment-fields/ecr-segment.enum.d.ts +5 -0
- package/types/dictionary/segment-fields/ed-segment.enum.d.ts +3 -0
- package/types/dictionary/segment-fields/edu-segment.enum.d.ts +11 -0
- package/types/dictionary/segment-fields/eql-segment.enum.d.ts +6 -0
- package/types/dictionary/segment-fields/eqp-segment.enum.d.ts +7 -0
- package/types/dictionary/segment-fields/equ-segment.enum.d.ts +7 -0
- package/types/dictionary/segment-fields/erq-segment.enum.d.ts +5 -0
- package/types/dictionary/segment-fields/err-segment.enum.d.ts +14 -0
- package/types/dictionary/segment-fields/evn-segment.enum.d.ts +9 -0
- package/types/dictionary/segment-fields/fac-segment.enum.d.ts +14 -0
- package/types/dictionary/segment-fields/fhs-segment.enum.d.ts +16 -0
- package/types/dictionary/segment-fields/ft1-segment.enum.d.ts +45 -0
- package/types/dictionary/segment-fields/fts-segment.enum.d.ts +4 -0
- package/types/dictionary/segment-fields/gol-segment.enum.d.ts +24 -0
- package/types/dictionary/segment-fields/gp1-segment.enum.d.ts +7 -0
- package/types/dictionary/segment-fields/gp2-segment.enum.d.ts +16 -0
- package/types/dictionary/segment-fields/gt1-segment.enum.d.ts +59 -0
- package/types/dictionary/segment-fields/iam-segment.enum.d.ts +32 -0
- package/types/dictionary/segment-fields/iar-segment.enum.d.ts +6 -0
- package/types/dictionary/segment-fields/iim-segment.enum.d.ts +17 -0
- package/types/dictionary/segment-fields/ilt-segment.enum.d.ts +12 -0
- package/types/dictionary/segment-fields/in1-segment.enum.d.ts +56 -0
- package/types/dictionary/segment-fields/in2-segment.enum.d.ts +74 -0
- package/types/dictionary/segment-fields/in3-segment.enum.d.ts +27 -0
- package/types/dictionary/segment-fields/index.d.ts +182 -0
- package/types/dictionary/segment-fields/inv-segment.enum.d.ts +22 -0
- package/types/dictionary/segment-fields/ipc-segment.enum.d.ts +11 -0
- package/types/dictionary/segment-fields/ipr-segment.enum.d.ts +10 -0
- package/types/dictionary/segment-fields/isd-segment.enum.d.ts +5 -0
- package/types/dictionary/segment-fields/itm-segment.enum.d.ts +31 -0
- package/types/dictionary/segment-fields/ivc-segment.enum.d.ts +32 -0
- package/types/dictionary/segment-fields/ivt-segment.enum.d.ts +28 -0
- package/types/dictionary/segment-fields/lan-segment.enum.d.ts +6 -0
- package/types/dictionary/segment-fields/lcc-segment.enum.d.ts +6 -0
- package/types/dictionary/segment-fields/lch-segment.enum.d.ts +7 -0
- package/types/dictionary/segment-fields/ldp-segment.enum.d.ts +14 -0
- package/types/dictionary/segment-fields/loc-segment.enum.d.ts +11 -0
- package/types/dictionary/segment-fields/lrl-segment.enum.d.ts +8 -0
- package/types/dictionary/segment-fields/mfa-segment.enum.d.ts +8 -0
- package/types/dictionary/segment-fields/mfe-segment.enum.d.ts +9 -0
- package/types/dictionary/segment-fields/mfi-segment.enum.d.ts +8 -0
- package/types/dictionary/segment-fields/mrg-segment.enum.d.ts +9 -0
- package/types/dictionary/segment-fields/msa-segment.enum.d.ts +10 -0
- package/types/dictionary/segment-fields/msh-segment.enum.d.ts +27 -0
- package/types/dictionary/segment-fields/nck-segment.enum.d.ts +3 -0
- package/types/dictionary/segment-fields/nds-segment.enum.d.ts +6 -0
- package/types/dictionary/segment-fields/nk1-segment.enum.d.ts +43 -0
- package/types/dictionary/segment-fields/npu-segment.enum.d.ts +4 -0
- package/types/dictionary/segment-fields/nsc-segment.enum.d.ts +11 -0
- package/types/dictionary/segment-fields/nst-segment.enum.d.ts +17 -0
- package/types/dictionary/segment-fields/nte-segment.enum.d.ts +10 -0
- package/types/dictionary/segment-fields/obr-segment.enum.d.ts +56 -0
- package/types/dictionary/segment-fields/obx-segment.enum.d.ts +28 -0
- package/types/dictionary/segment-fields/ods-segment.enum.d.ts +6 -0
- package/types/dictionary/segment-fields/odt-segment.enum.d.ts +5 -0
- package/types/dictionary/segment-fields/om1-segment.enum.d.ts +49 -0
- package/types/dictionary/segment-fields/om2-segment.enum.d.ts +13 -0
- package/types/dictionary/segment-fields/om3-segment.enum.d.ts +10 -0
- package/types/dictionary/segment-fields/om4-segment.enum.d.ts +17 -0
- package/types/dictionary/segment-fields/om5-segment.enum.d.ts +6 -0
- package/types/dictionary/segment-fields/om6-segment.enum.d.ts +5 -0
- package/types/dictionary/segment-fields/om7-segment.enum.d.ts +26 -0
- package/types/dictionary/segment-fields/orc-segment.enum.d.ts +35 -0
- package/types/dictionary/segment-fields/org-segment.enum.d.ts +15 -0
- package/types/dictionary/segment-fields/oro-segment.enum.d.ts +6 -0
- package/types/dictionary/segment-fields/ovr-segment.enum.d.ts +7 -0
- package/types/dictionary/segment-fields/pac-segment.enum.d.ts +10 -0
- package/types/dictionary/segment-fields/pce-segment.enum.d.ts +6 -0
- package/types/dictionary/segment-fields/pcr-segment.enum.d.ts +25 -0
- package/types/dictionary/segment-fields/pd1-segment.enum.d.ts +24 -0
- package/types/dictionary/segment-fields/pda-segment.enum.d.ts +11 -0
- package/types/dictionary/segment-fields/pdc-segment.enum.d.ts +17 -0
- package/types/dictionary/segment-fields/peo-segment.enum.d.ts +27 -0
- package/types/dictionary/segment-fields/pes-segment.enum.d.ts +15 -0
- package/types/dictionary/segment-fields/pid-segment.enum.d.ts +42 -0
- package/types/dictionary/segment-fields/pkg-segment.enum.d.ts +9 -0
- package/types/dictionary/segment-fields/pmt-segment.enum.d.ts +14 -0
- package/types/dictionary/segment-fields/pr1-segment.enum.d.ts +27 -0
- package/types/dictionary/segment-fields/pra-segment.enum.d.ts +14 -0
- package/types/dictionary/segment-fields/prb-segment.enum.d.ts +30 -0
- package/types/dictionary/segment-fields/prc-segment.enum.d.ts +20 -0
- package/types/dictionary/segment-fields/prd-segment.enum.d.ts +16 -0
- package/types/dictionary/segment-fields/prt-segment.enum.d.ts +17 -0
- package/types/dictionary/segment-fields/psg-segment.enum.d.ts +8 -0
- package/types/dictionary/segment-fields/psh-segment.enum.d.ts +16 -0
- package/types/dictionary/segment-fields/psl-segment.enum.d.ts +50 -0
- package/types/dictionary/segment-fields/pss-segment.enum.d.ts +7 -0
- package/types/dictionary/segment-fields/pth-segment.enum.d.ts +9 -0
- package/types/dictionary/segment-fields/pv1-segment.enum.d.ts +56 -0
- package/types/dictionary/segment-fields/pv2-segment.enum.d.ts +52 -0
- package/types/dictionary/segment-fields/pye-segment.enum.d.ts +9 -0
- package/types/dictionary/segment-fields/qak-segment.enum.d.ts +8 -0
- package/types/dictionary/segment-fields/qck-segment.enum.d.ts +3 -0
- package/types/dictionary/segment-fields/qid-segment.enum.d.ts +4 -0
- package/types/dictionary/segment-fields/qpd-segment.enum.d.ts +5 -0
- package/types/dictionary/segment-fields/qrd-segment.enum.d.ts +14 -0
- package/types/dictionary/segment-fields/qrf-segment.enum.d.ts +12 -0
- package/types/dictionary/segment-fields/qri-segment.enum.d.ts +5 -0
- package/types/dictionary/segment-fields/rcp-segment.enum.d.ts +9 -0
- package/types/dictionary/segment-fields/rdf-segment.enum.d.ts +4 -0
- package/types/dictionary/segment-fields/rdt-segment.enum.d.ts +3 -0
- package/types/dictionary/segment-fields/rel-segment.enum.d.ts +18 -0
- package/types/dictionary/segment-fields/rf1-segment.enum.d.ts +14 -0
- package/types/dictionary/segment-fields/rfi-segment.enum.d.ts +6 -0
- package/types/dictionary/segment-fields/rgs-segment.enum.d.ts +5 -0
- package/types/dictionary/segment-fields/rmi-segment.enum.d.ts +5 -0
- package/types/dictionary/segment-fields/rol-segment.enum.d.ts +16 -0
- package/types/dictionary/segment-fields/rq1-segment.enum.d.ts +9 -0
- package/types/dictionary/segment-fields/rqd-segment.enum.d.ts +12 -0
- package/types/dictionary/segment-fields/rx1-segment.enum.d.ts +27 -0
- package/types/dictionary/segment-fields/rxa-segment.enum.d.ts +30 -0
- package/types/dictionary/segment-fields/rxc-segment.enum.d.ts +11 -0
- package/types/dictionary/segment-fields/rxd-segment.enum.d.ts +36 -0
- package/types/dictionary/segment-fields/rxe-segment.enum.d.ts +47 -0
- package/types/dictionary/segment-fields/rxg-segment.enum.d.ts +32 -0
- package/types/dictionary/segment-fields/rxo-segment.enum.d.ts +38 -0
- package/types/dictionary/segment-fields/rxr-segment.enum.d.ts +8 -0
- package/types/dictionary/segment-fields/sac-segment.enum.d.ts +46 -0
- package/types/dictionary/segment-fields/scd-segment.enum.d.ts +39 -0
- package/types/dictionary/segment-fields/sch-segment.enum.d.ts +29 -0
- package/types/dictionary/segment-fields/scp-segment.enum.d.ts +10 -0
- package/types/dictionary/segment-fields/sdd-segment.enum.d.ts +9 -0
- package/types/dictionary/segment-fields/sft-segment.enum.d.ts +8 -0
- package/types/dictionary/segment-fields/shp-segment.enum.d.ts +13 -0
- package/types/dictionary/segment-fields/sid-segment.enum.d.ts +6 -0
- package/types/dictionary/segment-fields/slt-segment.enum.d.ts +7 -0
- package/types/dictionary/segment-fields/spm-segment.enum.d.ts +34 -0
- package/types/dictionary/segment-fields/spr-segment.enum.d.ts +6 -0
- package/types/dictionary/segment-fields/stf-segment.enum.d.ts +43 -0
- package/types/dictionary/segment-fields/stz-segment.enum.d.ts +6 -0
- package/types/dictionary/segment-fields/tcc-segment.enum.d.ts +16 -0
- package/types/dictionary/segment-fields/tcd-segment.enum.d.ts +10 -0
- package/types/dictionary/segment-fields/tq1-segment.enum.d.ts +16 -0
- package/types/dictionary/segment-fields/tq2-segment.enum.d.ts +12 -0
- package/types/dictionary/segment-fields/txa-segment.enum.d.ts +28 -0
- package/types/dictionary/segment-fields/uac-segment.enum.d.ts +4 -0
- package/types/dictionary/segment-fields/ub1-segment.enum.d.ts +25 -0
- package/types/dictionary/segment-fields/ub2-segment.enum.d.ts +19 -0
- package/types/dictionary/segment-fields/urd-segment.enum.d.ts +9 -0
- package/types/dictionary/segment-fields/urs-segment.enum.d.ts +11 -0
- package/types/dictionary/segment-fields/var-segment.enum.d.ts +8 -0
- package/types/dictionary/segment-fields/vnd-segment.enum.d.ts +7 -0
- package/types/dictionary/segment-fields/vtq-segment.enum.d.ts +7 -0
- package/types/dictionary/tables/acknowledgment-code.enum.d.ts +25 -0
- package/types/dictionary/tables/index.d.ts +1 -0
- package/types/dictionary/type-fields/ad-type.enum.d.ts +10 -0
- package/types/dictionary/type-fields/aui-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/ccd-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/ccp-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/cd-type.enum.d.ts +8 -0
- package/types/dictionary/type-fields/ce-type.enum.d.ts +8 -0
- package/types/dictionary/type-fields/cf-type.enum.d.ts +24 -0
- package/types/dictionary/type-fields/ck-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/ck_account_no-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/cm_abs_range-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/cm_aui-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/cm_batch_total-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_ccd-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_ccp-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/cm_cd_electrode-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_csu-type.enum.d.ts +9 -0
- package/types/dictionary/type-fields/cm_ddi-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/cm_din-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_dld-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_dlt-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/cm_dtn-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_eip-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_eld-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/cm_filler-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_finance-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_group_id-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_internal_location-type.enum.d.ts +10 -0
- package/types/dictionary/type-fields/cm_job_code-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_la1-type.enum.d.ts +18 -0
- package/types/dictionary/type-fields/cm_license_no-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_mdv-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_moc-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_msg-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_ndl-type.enum.d.ts +13 -0
- package/types/dictionary/type-fields/cm_ocd-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_osd-type.enum.d.ts +13 -0
- package/types/dictionary/type-fields/cm_osp-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/cm_parent_result-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/cm_pat_id-type.enum.d.ts +7 -0
- package/types/dictionary/type-fields/cm_pat_id_0192-type.enum.d.ts +7 -0
- package/types/dictionary/type-fields/cm_pcf-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/cm_pen-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_pi-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/cm_pip-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/cm_placer-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_pln-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/cm_position-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/cm_practitioner-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_prl-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/cm_pta-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/cm_range-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_rfr-type.enum.d.ts +9 -0
- package/types/dictionary/type-fields/cm_ri-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_rmc-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/cm_spd-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/cm_sps-type.enum.d.ts +8 -0
- package/types/dictionary/type-fields/cm_uvc-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_vr-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cm_wvi-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cn-type.enum.d.ts +15 -0
- package/types/dictionary/type-fields/cn_person-type.enum.d.ts +10 -0
- package/types/dictionary/type-fields/cne-type.enum.d.ts +24 -0
- package/types/dictionary/type-fields/cnn-type.enum.d.ts +13 -0
- package/types/dictionary/type-fields/cns-type.enum.d.ts +13 -0
- package/types/dictionary/type-fields/cp-type.enum.d.ts +8 -0
- package/types/dictionary/type-fields/cq-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/cq_quantity-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/csu-type.enum.d.ts +25 -0
- package/types/dictionary/type-fields/cwe-type.enum.d.ts +24 -0
- package/types/dictionary/type-fields/cx-type.enum.d.ts +14 -0
- package/types/dictionary/type-fields/ddi-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/din-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/dld-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/dln-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/dlt-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/dr-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/dtn-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/ed-type.enum.d.ts +7 -0
- package/types/dictionary/type-fields/ei-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/eip-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/eld-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/erl-type.enum.d.ts +8 -0
- package/types/dictionary/type-fields/fc-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/fn-type.enum.d.ts +7 -0
- package/types/dictionary/type-fields/hd-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/icd-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/index.d.ts +137 -0
- package/types/dictionary/type-fields/jcc-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/la1-type.enum.d.ts +11 -0
- package/types/dictionary/type-fields/la2-type.enum.d.ts +18 -0
- package/types/dictionary/type-fields/ma-type.enum.d.ts +12 -0
- package/types/dictionary/type-fields/mo-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/moc-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/mop-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/msg-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/na-type.enum.d.ts +12 -0
- package/types/dictionary/type-fields/ndl-type.enum.d.ts +13 -0
- package/types/dictionary/type-fields/nr-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/ocd-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/osd-type.enum.d.ts +13 -0
- package/types/dictionary/type-fields/osp-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/pcf-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/pi-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/pip-type.enum.d.ts +7 -0
- package/types/dictionary/type-fields/pl-type.enum.d.ts +13 -0
- package/types/dictionary/type-fields/pln-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/pn-type.enum.d.ts +8 -0
- package/types/dictionary/type-fields/ppn-type.enum.d.ts +28 -0
- package/types/dictionary/type-fields/prl-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/pt-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/pta-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/qip-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/qsc-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/rcd-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/rfr-type.enum.d.ts +9 -0
- package/types/dictionary/type-fields/ri-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/rmc-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/rp-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/rpt-type.enum.d.ts +13 -0
- package/types/dictionary/type-fields/sad-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/scv-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/sn-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/spd-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/sps-type.enum.d.ts +9 -0
- package/types/dictionary/type-fields/srt-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/tq-type.enum.d.ts +14 -0
- package/types/dictionary/type-fields/ts-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/uvc-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/vh-type.enum.d.ts +6 -0
- package/types/dictionary/type-fields/vid-type.enum.d.ts +5 -0
- package/types/dictionary/type-fields/vr-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/wvi-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/wvs-type.enum.d.ts +4 -0
- package/types/dictionary/type-fields/xad-type.enum.d.ts +25 -0
- package/types/dictionary/type-fields/xcn-type.enum.d.ts +27 -0
- package/types/dictionary/type-fields/xon-type.enum.d.ts +12 -0
- package/types/dictionary/type-fields/xpn-type.enum.d.ts +17 -0
- package/types/dictionary/type-fields/xtn-type.enum.d.ts +20 -0
- package/types/hl7-component.d.ts +33 -0
- package/types/hl7-dictionary.d.ts +19 -0
- package/types/hl7-error.d.ts +27 -0
- package/types/hl7-field.d.ts +31 -0
- package/types/hl7-message.d.ts +43 -0
- package/types/hl7-repetition.d.ts +23 -0
- package/types/hl7-segment.d.ts +25 -0
- package/types/hl7-sub-component.d.ts +24 -0
- package/types/index.d.cts +13 -0
- package/types/index.d.ts +13 -0
- package/types/interfaces/dictionary.types.d.ts +24 -0
- package/types/interfaces/index.d.ts +2 -0
- package/types/interfaces/version.enum.d.ts +14 -0
- package/types/utils/hl7-date.d.ts +6 -0
- package/types/utils/hl7-escape.d.ts +3 -0
- package/index.js +0 -40
- package/lib/HL7Field.js +0 -179
- package/lib/HL7FieldData.js +0 -163
- package/lib/HL7Message.js +0 -185
- package/lib/HL7Segment.js +0 -187
- package/lib/ParseError.js +0 -12
- package/lib/dictionary/2.1/fields.js +0 -269
- package/lib/dictionary/2.1/index.js +0 -4
- package/lib/dictionary/2.1/segments.js +0 -3363
- package/lib/dictionary/2.2/fields.js +0 -1425
- package/lib/dictionary/2.2/index.js +0 -4
- package/lib/dictionary/2.2/segments.js +0 -5828
- package/lib/dictionary/2.3/fields.js +0 -2500
- package/lib/dictionary/2.3/index.js +0 -4
- package/lib/dictionary/2.3/segments.js +0 -11295
- package/lib/dictionary/2.3.1/fields.js +0 -2768
- package/lib/dictionary/2.3.1/index.js +0 -4
- package/lib/dictionary/2.3.1/segments.js +0 -11352
- package/lib/dictionary/2.4/fields.js +0 -2898
- package/lib/dictionary/2.4/index.js +0 -4
- package/lib/dictionary/2.4/segments.js +0 -13966
- package/lib/dictionary/2.5/fields.js +0 -3636
- package/lib/dictionary/2.5/index.js +0 -4
- package/lib/dictionary/2.5/segments.js +0 -15916
- package/lib/dictionary/2.5.1/fields.js +0 -3636
- package/lib/dictionary/2.5.1/index.js +0 -4
- package/lib/dictionary/2.5.1/segments.js +0 -15969
- package/lib/dictionary/2.6/fields.js +0 -3746
- package/lib/dictionary/2.6/index.js +0 -4
- package/lib/dictionary/2.6/segments.js +0 -18890
- package/lib/dictionary/2.7/fields.js +0 -3669
- package/lib/dictionary/2.7/index.js +0 -4
- package/lib/dictionary/2.7/segments.js +0 -17066
- package/lib/dictionary/2.7.1/fields.js +0 -3669
- package/lib/dictionary/2.7.1/index.js +0 -4
- package/lib/dictionary/2.7.1/segments.js +0 -17066
- package/lib/exchange/HL7Client.js +0 -354
- package/lib/exchange/HL7MessageRouter.js +0 -76
- package/lib/exchange/HL7ProtocolBuffer.js +0 -87
- package/lib/exchange/HL7Server.js +0 -370
- package/lib/helpers.js +0 -195
- package/lib/types.js +0 -32
package/README.md
CHANGED
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
# HL7v2
|
|
2
|
+
|
|
2
3
|
[![NPM Version][npm-image]][npm-url]
|
|
3
4
|
[![NPM Downloads][downloads-image]][downloads-url]
|
|
4
|
-
[![
|
|
5
|
+
[![CI Tests][ci-test-image]][ci-test-url]
|
|
5
6
|
[![Test Coverage][coveralls-image]][coveralls-url]
|
|
6
7
|
|
|
7
|
-
[![Dependencies][dependencies-image]][dependencies-url]
|
|
8
|
-
[![DevDependencies][devdependencies-image]][devdependencies-url]
|
|
9
|
-
[![Package Quality][quality-image]][quality-url]
|
|
10
|
-
|
|
11
|
-
|
|
12
8
|
## About
|
|
13
9
|
|
|
14
|
-
HL7 v2 parser, serializer
|
|
15
|
-
|
|
10
|
+
HL7 v2.x parser, serializer and validator
|
|
16
11
|
|
|
17
12
|
## Installation
|
|
18
13
|
|
|
@@ -22,29 +17,40 @@ $ npm install hl7v2 --save
|
|
|
22
17
|
|
|
23
18
|
## Node Compatibility
|
|
24
19
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
## Change log
|
|
28
|
-
|
|
29
|
-
To see changelog click [here](https://github.com/panates/hl7v2/commits/master)
|
|
20
|
+
- node >= 18.x
|
|
30
21
|
|
|
31
|
-
|
|
32
22
|
### License
|
|
23
|
+
|
|
33
24
|
HL7v2 is available under [MIT](LICENSE) license.
|
|
34
25
|
|
|
35
26
|
[npm-image]: https://img.shields.io/npm/v/hl7v2.svg
|
|
27
|
+
|
|
36
28
|
[npm-url]: https://npmjs.org/package/hl7v2
|
|
37
|
-
|
|
38
|
-
[
|
|
29
|
+
|
|
30
|
+
[ci-test-image]: https://github.com/panates/hl7v2/actions/workflows/test.yml/badge.svg
|
|
31
|
+
|
|
32
|
+
[ci-test-url]: https://github.com/panates/hl7v2/actions/workflows/test.yml
|
|
33
|
+
|
|
39
34
|
[coveralls-image]: https://img.shields.io/coveralls/panates/hl7v2/master.svg
|
|
35
|
+
|
|
40
36
|
[coveralls-url]: https://coveralls.io/r/panates/hl7v2
|
|
37
|
+
|
|
41
38
|
[downloads-image]: https://img.shields.io/npm/dm/hl7v2.svg
|
|
39
|
+
|
|
42
40
|
[downloads-url]: https://npmjs.org/package/hl7v2
|
|
41
|
+
|
|
43
42
|
[gitter-image]: https://badges.gitter.im/panates/hl7v2.svg
|
|
43
|
+
|
|
44
44
|
[gitter-url]: https://gitter.im/panates/hl7v2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
|
45
|
+
|
|
45
46
|
[dependencies-image]: https://david-dm.org/panates/hl7v2/status.svg
|
|
47
|
+
|
|
46
48
|
[dependencies-url]:https://david-dm.org/panates/hl7v2
|
|
49
|
+
|
|
47
50
|
[devdependencies-image]: https://david-dm.org/panates/hl7v2/dev-status.svg
|
|
51
|
+
|
|
48
52
|
[devdependencies-url]:https://david-dm.org/panates/hl7v2?type=dev
|
|
53
|
+
|
|
49
54
|
[quality-image]: http://npm.packagequality.com/shield/hl7v2.png
|
|
55
|
+
|
|
50
56
|
[quality-url]: http://packagequality.com/#?package=hl7v2
|
package/cjs/constants.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FS = exports.VT = exports.LF = exports.CR = exports.SUBCOMPONENT_SEPARATOR = exports.ESCAPE_CHARACTER = exports.REPETITION_SEPARATOR = exports.COMPONENT_SEPARATOR = exports.FIELD_SEPARATOR = void 0;
|
|
4
|
+
exports.FIELD_SEPARATOR = '|';
|
|
5
|
+
exports.COMPONENT_SEPARATOR = '^';
|
|
6
|
+
exports.REPETITION_SEPARATOR = '~';
|
|
7
|
+
exports.ESCAPE_CHARACTER = '\\';
|
|
8
|
+
exports.SUBCOMPONENT_SEPARATOR = '&';
|
|
9
|
+
exports.CR = '\x0D';
|
|
10
|
+
exports.LF = '\x0A';
|
|
11
|
+
exports.VT = '\x0B';
|
|
12
|
+
exports.FS = '\x1C';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const hl7_dictionary_js_1 = require("../../hl7-dictionary.js");
|
|
5
|
+
const index_js_1 = require("../../interfaces/index.js");
|
|
6
|
+
const segments = tslib_1.__importStar(require("./segments/index.js"));
|
|
7
|
+
const types = tslib_1.__importStar(require("./types/index.js"));
|
|
8
|
+
const dict = new hl7_dictionary_js_1.HL7Dictionary({
|
|
9
|
+
version: index_js_1.HL7Version.v2_1,
|
|
10
|
+
segments,
|
|
11
|
+
types,
|
|
12
|
+
});
|
|
13
|
+
exports.default = dict;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const valgen_1 = require("valgen");
|
|
5
|
+
const hl7_date_js_1 = require("../../utils/hl7-date.js");
|
|
6
|
+
const dictionary_js_1 = tslib_1.__importDefault(require("./dictionary.js"));
|
|
7
|
+
dictionary_js_1.default.overwriteTypes({
|
|
8
|
+
DT: {
|
|
9
|
+
decode: hl7_date_js_1.decodeHL7Date,
|
|
10
|
+
encode: hl7_date_js_1.encodeHL7Date,
|
|
11
|
+
},
|
|
12
|
+
NM: {
|
|
13
|
+
decode: valgen_1.toNumber,
|
|
14
|
+
},
|
|
15
|
+
SI: {
|
|
16
|
+
decode: valgen_1.toInteger,
|
|
17
|
+
},
|
|
18
|
+
TS: {
|
|
19
|
+
fields: {
|
|
20
|
+
'1': {
|
|
21
|
+
decode: hl7_date_js_1.decodeHL7DateTime,
|
|
22
|
+
encode: hl7_date_js_1.encodeHL7DateTime,
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
TM: {
|
|
27
|
+
decode: hl7_date_js_1.decodeHL7Time,
|
|
28
|
+
encode: hl7_date_js_1.encodeHL7Time,
|
|
29
|
+
},
|
|
30
|
+
});
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ACC = void 0;
|
|
4
|
+
exports.ACC = {
|
|
5
|
+
desc: 'Accident',
|
|
6
|
+
fields: {
|
|
7
|
+
'1': {
|
|
8
|
+
type: 'TS',
|
|
9
|
+
desc: 'Accident date/time',
|
|
10
|
+
opt: 'O',
|
|
11
|
+
rep: 1,
|
|
12
|
+
len: 19,
|
|
13
|
+
},
|
|
14
|
+
'2': {
|
|
15
|
+
type: 'ID',
|
|
16
|
+
desc: 'Accident code',
|
|
17
|
+
opt: 'O',
|
|
18
|
+
rep: 1,
|
|
19
|
+
len: 2,
|
|
20
|
+
table: 50,
|
|
21
|
+
},
|
|
22
|
+
'3': {
|
|
23
|
+
type: 'ST',
|
|
24
|
+
desc: 'Accident location',
|
|
25
|
+
opt: 'O',
|
|
26
|
+
rep: 1,
|
|
27
|
+
len: 25,
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ADD = void 0;
|
|
4
|
+
exports.ADD = {
|
|
5
|
+
desc: 'Addendum',
|
|
6
|
+
fields: {
|
|
7
|
+
'1': {
|
|
8
|
+
type: 'ST',
|
|
9
|
+
desc: 'Addendum continuation pointer',
|
|
10
|
+
opt: 'O',
|
|
11
|
+
rep: 1,
|
|
12
|
+
len: 60,
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
};
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BHS = void 0;
|
|
4
|
+
exports.BHS = {
|
|
5
|
+
desc: 'Batch header',
|
|
6
|
+
fields: {
|
|
7
|
+
'1': {
|
|
8
|
+
type: 'ST',
|
|
9
|
+
desc: 'Batch field separator',
|
|
10
|
+
opt: 'R',
|
|
11
|
+
rep: 1,
|
|
12
|
+
len: 1,
|
|
13
|
+
},
|
|
14
|
+
'2': {
|
|
15
|
+
type: 'ST',
|
|
16
|
+
desc: 'Batch encoding characters',
|
|
17
|
+
opt: 'R',
|
|
18
|
+
rep: 1,
|
|
19
|
+
len: 4,
|
|
20
|
+
},
|
|
21
|
+
'3': {
|
|
22
|
+
type: 'ST',
|
|
23
|
+
desc: 'Batch sending application',
|
|
24
|
+
opt: 'O',
|
|
25
|
+
rep: 1,
|
|
26
|
+
len: 15,
|
|
27
|
+
},
|
|
28
|
+
'4': {
|
|
29
|
+
type: 'ST',
|
|
30
|
+
desc: 'Batch sending facility',
|
|
31
|
+
opt: 'O',
|
|
32
|
+
rep: 1,
|
|
33
|
+
len: 20,
|
|
34
|
+
},
|
|
35
|
+
'5': {
|
|
36
|
+
type: 'ST',
|
|
37
|
+
desc: 'Batch receiving application',
|
|
38
|
+
opt: 'O',
|
|
39
|
+
rep: 1,
|
|
40
|
+
len: 15,
|
|
41
|
+
},
|
|
42
|
+
'6': {
|
|
43
|
+
type: 'ST',
|
|
44
|
+
desc: 'Batch receiving facility',
|
|
45
|
+
opt: 'O',
|
|
46
|
+
rep: 1,
|
|
47
|
+
len: 20,
|
|
48
|
+
},
|
|
49
|
+
'7': {
|
|
50
|
+
type: 'TS',
|
|
51
|
+
desc: 'Batch creation date/time',
|
|
52
|
+
opt: 'O',
|
|
53
|
+
rep: 1,
|
|
54
|
+
len: 19,
|
|
55
|
+
},
|
|
56
|
+
'8': {
|
|
57
|
+
type: 'ST',
|
|
58
|
+
desc: 'Batch security',
|
|
59
|
+
opt: 'O',
|
|
60
|
+
rep: 1,
|
|
61
|
+
len: 40,
|
|
62
|
+
},
|
|
63
|
+
'9': {
|
|
64
|
+
type: 'ST',
|
|
65
|
+
desc: 'Batch name/id/type',
|
|
66
|
+
opt: 'O',
|
|
67
|
+
rep: 1,
|
|
68
|
+
len: 20,
|
|
69
|
+
},
|
|
70
|
+
'10': {
|
|
71
|
+
type: 'ST',
|
|
72
|
+
desc: 'Batch comment',
|
|
73
|
+
opt: 'O',
|
|
74
|
+
rep: 1,
|
|
75
|
+
len: 80,
|
|
76
|
+
},
|
|
77
|
+
'11': {
|
|
78
|
+
type: 'ST',
|
|
79
|
+
desc: 'Batch control id',
|
|
80
|
+
opt: 'O',
|
|
81
|
+
rep: 1,
|
|
82
|
+
len: 20,
|
|
83
|
+
},
|
|
84
|
+
'12': {
|
|
85
|
+
type: 'ST',
|
|
86
|
+
desc: 'Reference batch control id',
|
|
87
|
+
opt: 'O',
|
|
88
|
+
rep: 1,
|
|
89
|
+
len: 20,
|
|
90
|
+
},
|
|
91
|
+
},
|
|
92
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BLG = void 0;
|
|
4
|
+
exports.BLG = {
|
|
5
|
+
desc: 'Billing',
|
|
6
|
+
fields: {
|
|
7
|
+
'1': {
|
|
8
|
+
type: 'CM',
|
|
9
|
+
desc: 'When to charge',
|
|
10
|
+
opt: 'O',
|
|
11
|
+
rep: 1,
|
|
12
|
+
len: 15,
|
|
13
|
+
},
|
|
14
|
+
'2': {
|
|
15
|
+
type: 'ID',
|
|
16
|
+
desc: 'Charge type',
|
|
17
|
+
opt: 'O',
|
|
18
|
+
rep: 1,
|
|
19
|
+
len: 50,
|
|
20
|
+
table: 122,
|
|
21
|
+
},
|
|
22
|
+
'3': {
|
|
23
|
+
type: 'CM',
|
|
24
|
+
desc: 'Account id',
|
|
25
|
+
opt: 'O',
|
|
26
|
+
rep: 1,
|
|
27
|
+
len: 100,
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BTS = void 0;
|
|
4
|
+
exports.BTS = {
|
|
5
|
+
desc: 'Batch trailer',
|
|
6
|
+
fields: {
|
|
7
|
+
'1': {
|
|
8
|
+
type: 'ST',
|
|
9
|
+
desc: 'Batch message count',
|
|
10
|
+
opt: 'O',
|
|
11
|
+
rep: 1,
|
|
12
|
+
len: 10,
|
|
13
|
+
},
|
|
14
|
+
'2': {
|
|
15
|
+
type: 'ST',
|
|
16
|
+
desc: 'Batch comment',
|
|
17
|
+
opt: 'O',
|
|
18
|
+
rep: 1,
|
|
19
|
+
len: 80,
|
|
20
|
+
},
|
|
21
|
+
'3': {
|
|
22
|
+
type: 'CM',
|
|
23
|
+
desc: 'Batch totals',
|
|
24
|
+
opt: 'O',
|
|
25
|
+
rep: 1,
|
|
26
|
+
len: 100,
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
};
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DG1 = void 0;
|
|
4
|
+
exports.DG1 = {
|
|
5
|
+
desc: 'Diagnosis',
|
|
6
|
+
fields: {
|
|
7
|
+
'1': {
|
|
8
|
+
type: 'SI',
|
|
9
|
+
desc: 'Set id - diagnosis',
|
|
10
|
+
opt: 'R',
|
|
11
|
+
rep: 1,
|
|
12
|
+
len: 4,
|
|
13
|
+
},
|
|
14
|
+
'2': {
|
|
15
|
+
type: 'ID',
|
|
16
|
+
desc: 'Diagnosis coding method',
|
|
17
|
+
opt: 'R',
|
|
18
|
+
rep: 1,
|
|
19
|
+
len: 2,
|
|
20
|
+
table: 53,
|
|
21
|
+
},
|
|
22
|
+
'3': {
|
|
23
|
+
type: 'ID',
|
|
24
|
+
desc: 'Diagnosis code',
|
|
25
|
+
opt: 'O',
|
|
26
|
+
rep: 1,
|
|
27
|
+
len: 8,
|
|
28
|
+
table: 51,
|
|
29
|
+
},
|
|
30
|
+
'4': {
|
|
31
|
+
type: 'ST',
|
|
32
|
+
desc: 'Diagnosis description',
|
|
33
|
+
opt: 'O',
|
|
34
|
+
rep: 1,
|
|
35
|
+
len: 40,
|
|
36
|
+
},
|
|
37
|
+
'5': {
|
|
38
|
+
type: 'TS',
|
|
39
|
+
desc: 'Diagnosis date/time',
|
|
40
|
+
opt: 'O',
|
|
41
|
+
rep: 1,
|
|
42
|
+
len: 19,
|
|
43
|
+
},
|
|
44
|
+
'6': {
|
|
45
|
+
type: 'ID',
|
|
46
|
+
desc: 'Diagnosis/drg type',
|
|
47
|
+
opt: 'R',
|
|
48
|
+
rep: 1,
|
|
49
|
+
len: 2,
|
|
50
|
+
table: 52,
|
|
51
|
+
},
|
|
52
|
+
'7': {
|
|
53
|
+
type: 'ST',
|
|
54
|
+
desc: 'Major diagnostic category',
|
|
55
|
+
opt: 'O',
|
|
56
|
+
rep: 1,
|
|
57
|
+
len: 4,
|
|
58
|
+
},
|
|
59
|
+
'8': {
|
|
60
|
+
type: 'ID',
|
|
61
|
+
desc: 'Diagnostic related group',
|
|
62
|
+
opt: 'O',
|
|
63
|
+
rep: 1,
|
|
64
|
+
len: 4,
|
|
65
|
+
table: 55,
|
|
66
|
+
},
|
|
67
|
+
'9': {
|
|
68
|
+
type: 'ID',
|
|
69
|
+
desc: 'Drg approval indicator',
|
|
70
|
+
opt: 'O',
|
|
71
|
+
rep: 1,
|
|
72
|
+
len: 2,
|
|
73
|
+
},
|
|
74
|
+
'10': {
|
|
75
|
+
type: 'ID',
|
|
76
|
+
desc: 'Drg grouper review code',
|
|
77
|
+
opt: 'O',
|
|
78
|
+
rep: 1,
|
|
79
|
+
len: 2,
|
|
80
|
+
table: 56,
|
|
81
|
+
},
|
|
82
|
+
'11': {
|
|
83
|
+
type: 'ID',
|
|
84
|
+
desc: 'Outlier type',
|
|
85
|
+
opt: 'O',
|
|
86
|
+
rep: 1,
|
|
87
|
+
len: 2,
|
|
88
|
+
table: 83,
|
|
89
|
+
},
|
|
90
|
+
'12': {
|
|
91
|
+
type: 'NM',
|
|
92
|
+
desc: 'Outlier days',
|
|
93
|
+
opt: 'O',
|
|
94
|
+
rep: 1,
|
|
95
|
+
len: 3,
|
|
96
|
+
},
|
|
97
|
+
'13': {
|
|
98
|
+
type: 'NM',
|
|
99
|
+
desc: 'Outlier cost',
|
|
100
|
+
opt: 'O',
|
|
101
|
+
rep: 1,
|
|
102
|
+
len: 12,
|
|
103
|
+
},
|
|
104
|
+
'14': {
|
|
105
|
+
type: 'ST',
|
|
106
|
+
desc: 'Grouper version and type',
|
|
107
|
+
opt: 'O',
|
|
108
|
+
rep: 1,
|
|
109
|
+
len: 4,
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DSC = void 0;
|
|
4
|
+
exports.DSC = {
|
|
5
|
+
desc: 'Continuation pointer',
|
|
6
|
+
fields: {
|
|
7
|
+
'1': {
|
|
8
|
+
type: 'ST',
|
|
9
|
+
desc: 'Continuation pointer',
|
|
10
|
+
opt: 'O',
|
|
11
|
+
rep: 1,
|
|
12
|
+
len: 60,
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DSP = void 0;
|
|
4
|
+
exports.DSP = {
|
|
5
|
+
desc: 'Display data',
|
|
6
|
+
fields: {
|
|
7
|
+
'1': {
|
|
8
|
+
type: 'SI',
|
|
9
|
+
desc: 'Set id - display data',
|
|
10
|
+
opt: 'O',
|
|
11
|
+
rep: 1,
|
|
12
|
+
len: 4,
|
|
13
|
+
},
|
|
14
|
+
'2': {
|
|
15
|
+
type: 'SI',
|
|
16
|
+
desc: 'Display level',
|
|
17
|
+
opt: 'O',
|
|
18
|
+
rep: 1,
|
|
19
|
+
len: 4,
|
|
20
|
+
},
|
|
21
|
+
'3': {
|
|
22
|
+
type: 'TX',
|
|
23
|
+
desc: 'Data line',
|
|
24
|
+
opt: 'R',
|
|
25
|
+
rep: 1,
|
|
26
|
+
len: 300,
|
|
27
|
+
},
|
|
28
|
+
'4': {
|
|
29
|
+
type: 'ST',
|
|
30
|
+
desc: 'Logical break point',
|
|
31
|
+
opt: 'O',
|
|
32
|
+
rep: 1,
|
|
33
|
+
len: 2,
|
|
34
|
+
},
|
|
35
|
+
'5': {
|
|
36
|
+
type: 'TX',
|
|
37
|
+
desc: 'Result id',
|
|
38
|
+
opt: 'O',
|
|
39
|
+
rep: 1,
|
|
40
|
+
len: 20,
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ERR = void 0;
|
|
4
|
+
exports.ERR = {
|
|
5
|
+
desc: 'Error',
|
|
6
|
+
fields: {
|
|
7
|
+
'1': {
|
|
8
|
+
type: 'ID',
|
|
9
|
+
desc: 'Error code and location',
|
|
10
|
+
opt: 'R',
|
|
11
|
+
rep: 'infinite',
|
|
12
|
+
len: 80,
|
|
13
|
+
table: 60,
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EVN = void 0;
|
|
4
|
+
exports.EVN = {
|
|
5
|
+
desc: 'Event type',
|
|
6
|
+
fields: {
|
|
7
|
+
'1': {
|
|
8
|
+
type: 'ID',
|
|
9
|
+
desc: 'Event type code',
|
|
10
|
+
opt: 'R',
|
|
11
|
+
rep: 1,
|
|
12
|
+
len: 3,
|
|
13
|
+
table: 3,
|
|
14
|
+
},
|
|
15
|
+
'2': {
|
|
16
|
+
type: 'TS',
|
|
17
|
+
desc: 'Date/time of event',
|
|
18
|
+
opt: 'R',
|
|
19
|
+
rep: 1,
|
|
20
|
+
len: 19,
|
|
21
|
+
},
|
|
22
|
+
'3': {
|
|
23
|
+
type: 'TS',
|
|
24
|
+
desc: 'Date/time planned event',
|
|
25
|
+
opt: 'O',
|
|
26
|
+
rep: 1,
|
|
27
|
+
len: 19,
|
|
28
|
+
},
|
|
29
|
+
'4': {
|
|
30
|
+
type: 'ID',
|
|
31
|
+
desc: 'Event reason code',
|
|
32
|
+
opt: 'O',
|
|
33
|
+
rep: 1,
|
|
34
|
+
len: 3,
|
|
35
|
+
table: 62,
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
};
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FHS = void 0;
|
|
4
|
+
exports.FHS = {
|
|
5
|
+
desc: 'File header',
|
|
6
|
+
fields: {
|
|
7
|
+
'1': {
|
|
8
|
+
type: 'ST',
|
|
9
|
+
desc: 'File field separator',
|
|
10
|
+
opt: 'R',
|
|
11
|
+
rep: 1,
|
|
12
|
+
len: 1,
|
|
13
|
+
},
|
|
14
|
+
'2': {
|
|
15
|
+
type: 'ST',
|
|
16
|
+
desc: 'File encoding characters',
|
|
17
|
+
opt: 'R',
|
|
18
|
+
rep: 1,
|
|
19
|
+
len: 4,
|
|
20
|
+
},
|
|
21
|
+
'3': {
|
|
22
|
+
type: 'ST',
|
|
23
|
+
desc: 'File sending application',
|
|
24
|
+
opt: 'O',
|
|
25
|
+
rep: 1,
|
|
26
|
+
len: 15,
|
|
27
|
+
},
|
|
28
|
+
'4': {
|
|
29
|
+
type: 'ST',
|
|
30
|
+
desc: 'File sending facility',
|
|
31
|
+
opt: 'O',
|
|
32
|
+
rep: 1,
|
|
33
|
+
len: 20,
|
|
34
|
+
},
|
|
35
|
+
'5': {
|
|
36
|
+
type: 'ST',
|
|
37
|
+
desc: 'File receiving application',
|
|
38
|
+
opt: 'O',
|
|
39
|
+
rep: 1,
|
|
40
|
+
len: 15,
|
|
41
|
+
},
|
|
42
|
+
'6': {
|
|
43
|
+
type: 'ST',
|
|
44
|
+
desc: 'File receiving facility',
|
|
45
|
+
opt: 'O',
|
|
46
|
+
rep: 1,
|
|
47
|
+
len: 20,
|
|
48
|
+
},
|
|
49
|
+
'7': {
|
|
50
|
+
type: 'TS',
|
|
51
|
+
desc: 'Date/time of file creation',
|
|
52
|
+
opt: 'O',
|
|
53
|
+
rep: 1,
|
|
54
|
+
len: 19,
|
|
55
|
+
},
|
|
56
|
+
'8': {
|
|
57
|
+
type: 'ST',
|
|
58
|
+
desc: 'File security',
|
|
59
|
+
opt: 'O',
|
|
60
|
+
rep: 1,
|
|
61
|
+
len: 40,
|
|
62
|
+
},
|
|
63
|
+
'9': {
|
|
64
|
+
type: 'ST',
|
|
65
|
+
desc: 'File name/id',
|
|
66
|
+
opt: 'O',
|
|
67
|
+
rep: 1,
|
|
68
|
+
len: 20,
|
|
69
|
+
},
|
|
70
|
+
'10': {
|
|
71
|
+
type: 'ST',
|
|
72
|
+
desc: 'File header comment',
|
|
73
|
+
opt: 'O',
|
|
74
|
+
rep: 1,
|
|
75
|
+
len: 80,
|
|
76
|
+
},
|
|
77
|
+
'11': {
|
|
78
|
+
type: 'ST',
|
|
79
|
+
desc: 'File control id',
|
|
80
|
+
opt: 'O',
|
|
81
|
+
rep: 1,
|
|
82
|
+
len: 20,
|
|
83
|
+
},
|
|
84
|
+
'12': {
|
|
85
|
+
type: 'ST',
|
|
86
|
+
desc: 'Reference file control id',
|
|
87
|
+
opt: 'O',
|
|
88
|
+
rep: 1,
|
|
89
|
+
len: 20,
|
|
90
|
+
},
|
|
91
|
+
},
|
|
92
|
+
};
|