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