Search Results for

    Show / Hide Table of Contents

    Class DicomAdapterConfiguration

    Main class used when deserializing the application configuration file.

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

    Constructors

    | Improve this Doc View Source

    DicomAdapterConfiguration()

    Declaration
    public DicomAdapterConfiguration()

    Properties

    | Improve this Doc View Source

    Dicom

    Represents the dicom section of the configuration file.

    Declaration
    public DicomConfiguration Dicom { get; set; }
    Property Value
    Type Description
    DicomConfiguration
    | Improve this Doc View Source

    Services

    Represent the services section of the configuration file.

    Declaration
    public ServicesConfiguration Services { get; set; }
    Property Value
    Type Description
    ServicesConfiguration
    | Improve this Doc View Source

    Storage

    Represents the storage section of the configuration file.

    Declaration
    public StorageConfiguration Storage { get; set; }
    Property Value
    Type Description
    StorageConfiguration
    • 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