'Declaration<System.Runtime.CompilerServices.AsyncStateMachineAttribute(DicomObjects.DicomWeb.WebClient.QidoWebClient/d__26)> Public Function QueryAsync( _ ByVal QueryDataSet As DicomDataSet, _ Optional ByVal Level As QueryLevel _ ) As System.Threading.Tasks.Task(Of DicomDataSetCollection)
[System.Runtime.CompilerServices.AsyncStateMachine(DicomObjects.DicomWeb.WebClient.QidoWebClient/d__26)] public System.Threading.Tasks.Task<DicomDataSetCollection> QueryAsync( DicomDataSet QueryDataSet, QueryLevel 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