DicomObjects.NET Core Documentation
DicomObjects.DicomWeb Namespace / IQidoWebClient Interface / Query Method



In This Topic
    Query Method (IQidoWebClient)
    In This Topic
    Syntax
    'Declaration
     
    
    Function Query( _
       ByVal QueryDataSet As DicomDataSet, _
       Optional ByVal Root As QueryRoot, _
       Optional ByVal Level As QueryLevel _
    ) As DicomDataSetCollection
    'Usage
     
    
    Dim instance As IQidoWebClient
    Dim QueryDataSet As DicomDataSet
    Dim Root As QueryRoot
    Dim Level As QueryLevel
    Dim value As DicomDataSetCollection
     
    value = instance.Query(QueryDataSet, Root, Level)

    Parameters

    QueryDataSet
    Root
    Level
    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