Property Name | Description |
---|---|
Base Segment Path | Location of the schema library, which the component loads for a specific schema version and message type. |
Return Type | Specify the type of information that is returned: • All - All the matching information is returned if the segment or field repeats. • First - Only the first matching information is returned. |
Action | Description |
---|---|
GetMessage | Returns data from the Iterator in a djmessage object. The maximum size limit for DJMessage is 512 MB. |
Action | Parameter | Description |
---|---|---|
GetMessage | Message | Type the message. |
Action | Property | Description |
---|---|---|
GetMessage | Version | Supported HL7 version.The supported values are 2.1 to 2.5. The default value is 2.5 |
Segment Name | Any valid HL7 segment name. | |
Segment Order Number | A valid number greater than zero that represents the order or occurrence of the segment within the HL7 message. By default, the first occurrence of this segment is considered. | |
Field Name | A valid field ID. All the Field IDs along with the description of the selected segment are automatically displayed in the drop-down list. | |
Field Required | • True – If the fields have to be returned • False – If the fields are not required to be returned. | |
Composite | A composite number of the selected field together with its data type ID. | |
Composite Required | • True – If the composites have to be returned • False – If the composites are not required to be returned. |
Error Code | Error Name | Description | Reason |
---|---|---|---|
4 | ERR_READERR | Error in getting required information to return composite/ subcomposite/segment / field data | Returned when the component is unable to get required information. |
8 | ERR_NOSOURCE | No data found | No data found for the requested segment name or field name. Either data is not present or the segment or field is not found in the schemas. |
0 | ERR_OK | OK status | No Error. OK Status. The Information is returned successfully |