Table of Contents

Enum DicomFileFormat

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Structure of DICOM file

public enum DicomFileFormat
Extension Methods

Fields

ACRNEMA1 = 4

ACR-NEMA 1.0

ACRNEMA2 = 5

ACR-NEMA 2.0

DICOM3 = 1

Valid DICOM file containing preamble and file meta info.

DICOM3NoFileMetaInfo = 3

DICOM file that does not contain preamble or file meta info.

DICOM3NoPreamble = 2

DICOM file that does not contain preamble but does contain file meta info.

Unknown = 0

Parser was unable to determine structure of file. Possibly not DICOM.