DicomObjects Reference
DicomObjects Reference / DicomConnection Object / SendVerify Method
In This Topic
    SendVerify Method
    In This Topic
    Description
    Send a verification request
    Syntax
    Visual Basic
    Public Sub SendVerify() 
    Remarks
    As this method returns immediately, it is normally followed by a Wait call, before inspecting the value of LastStatus to determine the response received.
    In many cases, the newer DicomGlobal object’s Echo method now provides an easier replacement where synchronous operation is acceptable.
    See Also