Search Results for

    Show / Hide Table of Contents

    Class ScpConfiguration

    Represents dicom>scp section of the configuration file.

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

    Constructors

    | Improve this Doc View Source

    ScpConfiguration()

    Declaration
    public ScpConfiguration()

    Properties

    | Improve this Doc View Source

    LogDimseDatasets

    Gets or sets whether or not to write command and data datasets to the log.

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

    MaximumNumberOfAssociations

    Gets or sets maximum number of simultaneous DICOM associations for the SCP service.

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

    Port

    Gets or sets Port number to be used for SCP service.

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

    RejectUnknownSources

    Gets or sets whether or not associations shall be rejected if not defined in the dicom>scp>sources section.

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

    Verification

    Gets or sets Verification (C-ECHO) service configuration

    Declaration
    public VerificationServiceConfiguration Verification { get; }
    Property Value
    Type Description
    VerificationServiceConfiguration
    • 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