DicomObjects.NET.V8
DicomObjects Namespace / DicomQuery Class / RetrieveDataSet Method



In This Topic
    RetrieveDataSet Method
    In This Topic
    Returns the DataSet which would have been used by Get or Move method
    Syntax
    'Declaration
     
    Public Function RetrieveDataSet() As DicomDataSet
    'Usage
     
    Dim instance As DicomQuery
    Dim value As DicomDataSet
     
    value = instance.RetrieveDataSet()
    public DicomDataSet RetrieveDataSet()
    public:
    DicomDataSet^ RetrieveDataSet(); 

    Return Value

    Remarks
    This method returns the DataSet which would have been used for a Get or Move method. Request level is set and UIDs are set according to the value of the level. If Patient Level then PatientID is set; if Study Level then PatientID and StudyUID are set; if Series Level then then PatientID, StudyUID and SeriesUID are set; if Image Level then PatientID, StudyUID, SeriesUID and InstanceUID are set.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also