Read(String,ReadBehaviours) Method
Reads from a DICOM file, using specific read behaviours
'Declaration
Public Overloads Sub Read( _
ByVal As System.String, _
Optional ByVal As ReadBehaviours _
)
'Usage
Dim instance As DicomDataSet
Dim FileName As System.String
Dim ReadBehaviour As ReadBehaviours
instance.Read(FileName, ReadBehaviour)
Parameters
- FileName
The name of the file to read.
This is passed unmodified to the operating system, and it is therefore the container�s responsibility to ensure either that the file exists within the current directory, or that a fully qualified filename is provided.
- ReadBehaviour
The behaviours to be used when reading this stream
Target Platforms: .NET CLR 4.8 or higher