DicomObjects.NET8 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 IEnumerable(Of String) _
    ) 
    'Usage
     
    
    Dim instance As WadoEventArgs
    Dim filePaths As IEnumerable(Of String)
     
    instance.ReturnData(filePaths)
    public void ReturnData( 
       IEnumerable<string> filePaths
    )
    public:
    void ReturnData( 
       IEnumerable<String^>^ filePaths
    ) 

    Parameters

    filePaths
    List of full paths to the DICOM files.
    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