'Declaration Public Function New( _
ByVal filePathThe path of the DICOM file.As System.String, _
ByVal readOnlyAccessA value indicating whether image file should be opened in read-only mode.As Boolean _
)
public DicomFile(
System.String filePath,
bool readOnlyAccess
)
public: DicomFile(
System.String filePath,
bool readOnlyAccess
)
public:
DicomFile(
System.String filePath,
bool readOnlyAccess
)
Parameters
- filePath
- The path of the DICOM file.
- readOnlyAccess
- A value indicating whether image file should be opened in read-only mode.