Skip to content

source.getSourceId

Signature: source.getSourceId()

Returns: Integer sourceId - the QIE source ID for the source message

Get the QIE source ID for the source message.

Note

This method only applies to the following formatted messages: HL7, ASTM, Binary, CSV, DICOM, EDIFACT, Old Fxd Width, Fxd Length, ISO 8583, JSON, Text, X12, XML.

Parameters

None

Example

// Retrieve the QIE source ID associated with the source message.
var sourceId = source.getSourceId(); // expected: Integer (message source database ID)