Search Results for

    Show / Hide Table of Contents

    Class PlatformConfiguration

    Inheritance
    Object
    PlatformConfiguration
    Namespace: Nvidia.Clara.DicomAdapter.Configuration
    Assembly: Nvidia.Clara.Dicom.Configuration.dll
    Syntax
    public class PlatformConfiguration : object

    Constructors

    | Improve this Doc View Source

    PlatformConfiguration()

    Declaration
    public PlatformConfiguration()

    Properties

    | Improve this Doc View Source

    Endpoint

    Gets or sets the URI of the Platform API.

    Declaration
    public string Endpoint { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    ParallelUploads

    Gets or sets maximum number of concurrent uploads to the Paylodas Service.

    Declaration
    public int ParallelUploads { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    RetryDelaySeconds

    Gets or sets number of seconds to wait before attempting to retry.

    Declaration
    public int RetryDelaySeconds { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2021 NVIDIA Corporation
    NVIDIA Clara™ is a trademark of NVIDIA Corporation.
    Generated by DocFX