Search Results for

    Show / Hide Table of Contents

    Class DicomConfiguration

    Represents the dicom section of the configuration file.

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

    Properties

    | Improve this Doc View Source

    Scp

    Represents the dicom>scp section of the configuration file.

    Declaration
    [ConfigurationKeyName("scp")]
    public ScpConfiguration Scp { get; set; }
    Property Value
    Type Description
    ScpConfiguration
    | Improve this Doc View Source

    Scu

    Represents the dicom>scu section of the configuration file.

    Declaration
    [ConfigurationKeyName("scu")]
    public ScuConfiguration Scu { get; set; }
    Property Value
    Type Description
    ScuConfiguration
    | Improve this Doc View Source

    ValidateDicomOnSerialization

    Gets or sets whether to automatically validate the DICOM values when serializing to JSON. Defaults to False.

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

    WriteDicomJson

    Gets or sets whether to write DICOM JSON file for each instance received.

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