Class ScpConfiguration
Represents dicom>scp
section of the configuration file.
Inheritance
ScpConfiguration
Assembly: Monai.Deploy.InformaticsGateway.Configuration.dll
public class ScpConfiguration
Constructors
|
Improve this Doc
View Source
Declaration
public ScpConfiguration()
Fields
|
Improve this Doc
View Source
Declaration
public const bool DefaultLogDimseDatasets = false
Field Value
|
Improve this Doc
View Source
Declaration
public const int DefaultMaximumNumberOfAssociations = 25
Field Value
Properties
|
Improve this Doc
View Source
Gets or sets wheather or not to enable verification (C-ECHO) service
Declaration
[ConfigurationKeyName("verification")]
public bool EnableVerification { get; set; }
Property Value
|
Improve this Doc
View Source
Gets or sets Port number to be used for SCP service.
Declaration
[ConfigurationKeyName("externalAppPort")]
public int ExternalAppPort { get; set; }
Property Value
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
Gets or sets maximum number of simultaneous DICOM associations for the SCP service.
Declaration
[ConfigurationKeyName("maximumNumberOfAssociations")]
public int MaximumNumberOfAssociations { get; set; }
Property Value
|
Improve this Doc
View Source
Gets or sets Port number to be used for SCP service.
Declaration
[ConfigurationKeyName("port")]
public int Port { get; set; }
Property Value
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
Declaration
public IReadOnlyList<string> VerificationServiceTransferSyntaxes { get; }
Property Value