Class ScuConfiguration
Represents dicom>scu
section of the configuration file.
Namespace: Nvidia.Clara.DicomAdapter.Configuration
Assembly: Nvidia.Clara.Dicom.Configuration.dll
Syntax
public class ScuConfiguration : object
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
public string AeTitle { get; set; }
Property Value
Type | Description |
---|---|
String |
ExportSettings
Represents the dicom>scu>export
section of the configuration file.
Declaration
public DataExportConfiguration ExportSettings { get; set; }
Property Value
Type | Description |
---|---|
DataExportConfiguration |
LogDataPdus
Gets or sets whether or not to write message to log for each P-Data-TF PDU sent or received.
Declaration
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
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
public int MaximumNumberOfAssociations { get; set; }
Property Value
Type | Description |
---|---|
Int32 |