DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.WebClient Namespace / WadoWebClient Class / RetrieveNative Method / RetrieveNative(DicomDataSet) Method

In This Topic
    RetrieveNative(DicomDataSet) Method
    In This Topic
    Retrieve instances in DICOM native form, based on a dataset specifying the study, series and instance UIDs, as used in C-MOVE/C-GET
    Syntax
    'Declaration
     
    
    Public Overloads Function RetrieveNative( _
       ByVal RetrieveDataSet As DicomDataSet _
    ) As System.Collections.Generic.IEnumerable(Of DicomDataSet)
    public System.Collections.Generic.IEnumerable<DicomDataSet> RetrieveNative( 
       DicomDataSet RetrieveDataSet
    )

    Parameters

    RetrieveDataSet

    Return Value

    Set of Dicom Instances exactly as received
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also