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

In This Topic
    RetrieveNativeAsync(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 RetrieveNativeAsync( _
       ByVal RetrieveDataSet As DicomDataSet _
    ) As System.Threading.Tasks.Task(Of IEnumerable(Of DicomDataSet))
    public System.Threading.Tasks.Task<IEnumerable<DicomDataSet>> RetrieveNativeAsync( 
       DicomDataSet RetrieveDataSet
    )

    Parameters

    RetrieveDataSet

    Return Value

    Set of Dicom Instances exactly as received
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also