DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSetCollection Class / Read Method / Read(String) Method



In This Topic
    Read(String) Method
    In This Topic
    Creates and adds a DicomDataSet from an external DICOM File, a byte array, or a file stream. Or Creates and adds a collection of DicomDataSet objects from an array of external DICOM files
    Syntax
    'Declaration
     
    
    Public Overloads Function Read( _
       ByVal FileName As String _
    ) As DicomDataSet
    'Usage
     
    
    Dim instance As DicomDataSetCollection
    Dim FileName As String
    Dim value As DicomDataSet
     
    value = instance.Read(FileName)
    public DicomDataSet Read( 
       string FileName
    )
    public:
    DicomDataSet^ Read( 
       String^ FileName
    ) 

    Parameters

    FileName
    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