Class DicomConfiguration
- Namespace
- Monai.Deploy.InformaticsGateway.Configuration
- Assembly
- Monai.Deploy.InformaticsGateway.Configuration.dll
Represents the dicom
section of the configuration file.
public class DicomConfiguration
- Inheritance
-
DicomConfiguration
Properties
Scp
Represents the dicom>scp
section of the configuration file.
[ConfigurationKeyName("scp")]
public ScpConfiguration Scp { get; set; }
Property Value
Scu
Represents the dicom>scu
section of the configuration file.
[ConfigurationKeyName("scu")]
public ScuConfiguration Scu { get; set; }
Property Value
ValidateDicomOnSerialization
Gets or sets whether to automatically validate the DICOM values when serializing to JSON. Defaults to False.
public bool ValidateDicomOnSerialization { get; set; }
Property Value
WriteDicomJson
Gets or sets whether to write DICOM JSON file for each instance received.
[ConfigurationKeyName("writeDicomJson")]
public DicomJsonOptions WriteDicomJson { get; set; }