Table of Contents

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

ScpConfiguration

Scu

Represents the dicom>scu section of the configuration file.

[ConfigurationKeyName("scu")]
public ScuConfiguration Scu { get; set; }

Property Value

ScuConfiguration

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

bool

WriteDicomJson

Gets or sets whether to write DICOM JSON file for each instance received.

[ConfigurationKeyName("writeDicomJson")]
public DicomJsonOptions WriteDicomJson { get; set; }

Property Value

DicomJsonOptions