DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomQuery Class / Find Method / Find(DicomDataSet) Method

DicomDataSet containing the search criteria




In This Topic
    Find(DicomDataSet) Method
    In This Topic
    Perform a C-FIND as SCU with search criteria.
    Syntax
    'Declaration
     
    
    Public Overloads Function Find( _
       ByVal Request As DicomDataSet _
    ) As DicomDataSetCollection
    'Usage
     
    
    Dim instance As DicomQuery
    Dim Request As DicomDataSet
    Dim value As DicomDataSetCollection
     
    value = instance.Find(Request)

    Parameters

    Request

    DicomDataSet containing the search criteria

    Return Value

    Remarks
    This method is intended for advanced users, requiring more control over the query than can be achieved using the Query object's standard properties, and methods. Note that the Level value (Attribute 0008, 0052) where relevant must be included in the DataSet parameter. (For e.g. Level is not required for MWL query but it is required when quering for Patients, Studies, Series or Instances directly)
    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