DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / Find Method / Find(QueryRoot,DicomDataSet) Method

The query root

The DataSet parameter defines the C-FIND searching criteria.




In This Topic
    Find(QueryRoot,DicomDataSet) Method
    In This Topic
    Sends a C-FIND request
    Syntax
    'Declaration
     
    
    Public Overloads Sub Find( _
       ByVal Root As QueryRoot, _
       ByVal DataSet As DicomDataSet _
    ) 
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim Root As QueryRoot
    Dim DataSet As DicomDataSet
     
    instance.Find(Root, DataSet)
    public void Find( 
       QueryRoot Root,
       DicomDataSet DataSet
    )
    public:
    void Find( 
       QueryRoot Root,
       DicomDataSet^ DataSet
    ) 

    Parameters

    Root

    The query root

    DataSet

    The DataSet parameter defines the C-FIND searching criteria.

    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