Class ScuConfiguration
- Namespace
- Monai.Deploy.InformaticsGateway.Configuration
- Assembly
- Monai.Deploy.InformaticsGateway.Configuration.dll
Represents dicom>scu
section of the configuration file.
public class ScuConfiguration
- Inheritance
-
ScuConfiguration
Constructors
ScuConfiguration()
public ScuConfiguration()
Properties
AeTitle
Gets or sets the AE Title for SCU service.
[ConfigurationKeyName("aeTitle")]
public string AeTitle { get; set; }
Property Value
AgentName
Gets or sets the (postfix) name of the DIMSE export agent used for receiving messages. This value is appended to ExportRequestPrefix as the name for subscribing to messages from the message broker service.
[ConfigurationKeyName("agentName")]
public string AgentName { get; set; }
Property Value
LogDataPdus
Gets or sets whether or not to write message to log for each P-Data-TF PDU sent or received.
[ConfigurationKeyName("logDataPDUs")]
public bool LogDataPdus { get; set; }
Property Value
LogDimseDatasets
Gets or sets whether or not to write command and data datasets to the log.
[ConfigurationKeyName("logDimseDatasets")]
public bool LogDimseDatasets { get; set; }
Property Value
MaximumNumberOfAssociations
Gets or sets the maximum number of simultaneous DICOM associations for the SCU service.
[ConfigurationKeyName("maximumNumberOfAssociations")]
public ushort MaximumNumberOfAssociations { get; set; }