DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / WadoEventArgs Class / ReturnData Method / ReturnData(IEnumerable<String>) Method
List of full paths to the DICOM files.

In This Topic
    ReturnData(IEnumerable<String>) Method
    In This Topic
    Use this method to return a list of file paths for "Streaming" mode. This avoids loading DicomDataSets into memory.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ReturnData( _
       ByVal filePaths As System.Collections.Generic.IEnumerable(Of String) _
    ) 
    public void ReturnData( 
       System.Collections.Generic.IEnumerable<string> filePaths
    )

    Parameters

    filePaths
    List of full paths to the DICOM files.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also