dcmNET Class Library

DicomFile Constructor (FileInfo)

Constructs an DicomFile object associated with a specified Dicom file system

[Visual Basic]
Overloads Public Sub New( _
   ByVal file As FileInfo _
)
[C#]
public DicomFile(
   FileInfo file
);

Parameters

file
representation of file

Exceptions

Exception Type Condition
IOException Thrown when this object is not an Dicom part 10 format file

See Also

DicomFile Class | dcmNET Namespace | DicomFile Constructor Overload List