DicomObjects.NET Core Documentation
DicomObjects.DicomWeb Namespace / QidoWebClient Class / Query Method
The dataset which defines the query - equivalent to that used or generated by a DicomObjects.DicomQuery
The Root of the query
The level of the query. In most cases this is determined from the query dataset, so this is optional



In This Topic
    Query Method (QidoWebClient)
    In This Topic
    Issue a QIDO-RS query
    Syntax
    'Declaration
     
    
    Public Function Query( _
       ByVal QueryDataSet As DicomDataSet, _
       Optional ByVal Root As QueryRoot, _
       Optional ByVal Level As QueryLevel _
    ) As DicomDataSetCollection
    'Usage
     
    
    Dim instance As QidoWebClient
    Dim QueryDataSet As DicomDataSet
    Dim Root As QueryRoot
    Dim Level As QueryLevel
    Dim value As DicomDataSetCollection
     
    value = instance.Query(QueryDataSet, Root, Level)

    Parameters

    QueryDataSet
    The dataset which defines the query - equivalent to that used or generated by a DicomObjects.DicomQuery
    Root
    The Root of the query
    Level
    The level of the query. In most cases this is determined from the query dataset, so this is optional

    Return Value

    The responses coded into a DicomDatasetCollection
    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