Class ScpConfiguration
Represents dicom>scp
section of the configuration file.
Namespace: Nvidia.Clara.DicomAdapter.Configuration
Assembly: Nvidia.Clara.Dicom.Configuration.dll
Syntax
public class ScpConfiguration : object
Constructors
| Improve this Doc View SourceScpConfiguration()
Declaration
public ScpConfiguration()
Properties
| Improve this Doc View SourceLogDimseDatasets
Gets or sets whether or not to write command and data datasets to the log.
Declaration
public bool LogDimseDatasets { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
MaximumNumberOfAssociations
Gets or sets maximum number of simultaneous DICOM associations for the SCP service.
Declaration
public int MaximumNumberOfAssociations { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Port
Gets or sets Port number to be used for SCP service.
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
RejectUnknownSources
Gets or sets whether or not associations shall be rejected if not defined in the dicom>scp>sources
section.
Declaration
public bool RejectUnknownSources { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Verification
Gets or sets Verification (C-ECHO) service configuration
Declaration
public VerificationServiceConfiguration Verification { get; }
Property Value
Type | Description |
---|---|
VerificationServiceConfiguration |