edifact.d03a.services.mLREACT
Modules
edifact.d03a.services.mLREACT
edifact.d03a.services.mLRECLMedifact.d03a.services.mMEDPIDedifact.d03a.services.mMEDPREedifact.d03a.services.mMEDREQedifact.d03a.services.mMEDRPTedifact.d03a.services.mMEDRUCedifact.d03a.services.mMEQPOSedifact.d03a.services.mMOVINSedifact.d03a.services.mPAYDUCedifact.d03a.services.mRECLAMedifact.d03a.services.mREGENTedifact.d03a.services.mSLSFCTedifact.d03a.services.mSLSRPTedifact.d03a.services.mSOCADEedifact.d03a.services.mWKGRDCedifact.d03a.services.mWKGRREModule edifact.d03a.services.mLREACT
API
Definitions
ballerinax/edifact.d03a.services.mLREACT Ballerina library
Functions
fromEdiString
function fromEdiString(string ediText) returns EDI_LREACT_LREACT|errorConvert EDI string to Ballerina EDI_LREACT_LREACT record.
Parameters
- ediText string - EDI string to be converted
Return Type
- EDI_LREACT_LREACT|error - Ballerina record or error
fromEdiStringWithSchema
function fromEdiStringWithSchema(string ediText, EdiSchema schema) returns EDI_LREACT_LREACT|errorConvert EDI string to Ballerina EDI_LREACT_LREACT record with schema.
Return Type
- EDI_LREACT_LREACT|error - Ballerina record or error
getSchema
Get the EDI schema.
headersFromEdiString
function headersFromEdiString(string ediText) returns EDI_LREACT_LREACTHeaders|errorParse only the envelope header segments from the given EDI string.
Parameters
- ediText string - EDI string to parse
Return Type
- EDI_LREACT_LREACTHeaders|error - Parsed EDI_LREACT_LREACTHeaders record, or error if the headers are malformed
interchangeFromEdiString
function interchangeFromEdiString(string ediText) returns EDI_LREACT_LREACTInterchange|errorParse the full envelope hierarchy from the given EDI string. A malformed transaction body becomes an error in that transaction's body field.
Parameters
- ediText string - EDI string to parse
Return Type
- EDI_LREACT_LREACTInterchange|error - Parsed EDI_LREACT_LREACTInterchange, or error if the envelope is malformed
interchangeToEdiString
function interchangeToEdiString(EDI_LREACT_LREACTInterchange msg) returns string|errorSerialise a EDI_LREACT_LREACTInterchange into EDI text; the inverse of interchangeFromEdiString. A transaction whose body is an error is refused — filter or replace it before calling.
Parameters
- msg EDI_LREACT_LREACTInterchange - The interchange to serialise
toEdiString
function toEdiString(EDI_LREACT_LREACT data) returns string|errorConvert Ballerina EDI_LREACT_LREACT record to EDI string.
Parameters
- data EDI_LREACT_LREACT - Ballerina record to be converted
toEdiStringWithSchema
function toEdiStringWithSchema(EDI_LREACT_LREACT data, EdiSchema ediSchema) returns string|errorConvert Ballerina EDI_LREACT_LREACT record to EDI string with schema.
transformFromEdiString
Convert EDI string to Ballerina EDI_LREACT_LREACT record.
Parameters
- ediText string - EDI string to be converted
Return Type
- anydata|error - Ballerina record or error
transformHeadersFromEdiString
Convert EDI string to the envelope headers of EDI_LREACT_LREACT. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- anydata|error - EDI_LREACT_LREACTHeaders record boxed as anydata, or error
transformInterchangeFromEdiString
Convert EDI string to a EDI_LREACT_LREACTInterchange record. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- any|error - EDI_LREACT_LREACTInterchange record boxed as any, or error
transformInterchangeToEdiString
Convert a EDI_LREACT_LREACTInterchange record to EDI string.
Parameters
- content any - EDI_LREACT_LREACTInterchange record boxed as any
transformToEdiString
Convert Ballerina EDI_LREACT_LREACT record to EDI string.
Parameters
- content anydata - Ballerina record to be converted
Records
edifact.d03a.services.mLREACT: Agreement_identification_Type
Fields
- code string(default "AGR") -
- AGREEMENT_TYPE_IDENTIFICATION? AGREEMENT_TYPE_IDENTIFICATION_GType? -
- SERVICE_LAYER_CODE? string -
edifact.d03a.services.mLREACT: AGREEMENT_TYPE_IDENTIFICATION_GType
Fields
- Agreement_type_code_qualifier string -
- Agreement_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Agreement_type_description? string -
edifact.d03a.services.mLREACT: ATTRIBUTE_DETAIL_GType
Fields
- Attribute_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Attribute_description? string -
edifact.d03a.services.mLREACT: Attribute_Type
Fields
- code string(default "ATT") -
- ATTRIBUTE_FUNCTION_CODE_QUALIFIER? string -
- ATTRIBUTE_TYPE? ATTRIBUTE_TYPE_GType? -
- ATTRIBUTE_DETAIL ATTRIBUTE_DETAIL_GType[](default []) -
edifact.d03a.services.mLREACT: ATTRIBUTE_TYPE_GType
Fields
- Attribute_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Attribute_type_description? string -
edifact.d03a.services.mLREACT: Beginning_of_message_Type
Fields
- code string(default "BGM") -
- DOCUMENT_MESSAGE_NAME? DOCUMENT_MESSAGE_NAME_GType? -
- DOCUMENT_MESSAGE_IDENTIFICATION? DOCUMENT_MESSAGE_IDENTIFICATION_GType? -
- MESSAGE_FUNCTION_CODE? string -
- RESPONSE_TYPE_CODE? string -
edifact.d03a.services.mLREACT: Contact_information_Type
Fields
- code string(default "CTA") -
- CONTACT_FUNCTION_CODE? string -
- DEPARTMENT_OR_EMPLOYEE_DETAILS? DEPARTMENT_OR_EMPLOYEE_DETAILS_GType? -
edifact.d03a.services.mLREACT: Currencies_Type
Fields
- code string(default "CUX") -
- CURRENCY_DETAILS? CURRENCY_DETAILS_GType? -
- CURRENCY_DETAILS_1? CURRENCY_DETAILS_1_GType? -
- CURRENCY_EXCHANGE_RATE? int? -
- EXCHANGE_RATE_CURRENCY_MARKET_IDENTIFIER? string -
edifact.d03a.services.mLREACT: CURRENCY_DETAILS_1_GType
Fields
- Currency_usage_code_qualifier string -
- Currency_identification_code? string -
- Currency_type_code_qualifier? string -
- Currency_rate? int? -
edifact.d03a.services.mLREACT: CURRENCY_DETAILS_GType
Fields
- Currency_usage_code_qualifier string -
- Currency_identification_code? string -
- Currency_type_code_qualifier? string -
- Currency_rate? int? -
edifact.d03a.services.mLREACT: Date_and_time_GType
Fields
- date string -
- time string -
edifact.d03a.services.mLREACT: DATE_TIME_PERIOD_GType
Fields
- Date_or_time_or_period? string -
- Date_or_time_or_period_text? string -
- Date_or_time_or_period_format_code? string -
edifact.d03a.services.mLREACT: Date_time_period_Type
Fields
- code string(default "DTM") -
- DATE_TIME_PERIOD? DATE_TIME_PERIOD_GType? -
edifact.d03a.services.mLREACT: DEPARTMENT_OR_EMPLOYEE_DETAILS_GType
Fields
- Department_or_employee_name_code? string -
- Department_or_employee_name? string -
edifact.d03a.services.mLREACT: DOCUMENT_MESSAGE_IDENTIFICATION_GType
Fields
- Document_identifier? string -
- Version_identifier? string -
- Revision_identifier? string -
edifact.d03a.services.mLREACT: DOCUMENT_MESSAGE_NAME_GType
Fields
- Document_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Document_name? string -
edifact.d03a.services.mLREACT: EDI_LREACT_LREACT
Fields
- Beginning_of_message Beginning_of_message_Type -
- Date_time_period Date_time_period_Type -
- Currencies? Currencies_Type? -
- Contact_information Contact_information_Type[](default []) -
- Free_text? Free_text_Type? -
- group_1 Group_1_GType[](default []) -
edifact.d03a.services.mLREACT: EDI_LREACT_LREACTHeaders
Envelope headers of a EDI_LREACT_LREACT interchange.
Fields
- interchange EDI_LREACT_LREACTInterchangeHeader - Interchange header
- 'transaction EDI_LREACT_LREACTTransactionHeader - Transaction header
edifact.d03a.services.mLREACT: EDI_LREACT_LREACTInterchange
A parsed EDI_LREACT_LREACT interchange with its full envelope hierarchy.
Fields
- interchangeHeader EDI_LREACT_LREACTInterchangeHeader - Interchange header segment
- transactions EDI_LREACT_LREACTTransaction[] - Transactions in the interchange
- interchangeTrailer EDI_LREACT_LREACTInterchangeTrailer - Interchange trailer segment
edifact.d03a.services.mLREACT: EDI_LREACT_LREACTInterchangeHeader
Fields
- interchange_header Interchange_header_Type -
edifact.d03a.services.mLREACT: EDI_LREACT_LREACTInterchangeTrailer
Fields
- interchange_trailer Interchange_trailer_Type -
edifact.d03a.services.mLREACT: EDI_LREACT_LREACTTransaction
A single transaction within a EDI_LREACT_LREACT interchange.
Fields
- transactionHeader EDI_LREACT_LREACTTransactionHeader - Transaction header segment
- body EDI_LREACT_LREACT|error - Parsed EDI_LREACT_LREACT body, or the parse error when the body is malformed
- transactionTrailer EDI_LREACT_LREACTTransactionTrailer - Transaction trailer segment
edifact.d03a.services.mLREACT: EDI_LREACT_LREACTTransactionHeader
Fields
- Message_header Message_header_Type -
edifact.d03a.services.mLREACT: EDI_LREACT_LREACTTransactionTrailer
Fields
- Message_trailer Message_trailer_Type -
edifact.d03a.services.mLREACT: EMPLOYMENT_CATEGORY_GType
Fields
- Employment_category_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Employment_category_description? string -
edifact.d03a.services.mLREACT: Employment_details_Type
Fields
- code string(default "EMP") -
- EMPLOYMENT_DETAILS_CODE_QUALIFIER? string -
- EMPLOYMENT_CATEGORY? EMPLOYMENT_CATEGORY_GType? -
- OCCUPATION? OCCUPATION_GType? -
- QUALIFICATION_CLASSIFICATION? QUALIFICATION_CLASSIFICATION_GType? -
- JOB_TITLE_DESCRIPTION? string -
- QUALIFICATION_APPLICATION_AREA_CODE? string -
edifact.d03a.services.mLREACT: Free_text_Type
Fields
- code string(default "FTX") -
- TEXT_SUBJECT_CODE_QUALIFIER? string -
- FREE_TEXT_FUNCTION_CODE? string -
- TEXT_REFERENCE? TEXT_REFERENCE_GType? -
- TEXT_LITERAL? TEXT_LITERAL_GType? -
- LANGUAGE_NAME_CODE? string -
- FREE_TEXT_FORMAT_CODE? string -
edifact.d03a.services.mLREACT: Group_1_GType
Fields
- Processing_information Processing_information_Type -
- Reference Reference_Type[](default []) -
- Attribute Attribute_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Free_text? Free_text_Type? -
- group_2? Group_2_GType? -
- group_3? Group_3_GType? -
- group_4? Group_4_GType? -
edifact.d03a.services.mLREACT: Group_2_GType
Fields
- Item_description Item_description_Type -
- Place_location_identification Place_location_identification_Type[](default []) -
- Sequence_details? Sequence_details_Type? -
- Currencies? Currencies_Type? -
- Party_identification Party_identification_Type[](default []) -
edifact.d03a.services.mLREACT: Group_3_GType
Fields
- Percentage_details Percentage_details_Type -
- Party_identification? Party_identification_Type? -
- Place_location_identification? Place_location_identification_Type? -
edifact.d03a.services.mLREACT: Group_4_GType
Fields
- Insurance_cover_description Insurance_cover_description_Type -
- Percentage_details Percentage_details_Type[](default []) -
- Employment_details? Employment_details_Type? -
- Agreement_identification Agreement_identification_Type[](default []) -
- Place_location_identification? Place_location_identification_Type? -
- group_5 Group_5_GType[](default []) -
- group_6 Group_6_GType[](default []) -
- group_8 Group_8_GType[](default []) -
edifact.d03a.services.mLREACT: Group_5_GType
Fields
- Monetary_amount Monetary_amount_Type -
- Monetary_amount_function Monetary_amount_function_Type -
edifact.d03a.services.mLREACT: Group_6_GType
Fields
- Rate_details Rate_details_Type -
- Attribute? Attribute_Type? -
- Date_time_period? Date_time_period_Type? -
- group_7 Group_7_GType[](default []) -
edifact.d03a.services.mLREACT: Group_7_GType
Fields
- Monetary_amount Monetary_amount_Type -
- Monetary_amount_function Monetary_amount_function_Type -
edifact.d03a.services.mLREACT: Group_8_GType
Fields
- Process_identification Process_identification_Type -
- Attribute Attribute_Type[](default []) -
- Percentage_details? Percentage_details_Type? -
- group_9 Group_9_GType[](default []) -
edifact.d03a.services.mLREACT: Group_9_GType
Fields
- Monetary_amount Monetary_amount_Type -
- Monetary_amount_function Monetary_amount_function_Type -
edifact.d03a.services.mLREACT: IDENTIFICATION_NUMBER_GType
Fields
- Object_identifier string -
- Object_identification_code_qualifier? string -
- Status_description_code? string -
edifact.d03a.services.mLREACT: Insurance_cover_description_Type
Fields
- code string(default "ICD") -
- INSURANCE_COVER_TYPE? INSURANCE_COVER_TYPE_GType? -
- INSURANCE_COVER_DETAILS? INSURANCE_COVER_DETAILS_GType? -
edifact.d03a.services.mLREACT: INSURANCE_COVER_DETAILS_GType
Fields
- Insurance_cover_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Insurance_cover_description? string -
- Insurance_cover_description_4? string -
edifact.d03a.services.mLREACT: INSURANCE_COVER_TYPE_GType
Fields
- Insurance_cover_type_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mLREACT: Interchange_header_Type
Fields
- code string(default "UNB") -
- syntax_identifier Syntax_identifier_GType -
- sender Sender_GType -
- recipient Recipient_GType -
- date_and_time Date_and_time_GType -
- control_reference string -
- recipient_reference_password? Recipient_reference_password_GType? -
- application_reference? string -
- processing_priority_code? string -
- acknowledgement_request? string -
- communications_agreement_id? string -
- test_indicator? string -
edifact.d03a.services.mLREACT: Interchange_trailer_Type
Fields
- code string(default "UNZ") -
- interchange_control_count int -
- interchange_control_reference string -
edifact.d03a.services.mLREACT: ITEM_CHARACTERISTIC_GType
Fields
- Item_characteristic_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mLREACT: ITEM_DESCRIPTION_GType
Fields
- Item_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Item_description? string -
- Item_description_4? string -
- Language_name_code? string -
edifact.d03a.services.mLREACT: Item_description_Type
Fields
- code string(default "IMD") -
- DESCRIPTION_FORMAT_CODE? string -
- ITEM_CHARACTERISTIC? ITEM_CHARACTERISTIC_GType? -
- ITEM_DESCRIPTION? ITEM_DESCRIPTION_GType? -
- SURFACE_OR_LAYER_CODE? string -
edifact.d03a.services.mLREACT: LOCATION_IDENTIFICATION_GType
Fields
- Location_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Location_name? string -
edifact.d03a.services.mLREACT: Message_header_Type
Fields
- code string(default "UNH") -
- message_reference_number string -
- message_identifier Message_identifier_GType -
edifact.d03a.services.mLREACT: Message_identifier_GType
Fields
- message_type string -
- message_version_number string -
- message_release_number string -
- controlling_agency string -
- association_assigned_code? string -
- code_list_directory_version? string -
- message_type_sub_function? string -
edifact.d03a.services.mLREACT: Message_trailer_Type
Fields
- code string(default "UNT") -
- number_of_segments int -
- message_reference_number string -
edifact.d03a.services.mLREACT: MONETARY_AMOUNT_FUNCTION_DETAIL_GType
Fields
- Monetary_amount_function_detail_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Monetary_amount_function_detail_description? string -
edifact.d03a.services.mLREACT: MONETARY_AMOUNT_FUNCTION_GType
Fields
- Monetary_amount_function_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Monetary_amount_function_description? string -
edifact.d03a.services.mLREACT: Monetary_amount_function_Type
Fields
- code string(default "ARD") -
- MONETARY_AMOUNT_FUNCTION? MONETARY_AMOUNT_FUNCTION_GType? -
- MONETARY_AMOUNT_FUNCTION_DETAIL MONETARY_AMOUNT_FUNCTION_DETAIL_GType[](default []) -
edifact.d03a.services.mLREACT: MONETARY_AMOUNT_GType
Fields
- Monetary_amount_type_code_qualifier string -
- Monetary_amount? int? -
- Currency_identification_code? string -
- Currency_type_code_qualifier? string -
- Status_description_code? string -
edifact.d03a.services.mLREACT: Monetary_amount_Type
Fields
- code string(default "MOA") -
- MONETARY_AMOUNT? MONETARY_AMOUNT_GType? -
edifact.d03a.services.mLREACT: NAME_COMPONENT_DETAILS_6_GType
Fields
- Name_component_type_code_qualifier string -
- Name_component_description? string -
- Name_component_usage_code? string -
- Name_original_alphabet_code? string -
edifact.d03a.services.mLREACT: NAME_COMPONENT_DETAILS_7_GType
Fields
- Name_component_type_code_qualifier string -
- Name_component_description? string -
- Name_component_usage_code? string -
- Name_original_alphabet_code? string -
edifact.d03a.services.mLREACT: NAME_COMPONENT_DETAILS_8_GType
Fields
- Name_component_type_code_qualifier string -
- Name_component_description? string -
- Name_component_usage_code? string -
- Name_original_alphabet_code? string -
edifact.d03a.services.mLREACT: NAME_COMPONENT_DETAILS_9_GType
Fields
- Name_component_type_code_qualifier string -
- Name_component_description? string -
- Name_component_usage_code? string -
- Name_original_alphabet_code? string -
edifact.d03a.services.mLREACT: NAME_COMPONENT_DETAILS_GType
Fields
- Name_component_type_code_qualifier string -
- Name_component_description? string -
- Name_component_usage_code? string -
- Name_original_alphabet_code? string -
edifact.d03a.services.mLREACT: OCCUPATION_GType
Fields
- Occupation_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Occupation_description? string -
- Occupation_description_4? string -
edifact.d03a.services.mLREACT: PARTY_IDENTIFICATION_DETAILS_GType
Fields
- Party_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mLREACT: Party_identification_Type
Fields
- code string(default "PNA") -
- PARTY_FUNCTION_CODE_QUALIFIER? string -
- IDENTIFICATION_NUMBER? IDENTIFICATION_NUMBER_GType? -
- PARTY_IDENTIFICATION_DETAILS? PARTY_IDENTIFICATION_DETAILS_GType? -
- NAME_TYPE_CODE? string -
- NAME_STATUS_CODE? string -
- NAME_COMPONENT_DETAILS? NAME_COMPONENT_DETAILS_GType? -
- NAME_COMPONENT_DETAILS_6? NAME_COMPONENT_DETAILS_6_GType? -
- NAME_COMPONENT_DETAILS_7? NAME_COMPONENT_DETAILS_7_GType? -
- NAME_COMPONENT_DETAILS_8? NAME_COMPONENT_DETAILS_8_GType? -
- NAME_COMPONENT_DETAILS_9? NAME_COMPONENT_DETAILS_9_GType? -
edifact.d03a.services.mLREACT: PERCENTAGE_DETAILS_GType
Fields
- Percentage_type_code_qualifier string -
- Percentage? int? -
- Percentage_basis_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mLREACT: Percentage_details_Type
Fields
- code string(default "PCD") -
- PERCENTAGE_DETAILS? PERCENTAGE_DETAILS_GType? -
- STATUS_DESCRIPTION_CODE? string -
edifact.d03a.services.mLREACT: Place_location_identification_Type
Fields
- code string(default "LOC") -
- LOCATION_FUNCTION_CODE_QUALIFIER? string -
- LOCATION_IDENTIFICATION? LOCATION_IDENTIFICATION_GType? -
- RELATED_LOCATION_ONE_IDENTIFICATION? RELATED_LOCATION_ONE_IDENTIFICATION_GType? -
- RELATED_LOCATION_TWO_IDENTIFICATION? RELATED_LOCATION_TWO_IDENTIFICATION_GType? -
- RELATION_CODE? string -
edifact.d03a.services.mLREACT: PROCESS_IDENTIFICATION_DETAILS_GType
Fields
- Process_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Process_description? string -
edifact.d03a.services.mLREACT: Process_identification_Type
Fields
- code string(default "PRC") -
- PROCESS_TYPE_AND_DESCRIPTION? PROCESS_TYPE_AND_DESCRIPTION_GType? -
- PROCESS_IDENTIFICATION_DETAILS? PROCESS_IDENTIFICATION_DETAILS_GType? -
edifact.d03a.services.mLREACT: PROCESS_TYPE_AND_DESCRIPTION_GType
Fields
- Process_type_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Process_type_description? string -
- Process_type_description_4? string -
edifact.d03a.services.mLREACT: PROCESSING_INDICATOR_GType
Fields
- Processing_indicator_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Processing_indicator_description? string -
edifact.d03a.services.mLREACT: Processing_information_Type
Fields
- code string(default "GEI") -
- PROCESSING_INFORMATION_CODE_QUALIFIER? string -
- PROCESSING_INDICATOR? PROCESSING_INDICATOR_GType? -
- PROCESS_TYPE_DESCRIPTION_CODE? string -
edifact.d03a.services.mLREACT: QUALIFICATION_CLASSIFICATION_GType
Fields
- Qualification_classification_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Qualification_classification_description? string -
- Qualification_classification_description_4? string -
edifact.d03a.services.mLREACT: RATE_DETAILS_GType
Fields
- Rate_type_code_qualifier string -
- Unit_price_basis_rate int -
- Unit_price_basis_quantity? int? -
- Measurement_unit_code? string -
edifact.d03a.services.mLREACT: Rate_details_Type
Fields
- code string(default "RTE") -
- RATE_DETAILS? RATE_DETAILS_GType? -
- STATUS_DESCRIPTION_CODE? string -
edifact.d03a.services.mLREACT: Recipient_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.services.mLREACT: Recipient_reference_password_GType
Fields
- reference_password? string -
- qualifier? string -
edifact.d03a.services.mLREACT: REFERENCE_GType
Fields
- Reference_code_qualifier string -
- Reference_identifier? string -
- Document_line_identifier? string -
- Reference_version_identifier? string -
- Revision_identifier? string -
edifact.d03a.services.mLREACT: Reference_Type
Fields
- code string(default "RFF") -
- REFERENCE? REFERENCE_GType? -
edifact.d03a.services.mLREACT: RELATED_LOCATION_ONE_IDENTIFICATION_GType
Fields
- First_related_location_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- First_related_location_name? string -
edifact.d03a.services.mLREACT: RELATED_LOCATION_TWO_IDENTIFICATION_GType
Fields
- Second_related_location_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Second_related_location_name? string -
edifact.d03a.services.mLREACT: Sender_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.services.mLREACT: Sequence_details_Type
Fields
- code string(default "SEQ") -
- SEQUENCE_INFORMATION? SEQUENCE_INFORMATION_GType? -
edifact.d03a.services.mLREACT: SEQUENCE_INFORMATION_GType
Fields
- Sequence_position_identifier string -
- Sequence_identifier_source_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mLREACT: Syntax_identifier_GType
Fields
- syntax_id string -
- syntax_version string -
- service_code_list_directory_version? string -
- character_encoding? string -
edifact.d03a.services.mLREACT: TEXT_LITERAL_GType
Fields
- Free_text string -
- Free_text_1? string -
- Free_text_2? string -
- Free_text_3? string -
- Free_text_4? string -
edifact.d03a.services.mLREACT: TEXT_REFERENCE_GType
Fields
- Free_text_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
Import
import ballerinax/edifact.d03a.services.mLREACT;Metadata
Released date: 3 days ago
Version: 1.0.1
License: Apache-2.0
Compatibility
Platform: any
Ballerina version: 2201.12.0
GraalVM compatible: Yes
Pull count
Total: 30
Current verison: 1
Weekly downloads
Keywords
insurance
healthcare
EDI
EDIFACT
D03A
Vendor/Other
Area/ERP & Business Operations
Type/Library
Name/EDIFACT D03A Services
Contributors
Dependencies