Enum DicomFileFormat
Structure of DICOM file
Namespace: Dicom
Assembly: cs.temp.dll.dll
Syntax
public enum DicomFileFormat
Fields
Name | Description |
---|---|
ACRNEMA1 | ACR-NEMA 1.0 |
ACRNEMA2 | ACR-NEMA 2.0 |
DICOM3 | Valid DICOM file containing preamble and file meta info. |
DICOM3NoFileMetaInfo | DICOM file that does not contain preamble or file meta info. |
DICOM3NoPreamble | DICOM file that does not contain preamble but does contain file meta info. |
Unknown | Parser was unable to determine structure of file. Possibly not DICOM. |