Class DicomAdapterConfiguration
Main class used when deserializing the application configuration file.
Namespace: Nvidia.Clara.DicomAdapter.Configuration
Assembly: Nvidia.Clara.Dicom.Configuration.dll
Syntax
public class DicomAdapterConfiguration : object
Constructors
| Improve this Doc View SourceDicomAdapterConfiguration()
Declaration
public DicomAdapterConfiguration()
Properties
| Improve this Doc View SourceDicom
Represents the dicom
section of the configuration file.
Declaration
public DicomConfiguration Dicom { get; set; }
Property Value
Type | Description |
---|---|
DicomConfiguration |
Services
Represent the services
section of the configuration file.
Declaration
public ServicesConfiguration Services { get; set; }
Property Value
Type | Description |
---|---|
ServicesConfiguration |
Storage
Represents the storage
section of the configuration file.
Declaration
public StorageConfiguration Storage { get; set; }
Property Value
Type | Description |
---|---|
StorageConfiguration |