Search Results for

    Show / Hide Table of Contents

    Class ScuConfiguration

    Represents dicom>scu section of the configuration file.

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

    Constructors

    | Improve this Doc View Source

    ScuConfiguration()

    Declaration
    public ScuConfiguration()

    Properties

    | Improve this Doc View Source

    AeTitle

    Gets or sets the AE Title for SCU service.

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

    ExportSettings

    Represents the dicom>scu>export section of the configuration file.

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

    LogDataPdus

    Gets or sets whether or not to write message to log for each P-Data-TF PDU sent or received.

    Declaration
    public bool LogDataPdus { get; set; }
    Property Value
    Type Description
    Boolean
    | 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 the maximum number of simultaneous DICOM associations for the SCU service.

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