ExportVendor

Top  Previous  Next

EasyHL7 Object

EHL7.HL7Vendors

Method

ExportVendor(strVendorID, strFileName)

Parameters

strVendorID (String), strFileName (String)

Returns

XML String

Example

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

 

Name: ExportVendor()

 

Parameters:

1.        strVendorID (String) the GUID of the vendor to export.

2.        strFileName (String) a fully qualified file and pathname.

 

Returns: Boolean

 

Description:  You can export a vendor from one installation of EasyHL7 into a file of type (*.ehv) and import it again into a different installation, at a customers site for instance.  The file passed in strFilename must not exist.

 

 

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