Search Results for

    Show / Hide Table of Contents

    Class ScpConfiguration

    Represents dicom>scp section of the configuration file.

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

    Constructors

    | Improve this Doc View Source

    ScpConfiguration()

    Declaration
    public ScpConfiguration()

    Fields

    | Improve this Doc View Source

    DefaultLogDimseDatasets

    Declaration
    public const bool DefaultLogDimseDatasets = false
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    DefaultMaximumNumberOfAssociations

    Declaration
    public const int DefaultMaximumNumberOfAssociations = 25
    Field Value
    Type Description
    System.Int32

    Properties

    | Improve this Doc View Source

    EnableVerification

    Gets or sets wheather or not to enable verification (C-ECHO) service

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

    ExternalAppPort

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

    Declaration
    [ConfigurationKeyName("externalAppPort")]
    public int ExternalAppPort { get; set; }
    Property Value
    Type Description
    System.Int32
    | 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 maximum number of simultaneous DICOM associations for the SCP service.

    Declaration
    [ConfigurationKeyName("maximumNumberOfAssociations")]
    public int MaximumNumberOfAssociations { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Port

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

    Declaration
    [ConfigurationKeyName("port")]
    public int Port { get; set; }
    Property Value
    Type Description
    System.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
    [ConfigurationKeyName("rejectUnknownSources")]
    public bool RejectUnknownSources { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    VerificationServiceTransferSyntaxes

    Declaration
    public IReadOnlyList<string> VerificationServiceTransferSyntaxes { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<System.String>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX