DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb 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)
    'Usage
     
    
    Dim instance As WadoWebClient
    Dim RetrieveDataSet As DicomDataSet
    Dim value As System.Collections.Generic.IEnumerable(Of DicomDataSet)
     
    value = instance.RetrieveNative(RetrieveDataSet)
    public System.Collections.Generic.IEnumerable<DicomDataSet> RetrieveNative( 
       DicomDataSet RetrieveDataSet
    )
    public function RetrieveNative( 
        RetrieveDataSet: DicomDataSet
    ): System.Collections.Generic.IEnumerable; 
    public function RetrieveNative( 
       RetrieveDataSet : DicomDataSet
    ) : System.Collections.Generic.IEnumerable;
    public: System.Collections.Generic.IEnumerable<DicomDataSet*>* RetrieveNative( 
       DicomDataSet* RetrieveDataSet
    ) 
    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