DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / QidoEventArgs Class / AddQueryLevelParameter Method
The Query Level (e.g. PATIENT)
The DICOM Keyword (e.g. "OtherPatientNames")

In This Topic
    AddQueryLevelParameter Method
    In This Topic
    Allows user code to register additional tags to be returned when includefield=all is requested.
    Syntax
    'Declaration
     
    
    Public Shared Sub AddQueryLevelParameter( _
       ByVal level As QueryLevel, _
       ByVal keyword As System.String _
    ) 
    public static void AddQueryLevelParameter( 
       QueryLevel level,
       System.string keyword
    )

    Parameters

    level
    The Query Level (e.g. PATIENT)
    keyword
    The DICOM Keyword (e.g. "OtherPatientNames")
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also