GetVendorID

Top  Previous  Next

EasyHL7 Object

EHL7.HL7Vendors

Method

GetVendorID(strVendorName, strVersion)

Parameters

See Below

Returns

See Below

Example

strVendorID = oMSG.GetVendorID("Default", "2.3")  -- Returns the GUID Vendor ID

 

Name: GetVendorID()

 

Parameters:   

1.strVendorName (String) the text name of the vendor
2.strVersion (String) a string representing which HL7 version to open.

 

Returns: String 

 

Description: This method returns the GUID ID of the Vendor on success or an empty string ("") on failure.

 

For further information, please see the EasyHL7 documentation http://www.hermetechnz.com/Documentation/EasyHL7/index.html.