DicomObjects.NET8 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 String _
    ) 
    'Usage
     
    
    Dim level As QueryLevel
    Dim keyword As String
     
    QidoEventArgs.AddQueryLevelParameter(level, keyword)
    public static void AddQueryLevelParameter( 
       QueryLevel level,
       string keyword
    )
    public:
    static void AddQueryLevelParameter( 
       QueryLevel level,
       String^ keyword
    ) 

    Parameters

    level
    The Query Level (e.g. PATIENT)
    keyword
    The DICOM Keyword (e.g. "OtherPatientNames")
    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