DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / Get Method / Get(QueryRoot,DicomDataSet,Boolean) Method

The query root

The identifier for the request

Specify if bulk data is required in the response




In This Topic
    Get(QueryRoot,DicomDataSet,Boolean) Method
    In This Topic
    Sends a C-GET request
    Syntax
    'Declaration
     
    
    Public Overloads Sub Get( _
       ByVal Root As QueryRoot, _
       ByVal DataSet As DicomDataSet, _
       ByVal NoBulkData As Boolean _
    ) 
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim Root As QueryRoot
    Dim DataSet As DicomDataSet
    Dim NoBulkData As Boolean
     
    instance.Get(Root, DataSet, NoBulkData)

    Parameters

    Root

    The query root

    DataSet

    The identifier for the request

    NoBulkData

    Specify if bulk data is required in the response

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also