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






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

Parameters

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

Return Value

The responses coded into a DicomDatasetCollection
Requirements

Target Platforms: .NET CLR 4.8 or higher

See Also