DicomObjects Reference
DicomObjects Reference / DicomLicenseGlobal Object / ActivateOnLine Method
The authorisation string, normally of the forms xxxx-yyyy-zzzz which has been provided by Medical Connections
Information to help identify the customer - this is available via e-mail to both the developer and Medical Connections
Further similar information
In This Topic
    ActivateOnLine Method
    In This Topic
    Description
    Activate a license on-line
    Syntax
    Visual Basic
    Public Function ActivateOnLine( _
       ByVal AuthorisationString As String, _
       ByVal CustomerInfo1 As String, _
       ByVal CustomerInfo2 As String _
    ) As DicomLicense
    Parameters
    AuthorisationString
    The authorisation string, normally of the forms xxxx-yyyy-zzzz which has been provided by Medical Connections
    CustomerInfo1
    Information to help identify the customer - this is available via e-mail to both the developer and Medical Connections
    CustomerInfo2
    Further similar information
    Remarks
    This method (unlike ActivateOffLine) does need an active Internet connection for the machine being licensed.
    See Also