'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)
public DicomDataSetCollection Query( DicomDataSet QueryDataSet, QueryRoot Root, QueryLevel Level )
public: DicomDataSetCollection^ Query( DicomDataSet^ QueryDataSet, QueryRoot Root, QueryLevel Level )
Parameters
- QueryDataSet
- Root
- Level