'Declaration
<AsyncStateMachineAttribute(DicomObjects.DicomWeb.QidoWebClient/d__22)> Public Function QueryAsync( _ ByVal QueryDataSet As DicomDataSet, _ Optional ByVal Root As QueryRoot, _ Optional ByVal Level As QueryLevel _ ) As Task(Of DicomDataSetCollection)
'Usage
Dim instance As QidoWebClient Dim QueryDataSet As DicomDataSet Dim Root As QueryRoot Dim Level As QueryLevel Dim value As Task(Of DicomDataSetCollection) value = instance.QueryAsync(QueryDataSet, Root, Level)
[AsyncStateMachine(DicomObjects.DicomWeb.QidoWebClient/d__22)] public Task<DicomDataSetCollection> QueryAsync( DicomDataSet QueryDataSet, QueryRoot Root, QueryLevel Level )
[AsyncStateMachine(DicomObjects.DicomWeb.QidoWebClient/d__22)] public: Task<DicomDataSetCollection^>^ QueryAsync( DicomDataSet^ QueryDataSet, QueryRoot Root, QueryLevel 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