DicomObjects.NET10 Documentation
DicomObjects.DicomWeb Namespace / IWadoWebClient Interface / RetrieveNativeAsync Method / RetrieveNativeAsync(DicomDataSet,CancellationToken) Method
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
     
    
    Overloads Function RetrieveNativeAsync( _
       ByVal RetrieveDataSet As DicomDataSet, _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task(Of IEnumerable(Of DicomDataSet))
    'Usage
     
    
    Dim instance As IWadoWebClient
    Dim RetrieveDataSet As DicomDataSet
    Dim cancellationToken As CancellationToken
    Dim value As Task(Of IEnumerable(Of DicomDataSet))
     
    value = instance.RetrieveNativeAsync(RetrieveDataSet, cancellationToken)

    Parameters

    RetrieveDataSet
    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