'Declaration
Public Function New( _ ByVal Filename As System.String, _ Optional ByVal ReadBehaviour As ReadBehaviours _ )
'Usage
Dim Filename As System.String Dim ReadBehaviour As ReadBehaviours Dim instance As New DicomDataSet(Filename, ReadBehaviour)
public DicomDataSet( System.string Filename, ReadBehaviours ReadBehaviour )
public DicomDataSet( Filename: System.String; ReadBehaviour: ReadBehaviours );
public function DicomDataSet( Filename : System.String, ReadBehaviour : ReadBehaviours );
public: DicomDataSet( System.string* Filename, ReadBehaviours* ReadBehaviour )
public: DicomDataSet( 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
- ReadBehavioursObject to control individual read operation