DicomObjects.NET10 Documentation
DicomObjects.DicomWeb Namespace / WadoWebClient Class / RetrieveNativeAsync Method / RetrieveNativeAsync(DicomDataSet,CancellationToken) Method
Dataset containing the Study Instance UID and, optionally, the Series Instance UID and SOP Instance UID identifying what to retrieve
A token that may be used to cancel the retrieve operation



In This Topic
    RetrieveNativeAsync(DicomDataSet,CancellationToken) 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, _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task(Of IEnumerable(Of DicomDataSet))
    'Usage
     
    
    Dim instance As WadoWebClient
    Dim RetrieveDataSet As DicomDataSet
    Dim cancellationToken As CancellationToken
    Dim value As Task(Of IEnumerable(Of DicomDataSet))
     
    value = instance.RetrieveNativeAsync(RetrieveDataSet, cancellationToken)

    Parameters

    RetrieveDataSet
    Dataset containing the Study Instance UID and, optionally, the Series Instance UID and SOP Instance UID identifying what to retrieve
    cancellationToken
    A token that may be used to cancel the retrieve operation

    Return Value

    Set of Dicom Instances exactly as received
    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