DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomQuery Class / Root Property



In This Topic
    Root Property (DicomQuery)
    In This Topic
    Define the type of query requested within the DICOM search hierarchies.
    Syntax
    'Declaration
     
    
    Public Property Root As QueryRoot
    'Usage
     
    
    Dim instance As DicomQuery
    Dim value As QueryRoot
     
    instance.Root = value
     
    value = instance.Root
    public QueryRoot Root {get; set;}
    public:
    property QueryRoot Root {
       QueryRoot get();
       void set (    QueryRoot value);
    }
    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