Search Results for

    Show / Hide Table of Contents

    Class ClaraApplicationEntity

    Clara Application Entity Clara's SCP AE Title which is used to map to a user-defined pipeline.

    Inheritance
    Object
    ClaraApplicationEntity
    Namespace: Nvidia.Clara.DicomAdapter.API
    Assembly: Nvidia.Clara.Dicom.API.dll
    Syntax
    public class ClaraApplicationEntity : object
    Examples
    {
        "name": "brain-tumor",
        "aeTitle": "BrainTumorModel",
        "overwriteSameInstance": true,
        "ignoredSopClasses": [
            "1.2.840.10008.5.1.4.1.1.7"
        ],
        "processor": "Nvidia.Clara.DicomAdapter.Server.Processors.AeTitleJobProcessor, Nvidia.Clara.DicomAdapter",
        "processorSettings": {
            "timeout": 5,
            "priority": "higher",
            "pipeline-brain-tumor": "7b9cda79ed834fdc87cd4169216c4011",
            "otherSettings": 12345
        }
    }

    Constructors

    | Improve this Doc View Source

    ClaraApplicationEntity()

    Declaration
    public ClaraApplicationEntity()

    Fields

    | Improve this Doc View Source

    DefaultClaraJobProcessor

    Declaration
    public static readonly string DefaultClaraJobProcessor
    Field Value
    Type Description
    String

    Properties

    | Improve this Doc View Source

    AeTitle

    Gets or sets the AE TItle.

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

    IgnoredSopClasses

    Tells the SCP to not store DICOM instances with matching SOP Class UIDs.

    Declaration
    public IList<string> IgnoredSopClasses { get; set; }
    Property Value
    Type Description
    IList<String>
    | Improve this Doc View Source

    Name

    Gets or sets the name of a Clara DICOM application entity. This value must be unique.

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

    OverwriteSameInstance

    Gets or sets whether or not to overwrite existing instance with the same SOP Instance UID.

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

    Processor

    Gets or sets the processor to use for this AE Title. Default: DefaultClaraJobProcessor

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

    ProcessorSettings

    Gets or set additional settings for the configured processor. All settings are passed to the processor as is for handling.

    Declaration
    public Dictionary<string, string> ProcessorSettings { get; set; }
    Property Value
    Type Description
    Dictionary<String, String>

    Methods

    | Improve this Doc View Source

    SetDefaultValues()

    Declaration
    public void SetDefaultValues()

    Extension Methods

    ValidationExtensions.IsValid(ClaraApplicationEntity, IEnumerable<String>, out IList<String>)
    • 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