Search Results for

    Show / Hide Table of Contents

    Class ScuConfiguration

    Represents dicom>scu section of the configuration file.

    Inheritance
    System.Object
    ScuConfiguration
    Namespace: Monai.Deploy.InformaticsGateway.Configuration
    Assembly: Monai.Deploy.InformaticsGateway.Configuration.dll
    Syntax
    public class ScuConfiguration

    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
    [ConfigurationKeyName("aeTitle")]
    public string AeTitle { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    AgentName

    Gets or sets the (postfix) name of the DIMSE export agent used for receiving messages. This value is appended to ExportRequestPrefix as the name for subscribing to messages from the message broker service.

    Declaration
    [ConfigurationKeyName("agentName")]
    public string AgentName { get; set; }
    Property Value
    Type Description
    System.String
    | 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
    [ConfigurationKeyName("logDataPDUs")]
    public bool LogDataPdus { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LogDimseDatasets

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

    Declaration
    [ConfigurationKeyName("logDimseDatasets")]
    public bool LogDimseDatasets { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MaximumNumberOfAssociations

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

    Declaration
    [ConfigurationKeyName("maximumNumberOfAssociations")]
    public ushort MaximumNumberOfAssociations { get; set; }
    Property Value
    Type Description
    System.UInt16
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX