dcmNET Class Library

DicomFile Constructor (String)

Constructs an DicomFile object associated with a specified Dicom file system.

[Visual Basic]
Overloads Public Sub New( _
   ByVal fileName As String _
)
[C#]
public DicomFile(
   string fileName
);

Parameters

fileName
Path file name of Dicom file.

Exceptions

Exception Type Condition
IOException Thrown if this is not an Dicom part 10 format file.

See Also

DicomFile Class | dcmNET Namespace | DicomFile Constructor Overload List