'Declaration
Public Overloads Function Read( _ ByVal FileName As System.String, _ Optional ByVal ReadBehaviour As ReadBehaviours _ ) As DicomDataSet
'Usage
Dim instance As DicomDataSetCollection Dim FileName As System.String Dim ReadBehaviour As ReadBehaviours Dim value As DicomDataSet value = instance.Read(FileName, ReadBehaviour)
public DicomDataSet Read( System.string FileName, ReadBehaviours ReadBehaviour )
public function Read( FileName: System.String; ReadBehaviour: ReadBehaviours ): DicomDataSet;
public function Read( FileName : System.String, ReadBehaviour : ReadBehaviours ) : DicomDataSet;
public: DicomDataSet* Read( System.string* FileName, ReadBehaviours* ReadBehaviour )
public: DicomDataSet^ Read( System.String^ FileName, ReadBehaviours^ 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