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






    UseNamesInQuery Property (QidoWebClient)
    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
     
    'Usage
     
    
    Dim instance As QidoWebClient
    Dim value As System.Boolean
     
    instance.UseNamesInQuery = value
     
    value = instance.UseNamesInQuery
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also