Class PlatformConfiguration
Namespace: Nvidia.Clara.DicomAdapter.Configuration
Assembly: Nvidia.Clara.Dicom.Configuration.dll
Syntax
public class PlatformConfiguration : object
Constructors
| Improve this Doc View SourcePlatformConfiguration()
Declaration
public PlatformConfiguration()
Properties
| Improve this Doc View SourceEndpoint
Gets or sets the URI of the Platform API.
Declaration
public string Endpoint { get; set; }
Property Value
Type | Description |
---|---|
String |
MaxRetries
Gets or sets the maximum number of retries to be performed when an execution attempt fails to connect to Clara Platform.
Declaration
public int MaxRetries { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
MetadataDicomSource
Gets or sets a list of DICOM tags to be extracted and attached to the job triggered with the Clara Jobs Service.
Declaration
public List<string> MetadataDicomSource { get; set; }
Property Value
Type | Description |
---|---|
List<String> |
ParallelUploads
Gets or sets maximum number of concurrent uploads to the Paylodas Service.
Declaration
public int ParallelUploads { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
RetryDelaySeconds
Gets or sets number of seconds to wait before attempting to retry.
Declaration
public int RetryDelaySeconds { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
UploadMetadata
Gets or sets whether or not to upload metadata with the associated job.
If enabled, DICOM Adapter tries to extract all string and numeric fields specified in the
MetadataDicomSource
field from one of the received DICOM instances.
Declaration
public bool UploadMetadata { get; set; }
Property Value
Type | Description |
---|---|
Boolean |