Enum DicomJsonOptions
Namespace: Monai.Deploy.InformaticsGateway.Configuration
Assembly: Monai.Deploy.InformaticsGateway.Configuration.dll
Syntax
public enum DicomJsonOptions
Fields
Name | Description |
---|---|
Complete | Writes DICOM to JSON |
IgnoreOthers | Writes DICOM to JSON exception VR types of OB, OD, OF, OL, OV, OW, and UN. |
None | Do not write DICOM to JSON |