SegmentsXML |
Top Previous Next |
Object: EHL7.HL7Vendors FileName: EHL7.dll
PROPERTY
Name: SegmentsXML DataType: String Mode: Readonly Description: An XML string in the format below listing all HL7 segments in the opened vendor's HL7 definition. The SEGMENT nodes in this XML string are pre-sorted, ordered by the NAME attribute.
*Note: A vendor must be opened using the OpenVendor() method before this property can be accessed.
Example XML:
<HL7SEGMENTS VENDOR="Default" VERSION="2.3"> <SEGMENT NAME="ACC" DESCRIPTION="Accident segment" ITEMGUID="86BBFE8B-C66B-4C59-9162-B4E9390925B9" /> <SEGMENT NAME="ADD" DESCRIPTION="Addendum segment" ITEMGUID="A80E63D4-3D6D-4793-A55D-6B45B0F9AA2A" /> <SEGMENT NAME="AIG" DESCRIPTION="Appointment information - general resource segment" ITEMGUID="A1CC9A07-6152-48F9- .....MORE </HL7SEGMENTS>
See Also: QSXML Object
|