'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