Class DicomConfiguration
Represents the dicom
section of the configuration file.
Namespace: Nvidia.Clara.DicomAdapter.Configuration
Assembly: Nvidia.Clara.Dicom.Configuration.dll
Syntax
public class DicomConfiguration : object
Fields
| Improve this Doc View SourceDatabaseConnectionStringKey
Name of the key for retrieve database connection string.
Declaration
public const string DatabaseConnectionStringKey = null
Field Value
Type | Description |
---|---|
String |
Properties
| Improve this Doc View SourceScp
Represents the dicom>scp
section of the configuration file.
Declaration
public ScpConfiguration Scp { get; set; }
Property Value
Type | Description |
---|---|
ScpConfiguration |
Scu
Represents the dicom>scu
section of the configuration file.
Declaration
public ScuConfiguration Scu { get; set; }
Property Value
Type | Description |
---|---|
ScuConfiguration |