Class VerificationServiceConfiguration
Represents dicom>scp>verification
section of the configuration file.
Namespace: Nvidia.Clara.DicomAdapter.Configuration
Assembly: Nvidia.Clara.Dicom.Configuration.dll
Syntax
public class VerificationServiceConfiguration : object
Constructors
| Improve this Doc View SourceVerificationServiceConfiguration()
Declaration
public VerificationServiceConfiguration()
Properties
| Improve this Doc View SourceEnabled
Gets or sets whether to enable the verification service.
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
TransferSyntaxes
Gets or sets a list of transfer syntaxes accepted by the verification service.
Declaration
public IList<string> TransferSyntaxes { get; }
Property Value
Type | Description |
---|---|
IList<String> |