ListVendors

Top  Previous  Next

EasyHL7 Object

EHL7.HL7Vendors

Method

ListVendors()

Parameters

None

Returns

See Below

Example

sVendors = oMSG.ListVendors()

 

Name: ListVendors()

 

Parameters: None

 

Returns: String

 

Description: Returns a delimited string with information for all of the vendors in an installation.  Will return an empty string ("") if the vendor path does not point to a valid installation folder.

 

Programming Note: The return value of this method will be a string delimited with a line feed (vbLF or Asc(10) or Hex(0A)).  Parsing that string will produce an array of strings each delimited with a "|" character containing 2 elements.  The first element is the the VendorName and VendorVersion concatenated (Ex: "Default (Version 2.3)"), the second element will be the GUID VendorID of the vendor.

 

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