Class ScpConfiguration
Represents dicom>scp
section of the configuration file.
Inheritance
System.Object
ScpConfiguration
Namespace: Monai.Deploy.InformaticsGateway.Configuration
Assembly: Monai.Deploy.InformaticsGateway.Configuration.dll
Syntax
public class ScpConfiguration
Constructors
| Improve this Doc View SourceScpConfiguration()
Declaration
public ScpConfiguration()
Fields
| Improve this Doc View SourceDefaultLogDimseDatasets
Declaration
public const bool DefaultLogDimseDatasets = false
Field Value
Type | Description |
---|---|
System.Boolean |
DefaultMaximumNumberOfAssociations
Declaration
public const int DefaultMaximumNumberOfAssociations = 25
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
| Improve this Doc View SourceEnableVerification
Gets or sets wheather or not to enable verification (C-ECHO) service
Declaration
[ConfigurationKeyName("verification")]
public bool EnableVerification { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ExternalAppPort
Gets or sets Port number to be used for SCP service.
Declaration
[ConfigurationKeyName("externalAppPort")]
public int ExternalAppPort { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
---|---|
System.Boolean |
MaximumNumberOfAssociations
Gets or sets maximum number of simultaneous DICOM associations for the SCP service.
Declaration
[ConfigurationKeyName("maximumNumberOfAssociations")]
public int MaximumNumberOfAssociations { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Port
Gets or sets Port number to be used for SCP service.
Declaration
[ConfigurationKeyName("port")]
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RejectUnknownSources
Gets or sets whether or not associations shall be rejected if not defined in the dicom>scp>sources
section.
Declaration
[ConfigurationKeyName("rejectUnknownSources")]
public bool RejectUnknownSources { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
VerificationServiceTransferSyntaxes
Declaration
public IReadOnlyList<string> VerificationServiceTransferSyntaxes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<System.String> |