Class ScuConfiguration
Represents dicom>scu
section of the configuration file.
Namespace: Monai.Deploy.InformaticsGateway.Configuration
Assembly: Monai.Deploy.InformaticsGateway.Configuration.dll
Syntax
public class ScuConfiguration
Constructors
| Improve this Doc View SourceScuConfiguration()
Declaration
public ScuConfiguration()
Properties
| Improve this Doc View SourceAeTitle
Gets or sets the AE Title for SCU service.
Declaration
[ConfigurationKeyName("aeTitle")]
public string AeTitle { get; set; }
Property Value
Type | Description |
---|---|
String |
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.
Declaration
[ConfigurationKeyName("agentName")]
public string AgentName { get; set; }
Property Value
Type | Description |
---|---|
String |
LogDataPdus
Gets or sets whether or not to write message to log for each P-Data-TF PDU sent or received.
Declaration
[ConfigurationKeyName("logDataPDUs")]
public bool LogDataPdus { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
LogDimseDatasets
Gets or sets whether or not to write command and data datasets to the log.
Declaration
[ConfigurationKeyName("logDimseDatasets")]
public bool LogDimseDatasets { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
MaximumNumberOfAssociations
Gets or sets the maximum number of simultaneous DICOM associations for the SCU service.
Declaration
[ConfigurationKeyName("maximumNumberOfAssociations")]
public ushort MaximumNumberOfAssociations { get; set; }
Property Value
Type | Description |
---|---|
UInt16 |