'Declaration Public Function New( _
ByVal filePathThe path of the DICOM file.As System.String, _
ByVal accessA FileAccess constant that determines how the image file can be accessed.As System.IO.FileAccess _
)
public DicomFile(
System.String filePath,
System.IO.FileAccess access
)
public: DicomFile(
System.String filePath,
System.IO.FileAccess access
)
public:
DicomFile(
System.String filePath,
System.IO.FileAccess access
)
Parameters
- filePath
- The path of the DICOM file.
- access
- A FileAccess constant that determines how the image file can be accessed.