Search Results for

    Show / Hide Table of Contents

    Class VerificationServiceConfiguration

    Represents dicom>scp>verification section of the configuration file.

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

    Constructors

    | Improve this Doc View Source

    VerificationServiceConfiguration()

    Declaration
    public VerificationServiceConfiguration()

    Properties

    | Improve this Doc View Source

    Enabled

    Gets or sets whether to enable the verification service.

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    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>
    • 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