RegistrationMode

Top  Previous  Next

Object: EHL7.HL7Vendors

FileName: EHL7.dll

 

PROPERTY

 

Name: RegistrationMode

DataType: Enumerator: EHL7_RegistrationType

Mode: Readonly

Description: Returns the current registrationmode of the EasyHL7 system

 

Example:

Dim x As New EHL7.HL7Vendors

 

If x.RegistrationMode = EHDEMO Then

       Msgbox "You are running in demo mode."

End If

 

See Also: PollingInterval, OutboundPath, OutboundExtension