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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also