BlankSegmentXML

Top  Previous  Next

EasyHL7 Object

EHL7.HL7Vendors

Method

BlankSegmentXML(strSegment, bIncludeGUID)

Parameters

strSegment (string) bIncludeGUID (Optional Boolean default = False)

Returns

XML String

Example

strGUID = oMSG.CreateGUID()  -- Creates a GUID (Globally Unique Identifier) String

 

Name: BlankSegmentXML()

 

Parameters:

 

1) strSegment (String) The name of the HL7 Segment

2) bIncludeGUID (Boolean) default False.  To include the EasyHL7 Internal GUID ID and other properties of the various elements

 

Returns: XML String

 

Description: Returns an XML string with information for all of the components of a particular segment.  Called by the EHL7Message object in creation of HL7 Messages.