DicomObjects Reference
DicomObjects Reference / DicomConnection Object / Get Method
The query root
The identifier for the request
In This Topic
    Get Method
    In This Topic
    Description
    Send an asynchronous C-GET request
    Syntax
    Visual Basic
    Public Sub Get( _
       ByVal Root As String, _
       ByVal dataset As DicomDataSet _
    ) 
    Parameters
    Root
    The query root
    dataset
    The identifier for the request
    Remarks
    The images to be retrieved are defined by the DataSet parameter, which must include the Query Level (0008,0052).
    Once the operation has completed, the images retrieved may be found in the ReturnedImages collection, and they may also be available during the operation – see the ActionUpdate event for more details.
    See Also