DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.WebClient Namespace / QidoWebClient Class / UseNamesInQuery Property

In This Topic
    UseNamesInQuery Property (QidoWebClient)
    In This Topic
    Controls whether to use names (if true) or hexadecimal identifiers (if false) for search parameters, e.g. STUDYDATE or 00080020
    Syntax
    'Declaration
     
    
    Public Property UseNamesInQuery As System.Boolean
    public System.bool UseNamesInQuery {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also