edifact.d03a.services.mMEDRUC
Modules
edifact.d03a.services.mMEDRUC
edifact.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.mMEDRUC
API
Definitions
ballerinax/edifact.d03a.services.mMEDRUC Ballerina library
Functions
fromEdiString
function fromEdiString(string ediText) returns EDI_MEDRUC_MEDRUC|errorConvert EDI string to Ballerina EDI_MEDRUC_MEDRUC record.
Parameters
- ediText string - EDI string to be converted
Return Type
- EDI_MEDRUC_MEDRUC|error - Ballerina record or error
fromEdiStringWithSchema
function fromEdiStringWithSchema(string ediText, EdiSchema schema) returns EDI_MEDRUC_MEDRUC|errorConvert EDI string to Ballerina EDI_MEDRUC_MEDRUC record with schema.
Return Type
- EDI_MEDRUC_MEDRUC|error - Ballerina record or error
getSchema
Get the EDI schema.
headersFromEdiString
function headersFromEdiString(string ediText) returns EDI_MEDRUC_MEDRUCHeaders|errorParse only the envelope header segments from the given EDI string.
Parameters
- ediText string - EDI string to parse
Return Type
- EDI_MEDRUC_MEDRUCHeaders|error - Parsed EDI_MEDRUC_MEDRUCHeaders record, or error if the headers are malformed
interchangeFromEdiString
function interchangeFromEdiString(string ediText) returns EDI_MEDRUC_MEDRUCInterchange|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_MEDRUC_MEDRUCInterchange|error - Parsed EDI_MEDRUC_MEDRUCInterchange, or error if the envelope is malformed
interchangeToEdiString
function interchangeToEdiString(EDI_MEDRUC_MEDRUCInterchange msg) returns string|errorSerialise a EDI_MEDRUC_MEDRUCInterchange 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_MEDRUC_MEDRUCInterchange - The interchange to serialise
toEdiString
function toEdiString(EDI_MEDRUC_MEDRUC data) returns string|errorConvert Ballerina EDI_MEDRUC_MEDRUC record to EDI string.
Parameters
- data EDI_MEDRUC_MEDRUC - Ballerina record to be converted
toEdiStringWithSchema
function toEdiStringWithSchema(EDI_MEDRUC_MEDRUC data, EdiSchema ediSchema) returns string|errorConvert Ballerina EDI_MEDRUC_MEDRUC record to EDI string with schema.
transformFromEdiString
Convert EDI string to Ballerina EDI_MEDRUC_MEDRUC 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_MEDRUC_MEDRUC. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- anydata|error - EDI_MEDRUC_MEDRUCHeaders record boxed as anydata, or error
transformInterchangeFromEdiString
Convert EDI string to a EDI_MEDRUC_MEDRUCInterchange record. Narrow the result with ensureType.
Parameters
- ediText string - EDI string to be converted
Return Type
- any|error - EDI_MEDRUC_MEDRUCInterchange record boxed as any, or error
transformInterchangeToEdiString
Convert a EDI_MEDRUC_MEDRUCInterchange record to EDI string.
Parameters
- content any - EDI_MEDRUC_MEDRUCInterchange record boxed as any
transformToEdiString
Convert Ballerina EDI_MEDRUC_MEDRUC record to EDI string.
Parameters
- content anydata - Ballerina record to be converted
Records
edifact.d03a.services.mMEDRUC: ACCOUNT_HOLDER_IDENTIFICATION_GType
Fields
- Account_holder_identifier? string -
- Account_holder_name? string -
- Account_holder_name_2? string -
- Currency_identification_code? string -
edifact.d03a.services.mMEDRUC: ADDRESS_DETAILS_GType
Fields
- Address_format_code string -
- Address_component_description string -
- Address_component_description_2? string -
- Address_component_description_3? string -
- Address_component_description_4? string -
- Address_component_description_5? string -
edifact.d03a.services.mMEDRUC: Address_Type
Fields
- code string(default "ADR") -
- ADDRESS_USAGE? ADDRESS_USAGE_GType? -
- ADDRESS_DETAILS? ADDRESS_DETAILS_GType? -
- CITY_NAME? string -
- POSTAL_IDENTIFICATION_CODE? string -
- COUNTRY_NAME_CODE? string -
- COUNTRY_SUB_ENTITY_DETAILS COUNTRY_SUB_ENTITY_DETAILS_GType[](default []) -
- LOCATION_IDENTIFICATION LOCATION_IDENTIFICATION_GType[](default []) -
edifact.d03a.services.mMEDRUC: ADDRESS_USAGE_GType
Fields
- Address_purpose_code? string -
- Address_type_code? string -
- Address_status_code? string -
edifact.d03a.services.mMEDRUC: Agreement_identification_Type
Fields
- code string(default "AGR") -
- AGREEMENT_TYPE_IDENTIFICATION? AGREEMENT_TYPE_IDENTIFICATION_GType? -
- SERVICE_LAYER_CODE? string -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: ATTENDANCE_ADMISSION_DETAILS_GType
Fields
- Admission_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Admission_type_description? string -
edifact.d03a.services.mMEDRUC: ATTENDANCE_DISCHARGE_DETAILS_GType
Fields
- Discharge_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Discharge_type_description? string -
edifact.d03a.services.mMEDRUC: Attendance_Type
Fields
- code string(default "PAS") -
- ATTENDANCE_TYPE_CODE_QUALIFIER? string -
- ATTENDEE_CATEGORY? ATTENDEE_CATEGORY_GType? -
- ATTENDANCE_ADMISSION_DETAILS? ATTENDANCE_ADMISSION_DETAILS_GType? -
- ATTENDANCE_DISCHARGE_DETAILS? ATTENDANCE_DISCHARGE_DETAILS_GType? -
edifact.d03a.services.mMEDRUC: ATTENDEE_CATEGORY_GType
Fields
- Attendee_category_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Attendee_category_description? string -
edifact.d03a.services.mMEDRUC: Authentication_result_Type
Fields
- code string(default "AUT") -
- VALIDATION_RESULT_TEXT? string -
- VALIDATION_KEY_IDENTIFIER? string -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: CARRIER_GType
Fields
- Carrier_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Carrier_name? string -
edifact.d03a.services.mMEDRUC: CERTAINTY_DETAILS_GType
Fields
- Certainty_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Certainty_description? string -
edifact.d03a.services.mMEDRUC: CHARGE_ALLOWANCE_ACCOUNT_GType
Fields
- Institution_branch_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Account_holder_identifier? string -
- Currency_identification_code? string -
edifact.d03a.services.mMEDRUC: CHARGE_GType
Fields
- Freight_and_other_charges_description_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Freight_and_other_charges_description? string -
- Payment_arrangement_code? string -
- Item_identifier? string -
edifact.d03a.services.mMEDRUC: Charge_rate_calculations_Type
Fields
- code string(default "TCC") -
- CHARGE? CHARGE_GType? -
- RATE_TARIFF_CLASS? RATE_TARIFF_CLASS_GType? -
- COMMODITY_RATE_DETAIL? COMMODITY_RATE_DETAIL_GType? -
- RATE_TARIFF_CLASS_DETAIL? RATE_TARIFF_CLASS_DETAIL_GType? -
edifact.d03a.services.mMEDRUC: CLINICAL_INFORMATION_DETAILS_GType
Fields
- Clinical_information_description_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Clinical_information_description? string -
edifact.d03a.services.mMEDRUC: Clinical_information_Type
Fields
- code string(default "CIN") -
- CLINICAL_INFORMATION_TYPE_CODE_QUALIFIER? string -
- CLINICAL_INFORMATION_DETAILS? CLINICAL_INFORMATION_DETAILS_GType? -
- CERTAINTY_DETAILS? CERTAINTY_DETAILS_GType? -
edifact.d03a.services.mMEDRUC: CLINICAL_INTERVENTION_DETAILS_GType
Fields
- Clinical_intervention_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Clinical_intervention_description? string -
edifact.d03a.services.mMEDRUC: Clinical_intervention_Type
Fields
- code string(default "CLI") -
- CLINICAL_INTERVENTION_TYPE_CODE_QUALIFIER? string -
- CLINICAL_INTERVENTION_DETAILS? CLINICAL_INTERVENTION_DETAILS_GType? -
edifact.d03a.services.mMEDRUC: COMMODITY_RATE_DETAIL_GType
Fields
- Commodity_identification_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mMEDRUC: COMMUNICATION_CONTACT_GType
Fields
- Communication_address_identifier string -
- Communication_address_code_qualifier string -
edifact.d03a.services.mMEDRUC: Communication_contact_Type
Fields
- code string(default "COM") -
- COMMUNICATION_CONTACT COMMUNICATION_CONTACT_GType[](default []) -
edifact.d03a.services.mMEDRUC: Contact_information_Type
Fields
- code string(default "CTA") -
- CONTACT_FUNCTION_CODE? string -
- DEPARTMENT_OR_EMPLOYEE_DETAILS? DEPARTMENT_OR_EMPLOYEE_DETAILS_GType? -
edifact.d03a.services.mMEDRUC: CONTRACT_AND_CARRIAGE_CONDITION_GType
Fields
- Contract_and_carriage_condition_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mMEDRUC: CONTROL_GType
Fields
- Control_total_type_code_qualifier string -
- Control_total_quantity int -
- Measurement_unit_code? string -
edifact.d03a.services.mMEDRUC: Control_total_Type
Fields
- code string(default "CNT") -
- CONTROL? CONTROL_GType? -
edifact.d03a.services.mMEDRUC: COUNTRY_SUB_ENTITY_DETAILS_GType
Fields
- Country_sub_entity_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Country_sub_entity_name? string -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: 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.mMEDRUC: CURRENCY_DETAILS_GType
Fields
- Currency_usage_code_qualifier string -
- Currency_identification_code? string -
- Currency_type_code_qualifier? string -
- Currency_rate? int? -
edifact.d03a.services.mMEDRUC: Date_and_time_GType
Fields
- date string -
- time string -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: Date_time_period_Type
Fields
- code string(default "DTM") -
- DATE_TIME_PERIOD? DATE_TIME_PERIOD_GType? -
edifact.d03a.services.mMEDRUC: DEPARTMENT_OR_EMPLOYEE_DETAILS_GType
Fields
- Department_or_employee_name_code? string -
- Department_or_employee_name? string -
edifact.d03a.services.mMEDRUC: DOCUMENT_MESSAGE_DETAILS_GType
Fields
- Document_identifier? string -
- Document_status_code? string -
- Document_source_description? string -
- Language_name_code? string -
- Version_identifier? string -
- Revision_identifier? string -
edifact.d03a.services.mMEDRUC: Document_message_details_Type
Fields
- code string(default "DOC") -
- DOCUMENT_MESSAGE_NAME? DOCUMENT_MESSAGE_NAME_GType? -
- DOCUMENT_MESSAGE_DETAILS? DOCUMENT_MESSAGE_DETAILS_GType? -
- COMMUNICATION_MEDIUM_TYPE_CODE? string -
- DOCUMENT_COPIES_REQUIRED_QUANTITY? int? -
- DOCUMENT_ORIGINALS_REQUIRED_QUANTITY? int? -
edifact.d03a.services.mMEDRUC: DOCUMENT_MESSAGE_IDENTIFICATION_GType
Fields
- Document_identifier? string -
- Version_identifier? string -
- Revision_identifier? string -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: DUTY_TAX_FEE_ACCOUNT_DETAIL_GType
Fields
- Duty_or_tax_or_fee_account_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mMEDRUC: DUTY_TAX_FEE_DETAIL_GType
Fields
- Duty_or_tax_or_fee_rate_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Duty_or_tax_or_fee_rate? string -
- Duty_or_tax_or_fee_rate_basis_code? string -
- Code_list_identification_code_5? string -
- Code_list_responsible_agency_code_6? string -
edifact.d03a.services.mMEDRUC: Duty_tax_fee_details_Type
Fields
- code string(default "TAX") -
- DUTY_OR_TAX_OR_FEE_FUNCTION_CODE_QUALIFIER? string -
- DUTY_TAX_FEE_TYPE? DUTY_TAX_FEE_TYPE_GType? -
- DUTY_TAX_FEE_ACCOUNT_DETAIL? DUTY_TAX_FEE_ACCOUNT_DETAIL_GType? -
- DUTY_OR_TAX_OR_FEE_ASSESSMENT_BASIS_QUANTITY? string -
- DUTY_TAX_FEE_DETAIL? DUTY_TAX_FEE_DETAIL_GType? -
- DUTY_OR_TAX_OR_FEE_CATEGORY_CODE? string -
- PARTY_TAX_IDENTIFIER? string -
- CALCULATION_SEQUENCE_CODE? string -
edifact.d03a.services.mMEDRUC: DUTY_TAX_FEE_TYPE_GType
Fields
- Duty_or_tax_or_fee_type_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Duty_or_tax_or_fee_type_name? string -
edifact.d03a.services.mMEDRUC: EDI_MEDRUC_MEDRUC
Fields
- Beginning_of_message Beginning_of_message_Type -
- Date_time_period Date_time_period_Type[](default []) -
- Reference Reference_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- Currencies? Currencies_Type? -
- Control_total Control_total_Type[](default []) -
- group_1 Group_1_GType[](default []) -
- group_2 Group_2_GType[](default []) -
- group_3 Group_3_GType[](default []) -
- group_5 Group_5_GType[](default []) -
- group_7 Group_7_GType[](default []) -
- group_19 Group_19_GType[](default []) -
- group_26 Group_26_GType[](default []) -
edifact.d03a.services.mMEDRUC: EDI_MEDRUC_MEDRUCHeaders
Envelope headers of a EDI_MEDRUC_MEDRUC interchange.
Fields
- interchange EDI_MEDRUC_MEDRUCInterchangeHeader - Interchange header
- 'transaction EDI_MEDRUC_MEDRUCTransactionHeader - Transaction header
edifact.d03a.services.mMEDRUC: EDI_MEDRUC_MEDRUCInterchange
A parsed EDI_MEDRUC_MEDRUC interchange with its full envelope hierarchy.
Fields
- interchangeHeader EDI_MEDRUC_MEDRUCInterchangeHeader - Interchange header segment
- transactions EDI_MEDRUC_MEDRUCTransaction[] - Transactions in the interchange
- interchangeTrailer EDI_MEDRUC_MEDRUCInterchangeTrailer - Interchange trailer segment
edifact.d03a.services.mMEDRUC: EDI_MEDRUC_MEDRUCInterchangeHeader
Fields
- interchange_header Interchange_header_Type -
edifact.d03a.services.mMEDRUC: EDI_MEDRUC_MEDRUCInterchangeTrailer
Fields
- interchange_trailer Interchange_trailer_Type -
edifact.d03a.services.mMEDRUC: EDI_MEDRUC_MEDRUCTransaction
A single transaction within a EDI_MEDRUC_MEDRUC interchange.
Fields
- transactionHeader EDI_MEDRUC_MEDRUCTransactionHeader - Transaction header segment
- body EDI_MEDRUC_MEDRUC|error - Parsed EDI_MEDRUC_MEDRUC body, or the parse error when the body is malformed
- transactionTrailer EDI_MEDRUC_MEDRUCTransactionTrailer - Transaction trailer segment
edifact.d03a.services.mMEDRUC: EDI_MEDRUC_MEDRUCTransactionHeader
Fields
- Message_header Message_header_Type -
edifact.d03a.services.mMEDRUC: EDI_MEDRUC_MEDRUCTransactionTrailer
Fields
- Message_trailer Message_trailer_Type -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: 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.mMEDRUC: Equipment_details_Type
Fields
- code string(default "EQD") -
- EQUIPMENT_TYPE_CODE_QUALIFIER? string -
- EQUIPMENT_IDENTIFICATION? EQUIPMENT_IDENTIFICATION_GType? -
- EQUIPMENT_SIZE_AND_TYPE? EQUIPMENT_SIZE_AND_TYPE_GType? -
- EQUIPMENT_SUPPLIER_CODE? string -
- EQUIPMENT_STATUS_CODE? string -
- FULL_OR_EMPTY_INDICATOR_CODE? string -
edifact.d03a.services.mMEDRUC: EQUIPMENT_IDENTIFICATION_GType
Fields
- Equipment_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Country_name_code? string -
edifact.d03a.services.mMEDRUC: EQUIPMENT_SIZE_AND_TYPE_GType
Fields
- Equipment_size_and_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Equipment_size_and_type_description? string -
edifact.d03a.services.mMEDRUC: EXCESS_TRANSPORTATION_INFORMATION_GType
Fields
- Excess_transportation_reason_code string -
- Excess_transportation_responsibility_code string -
- Customer_shipment_authorisation_identifier? string -
edifact.d03a.services.mMEDRUC: Financial_charges_allocation_Type
Fields
- code string(default "FCA") -
- SETTLEMENT_MEANS_CODE? string -
- CHARGE_ALLOWANCE_ACCOUNT? CHARGE_ALLOWANCE_ACCOUNT_GType? -
edifact.d03a.services.mMEDRUC: Financial_institution_information_Type
Fields
- code string(default "FII") -
- PARTY_FUNCTION_CODE_QUALIFIER? string -
- ACCOUNT_HOLDER_IDENTIFICATION? ACCOUNT_HOLDER_IDENTIFICATION_GType? -
- INSTITUTION_IDENTIFICATION? INSTITUTION_IDENTIFICATION_GType? -
- COUNTRY_NAME_CODE? string -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: Group_10_GType
Fields
- Party_identification Party_identification_Type -
- Reference Reference_Type[](default []) -
- Address Address_Type[](default []) -
- Communication_contact Communication_contact_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Person_demographic_information? Person_demographic_information_Type? -
- Result Result_Type[](default []) -
- Nationality Nationality_Type[](default []) -
- Language Language_Type[](default []) -
- Handling_instructions Handling_instructions_Type[](default []) -
- Relationship? Relationship_Type? -
edifact.d03a.services.mMEDRUC: Group_11_GType
Fields
- Process_identification Process_identification_Type -
- Processing_information? Processing_information_Type? -
- Status Status_Type[](default []) -
- Item_description Item_description_Type[](default []) -
- Clinical_information Clinical_information_Type[](default []) -
- Party_identification Party_identification_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Reference Reference_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- group_12 Group_12_GType[](default []) -
- group_13 Group_13_GType[](default []) -
- group_14 Group_14_GType[](default []) -
- group_15 Group_15_GType[](default []) -
edifact.d03a.services.mMEDRUC: Group_12_GType
Fields
- Attendance Attendance_Type -
- Place_location_identification Place_location_identification_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Reference Reference_Type[](default []) -
edifact.d03a.services.mMEDRUC: Group_13_GType
Fields
- Monetary_amount Monetary_amount_Type -
- Duty_tax_fee_details? Duty_tax_fee_details_Type? -
edifact.d03a.services.mMEDRUC: Group_14_GType
Fields
- Requirements_and_conditions Requirements_and_conditions_Type -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mMEDRUC: Group_15_GType
Fields
- Clinical_intervention Clinical_intervention_Type -
- Processing_information? Processing_information_Type? -
- Item_description Item_description_Type[](default []) -
- Clinical_information Clinical_information_Type[](default []) -
- Party_identification Party_identification_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Reference Reference_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- Package Package_Type[](default []) -
- group_16 Group_16_GType[](default []) -
- group_17 Group_17_GType[](default []) -
- group_18 Group_18_GType[](default []) -
edifact.d03a.services.mMEDRUC: Group_16_GType
Fields
- Monetary_amount Monetary_amount_Type -
- Duty_tax_fee_details? Duty_tax_fee_details_Type? -
edifact.d03a.services.mMEDRUC: Group_17_GType
Fields
- Requirements_and_conditions Requirements_and_conditions_Type -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mMEDRUC: Group_18_GType
Fields
- Equipment_details Equipment_details_Type -
- Sequence_details? Sequence_details_Type? -
edifact.d03a.services.mMEDRUC: Group_19_GType
Fields
- Transport_movement_details Transport_movement_details_Type -
- Sequence_details? Sequence_details_Type? -
- Processing_information? Processing_information_Type? -
- Free_text Free_text_Type[](default []) -
- group_20 Group_20_GType[](default []) -
edifact.d03a.services.mMEDRUC: Group_1_GType
Fields
- Monetary_amount Monetary_amount_Type -
- Duty_tax_fee_details? Duty_tax_fee_details_Type? -
edifact.d03a.services.mMEDRUC: Group_20_GType
Fields
- Transport_information Transport_information_Type -
- Processing_information? Processing_information_Type? -
- Item_description Item_description_Type[](default []) -
- Party_identification Party_identification_Type[](default []) -
- Reference Reference_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- Clinical_information Clinical_information_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- group_21 Group_21_GType[](default []) -
- group_22 Group_22_GType[](default []) -
- group_23 Group_23_GType[](default []) -
edifact.d03a.services.mMEDRUC: Group_21_GType
Fields
- Address Address_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.services.mMEDRUC: Group_22_GType
Fields
- Transport_service_requirements Transport_service_requirements_Type -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mMEDRUC: Group_23_GType
Fields
- Charge_rate_calculations Charge_rate_calculations_Type -
- Processing_information? Processing_information_Type? -
- Item_description Item_description_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Reference Reference_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- Quantity Quantity_Type[](default []) -
- Percentage_details Percentage_details_Type[](default []) -
- group_24 Group_24_GType[](default []) -
- group_25 Group_25_GType[](default []) -
edifact.d03a.services.mMEDRUC: Group_24_GType
Fields
- Monetary_amount Monetary_amount_Type -
- Duty_tax_fee_details? Duty_tax_fee_details_Type? -
edifact.d03a.services.mMEDRUC: Group_25_GType
Fields
- Transport_service_requirements Transport_service_requirements_Type -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mMEDRUC: Group_26_GType
Fields
- Authentication_result Authentication_result_Type -
- Date_time_period Date_time_period_Type[](default []) -
edifact.d03a.services.mMEDRUC: Group_2_GType
Fields
- Party_identification Party_identification_Type -
- Sequence_details? Sequence_details_Type? -
- Address Address_Type[](default []) -
- Contact_information Contact_information_Type[](default []) -
- Communication_contact Communication_contact_Type[](default []) -
- Reference Reference_Type[](default []) -
- Relationship Relationship_Type[](default []) -
- Nationality Nationality_Type[](default []) -
- Language Language_Type[](default []) -
- Organisation_classification_details? Organisation_classification_details_Type? -
- Employment_details Employment_details_Type[](default []) -
- Qualification Qualification_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Status? Status_Type? -
- Requirements_and_conditions Requirements_and_conditions_Type[](default []) -
- Person_demographic_information? Person_demographic_information_Type? -
- Financial_institution_information Financial_institution_information_Type[](default []) -
edifact.d03a.services.mMEDRUC: Group_3_GType
Fields
- Agreement_identification Agreement_identification_Type -
- Sequence_details? Sequence_details_Type? -
- Reference Reference_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- group_4 Group_4_GType[](default []) -
edifact.d03a.services.mMEDRUC: Group_4_GType
Fields
- Insurance_cover_description Insurance_cover_description_Type -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mMEDRUC: Group_5_GType
Fields
- Document_message_details Document_message_details_Type -
- Date_time_period Date_time_period_Type[](default []) -
- group_6 Group_6_GType[](default []) -
edifact.d03a.services.mMEDRUC: Group_6_GType
Fields
- Party_identification Party_identification_Type -
- Address Address_Type[](default []) -
- Status? Status_Type? -
- Requirements_and_conditions Requirements_and_conditions_Type[](default []) -
edifact.d03a.services.mMEDRUC: Group_7_GType
Fields
- Financial_charges_allocation Financial_charges_allocation_Type -
- Processing_information Processing_information_Type[](default []) -
- Reference Reference_Type[](default []) -
- Date_time_period Date_time_period_Type[](default []) -
- Free_text Free_text_Type[](default []) -
- Agreement_identification Agreement_identification_Type[](default []) -
- Document_message_details Document_message_details_Type[](default []) -
- group_8 Group_8_GType[](default []) -
- group_9 Group_9_GType[](default []) -
- group_10 Group_10_GType[](default []) -
- group_11 Group_11_GType[](default []) -
edifact.d03a.services.mMEDRUC: Group_8_GType
Fields
- Monetary_amount Monetary_amount_Type -
- Duty_tax_fee_details? Duty_tax_fee_details_Type? -
edifact.d03a.services.mMEDRUC: Group_9_GType
Fields
- Requirements_and_conditions Requirements_and_conditions_Type -
- Free_text Free_text_Type[](default []) -
edifact.d03a.services.mMEDRUC: HANDLING_INSTRUCTIONS_GType
Fields
- Handling_instruction_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Handling_instruction_description? string -
edifact.d03a.services.mMEDRUC: Handling_instructions_Type
Fields
- code string(default "HAN") -
- HANDLING_INSTRUCTIONS? HANDLING_INSTRUCTIONS_GType? -
- HAZARDOUS_MATERIAL? HAZARDOUS_MATERIAL_GType? -
edifact.d03a.services.mMEDRUC: HAZARDOUS_MATERIAL_GType
Fields
- Hazardous_material_category_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Hazardous_material_category_name? string -
edifact.d03a.services.mMEDRUC: IDENTIFICATION_NUMBER_GType
Fields
- Object_identifier string -
- Object_identification_code_qualifier? string -
- Status_description_code? string -
edifact.d03a.services.mMEDRUC: INSTITUTION_IDENTIFICATION_GType
Fields
- Institution_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Institution_branch_identifier? string -
- Code_list_identification_code_4? string -
- Code_list_responsible_agency_code_5? string -
- Institution_name? string -
- Institution_branch_location_name? string -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: 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.mMEDRUC: INSURANCE_COVER_TYPE_GType
Fields
- Insurance_cover_type_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: Interchange_trailer_Type
Fields
- code string(default "UNZ") -
- interchange_control_count int -
- interchange_control_reference string -
edifact.d03a.services.mMEDRUC: ITEM_CHARACTERISTIC_GType
Fields
- Item_characteristic_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: 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.mMEDRUC: LANGUAGE_DETAILS_GType
Fields
- Language_name_code? string -
- Language_name? string -
edifact.d03a.services.mMEDRUC: Language_Type
Fields
- code string(default "LAN") -
- LANGUAGE_CODE_QUALIFIER? string -
- LANGUAGE_DETAILS? LANGUAGE_DETAILS_GType? -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: MARITAL_STATUS_DETAILS_GType
Fields
- Marital_status_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Marital_status_description? string -
edifact.d03a.services.mMEDRUC: MEASUREMENT_UNIT_DETAILS_GType
Fields
- Measurement_unit_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Measurement_unit_name? string -
edifact.d03a.services.mMEDRUC: Message_header_Type
Fields
- code string(default "UNH") -
- message_reference_number string -
- message_identifier Message_identifier_GType -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: Message_trailer_Type
Fields
- code string(default "UNT") -
- number_of_segments int -
- message_reference_number string -
edifact.d03a.services.mMEDRUC: MODE_OF_TRANSPORT_GType
Fields
- Transport_mode_name_code? string -
- Transport_mode_name? string -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: Monetary_amount_Type
Fields
- code string(default "MOA") -
- MONETARY_AMOUNT? MONETARY_AMOUNT_GType? -
edifact.d03a.services.mMEDRUC: MOVEMENT_TYPE_GType
Fields
- Movement_type_description_code? string -
- Movement_type_description? string -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: 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.mMEDRUC: 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.mMEDRUC: 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.mMEDRUC: 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.mMEDRUC: NATIONALITY_DETAILS_GType
Fields
- Nationality_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Nationality_name? string -
edifact.d03a.services.mMEDRUC: Nationality_Type
Fields
- code string(default "NAT") -
- NATIONALITY_CODE_QUALIFIER? string -
- NATIONALITY_DETAILS? NATIONALITY_DETAILS_GType? -
edifact.d03a.services.mMEDRUC: NATURE_OF_CARGO_GType
Fields
- Cargo_type_classification_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: ORGANISATION_CLASSIFICATION_DETAIL_GType
Fields
- Organisational_class_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Organisational_class_name? string -
edifact.d03a.services.mMEDRUC: Organisation_classification_details_Type
Fields
- code string(default "SPR") -
- SECTOR_AREA_IDENTIFICATION_CODE_QUALIFIER? string -
- ORGANISATION_CLASSIFICATION_CODE? string -
- ORGANISATION_CLASSIFICATION_DETAIL? ORGANISATION_CLASSIFICATION_DETAIL_GType? -
edifact.d03a.services.mMEDRUC: Package_Type
Fields
- code string(default "PAC") -
- PACKAGE_QUANTITY? int? -
- PACKAGING_DETAILS? PACKAGING_DETAILS_GType? -
- PACKAGE_TYPE? PACKAGE_TYPE_GType? -
- PACKAGE_TYPE_IDENTIFICATION? PACKAGE_TYPE_IDENTIFICATION_GType? -
- RETURNABLE_PACKAGE_DETAILS? RETURNABLE_PACKAGE_DETAILS_GType? -
edifact.d03a.services.mMEDRUC: PACKAGE_TYPE_GType
Fields
- Package_type_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Type_of_packages? string -
edifact.d03a.services.mMEDRUC: PACKAGE_TYPE_IDENTIFICATION_GType
Fields
- Description_format_code string -
- Type_of_packages string -
- Item_type_identification_code? string -
- Type_of_packages_3? string -
- Item_type_identification_code_4? string -
edifact.d03a.services.mMEDRUC: PACKAGING_DETAILS_GType
Fields
- Packaging_level_code? string -
- Packaging_related_description_code? string -
- Packaging_terms_and_conditions_code? string -
edifact.d03a.services.mMEDRUC: PARTY_IDENTIFICATION_DETAILS_GType
Fields
- Party_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: 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.mMEDRUC: Percentage_details_Type
Fields
- code string(default "PCD") -
- PERCENTAGE_DETAILS? PERCENTAGE_DETAILS_GType? -
- STATUS_DESCRIPTION_CODE? string -
edifact.d03a.services.mMEDRUC: Person_demographic_information_Type
Fields
- code string(default "PDI") -
- GENDER_CODE? string -
- MARITAL_STATUS_DETAILS? MARITAL_STATUS_DETAILS_GType? -
- RELIGION_DETAILS? RELIGION_DETAILS_GType? -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: 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.mMEDRUC: 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.mMEDRUC: 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.mMEDRUC: 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.mMEDRUC: 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.mMEDRUC: 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.mMEDRUC: Qualification_Type
Fields
- code string(default "QUA") -
- QUALIFICATION_TYPE_CODE_QUALIFIER? string -
- QUALIFICATION_CLASSIFICATION? QUALIFICATION_CLASSIFICATION_GType? -
edifact.d03a.services.mMEDRUC: QUANTITY_DETAILS_GType
Fields
- Quantity_type_code_qualifier string -
- Quantity string -
- Measurement_unit_code? string -
edifact.d03a.services.mMEDRUC: Quantity_Type
Fields
- code string(default "QTY") -
- QUANTITY_DETAILS? QUANTITY_DETAILS_GType? -
edifact.d03a.services.mMEDRUC: RATE_TARIFF_CLASS_DETAIL_GType
Fields
- Rate_or_tariff_class_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mMEDRUC: RATE_TARIFF_CLASS_GType
Fields
- Rate_or_tariff_class_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Rate_or_tariff_class_description? string -
- Supplementary_rate_or_tariff_code? string -
- Code_list_identification_code_5? string -
- Code_list_responsible_agency_code_6? string -
- Supplementary_rate_or_tariff_code_7? string -
- Code_list_identification_code_8? string -
- Code_list_responsible_agency_code_9? string -
edifact.d03a.services.mMEDRUC: Recipient_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.services.mMEDRUC: Recipient_reference_password_GType
Fields
- reference_password? string -
- qualifier? string -
edifact.d03a.services.mMEDRUC: REFERENCE_GType
Fields
- Reference_code_qualifier string -
- Reference_identifier? string -
- Document_line_identifier? string -
- Reference_version_identifier? string -
- Revision_identifier? string -
edifact.d03a.services.mMEDRUC: Reference_Type
Fields
- code string(default "RFF") -
- REFERENCE? REFERENCE_GType? -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: 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.mMEDRUC: RELATIONSHIP_GType
Fields
- Relationship_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Relationship_description? string -
edifact.d03a.services.mMEDRUC: Relationship_Type
Fields
- code string(default "REL") -
- RELATIONSHIP_TYPE_CODE_QUALIFIER? string -
- RELATIONSHIP? RELATIONSHIP_GType? -
edifact.d03a.services.mMEDRUC: RELIGION_DETAILS_GType
Fields
- Religion_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Religion_name? string -
edifact.d03a.services.mMEDRUC: REQUIREMENT_CONDITION_IDENTIFICATION_GType
Fields
- Requirement_or_condition_description_identifier string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Requirement_or_condition_description? string -
edifact.d03a.services.mMEDRUC: Requirements_and_conditions_Type
Fields
- code string(default "RCS") -
- SECTOR_AREA_IDENTIFICATION_CODE_QUALIFIER? string -
- REQUIREMENT_CONDITION_IDENTIFICATION? REQUIREMENT_CONDITION_IDENTIFICATION_GType? -
- COUNTRY_NAME_CODE? string -
edifact.d03a.services.mMEDRUC: RESULT_DETAILS_3_GType
Fields
- Measure? string -
- Measurement_significance_code? string -
- Non_discrete_measurement_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Non_discrete_measurement_name? string -
edifact.d03a.services.mMEDRUC: RESULT_DETAILS_GType
Fields
- Measure? string -
- Measurement_significance_code? string -
- Non_discrete_measurement_name_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Non_discrete_measurement_name? string -
edifact.d03a.services.mMEDRUC: Result_Type
Fields
- code string(default "RSL") -
- RESULT_VALUE_TYPE_CODE_QUALIFIER? string -
- RESULT_REPRESENTATION_CODE? string -
- RESULT_DETAILS? RESULT_DETAILS_GType? -
- RESULT_DETAILS_3? RESULT_DETAILS_3_GType? -
- MEASUREMENT_UNIT_DETAILS? MEASUREMENT_UNIT_DETAILS_GType? -
- RESULT_NORMALCY_CODE? string -
edifact.d03a.services.mMEDRUC: RETURNABLE_PACKAGE_DETAILS_GType
Fields
- Returnable_package_freight_payment_responsibility_code? string -
- Returnable_package_load_contents_code? string -
edifact.d03a.services.mMEDRUC: Sender_GType
Fields
- id string -
- qualifier? string -
- internal_id? string -
- internal_sub_id? string -
edifact.d03a.services.mMEDRUC: Sequence_details_Type
Fields
- code string(default "SEQ") -
- SEQUENCE_INFORMATION? SEQUENCE_INFORMATION_GType? -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: SERVICE_GType
Fields
- Service_requirement_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Service_requirement_code_3? string -
- Code_list_identification_code_4? string -
- Code_list_responsible_agency_code_5? string -
edifact.d03a.services.mMEDRUC: STATUS_CATEGORY_GType
Fields
- Status_category_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mMEDRUC: STATUS_GType
Fields
- Status_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Status_description? string -
edifact.d03a.services.mMEDRUC: STATUS_REASON_3_GType
Fields
- Status_reason_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Status_reason_description? string -
edifact.d03a.services.mMEDRUC: STATUS_REASON_4_GType
Fields
- Status_reason_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Status_reason_description? string -
edifact.d03a.services.mMEDRUC: STATUS_REASON_5_GType
Fields
- Status_reason_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Status_reason_description? string -
edifact.d03a.services.mMEDRUC: STATUS_REASON_6_GType
Fields
- Status_reason_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Status_reason_description? string -
edifact.d03a.services.mMEDRUC: STATUS_REASON_GType
Fields
- Status_reason_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Status_reason_description? string -
edifact.d03a.services.mMEDRUC: Status_Type
Fields
- code string(default "STS") -
- STATUS_CATEGORY? STATUS_CATEGORY_GType? -
- STATUS? STATUS_GType? -
- STATUS_REASON? STATUS_REASON_GType? -
- STATUS_REASON_3? STATUS_REASON_3_GType? -
- STATUS_REASON_4? STATUS_REASON_4_GType? -
- STATUS_REASON_5? STATUS_REASON_5_GType? -
- STATUS_REASON_6? STATUS_REASON_6_GType? -
edifact.d03a.services.mMEDRUC: Syntax_identifier_GType
Fields
- syntax_id string -
- syntax_version string -
- service_code_list_directory_version? string -
- character_encoding? string -
edifact.d03a.services.mMEDRUC: 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.mMEDRUC: TEXT_REFERENCE_GType
Fields
- Free_text_description_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mMEDRUC: TRANSPORT_IDENTIFICATION_GType
Fields
- Transport_means_identification_name_identifier? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Transport_means_identification_name? string -
- Transport_means_nationality_code? string -
edifact.d03a.services.mMEDRUC: Transport_information_Type
Fields
- code string(default "TDT") -
- TRANSPORT_STAGE_CODE_QUALIFIER? string -
- MEANS_OF_TRANSPORT_JOURNEY_IDENTIFIER? string -
- MODE_OF_TRANSPORT? MODE_OF_TRANSPORT_GType? -
- TRANSPORT_MEANS? TRANSPORT_MEANS_GType? -
- CARRIER? CARRIER_GType? -
- TRANSIT_DIRECTION_INDICATOR_CODE? string -
- EXCESS_TRANSPORTATION_INFORMATION? EXCESS_TRANSPORTATION_INFORMATION_GType? -
- TRANSPORT_IDENTIFICATION? TRANSPORT_IDENTIFICATION_GType? -
- TRANSPORT_MEANS_OWNERSHIP_INDICATOR_CODE? string -
edifact.d03a.services.mMEDRUC: TRANSPORT_MEANS_GType
Fields
- Transport_means_description_code? string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
- Transport_means_description? string -
edifact.d03a.services.mMEDRUC: Transport_movement_details_Type
Fields
- code string(default "TMD") -
- MOVEMENT_TYPE? MOVEMENT_TYPE_GType? -
- EQUIPMENT_PLAN_DESCRIPTION? string -
- HAULAGE_ARRANGEMENTS_CODE? string -
edifact.d03a.services.mMEDRUC: TRANSPORT_PRIORITY_GType
Fields
- Transport_service_priority_code string -
- Code_list_identification_code? string -
- Code_list_responsible_agency_code? string -
edifact.d03a.services.mMEDRUC: Transport_service_requirements_Type
Fields
- code string(default "TSR") -
- CONTRACT_AND_CARRIAGE_CONDITION? CONTRACT_AND_CARRIAGE_CONDITION_GType? -
- SERVICE? SERVICE_GType? -
- TRANSPORT_PRIORITY? TRANSPORT_PRIORITY_GType? -
- NATURE_OF_CARGO? NATURE_OF_CARGO_GType? -
Import
import ballerinax/edifact.d03a.services.mMEDRUC;Metadata
Released date: 3 days ago
Version: 1.0.0
License: Apache-2.0
Compatibility
Platform: any
Ballerina version: 2201.12.0
GraalVM compatible: Yes
Pull count
Total: 30
Current verison: 0
Weekly downloads
Keywords
insurance
employment
healthcare
EDI
EDIFACT
D03A
B2B
Business Management/ERP
Cost/Free
Vendor/Other
Area/ERP & Business Operations
Type/Library
Name/EDIFACT D03A Services
Contributors
Dependencies