Search Results for

    Show / Hide Table of Contents

    Class SourceApplicationEntity

    Source (SCP) Application Entity

    Inheritance
    System.Object
    MongoDBEntityBase
    BaseApplicationEntity
    SourceApplicationEntity
    Inherited Members
    BaseApplicationEntity.Name
    BaseApplicationEntity.HostIp
    BaseApplicationEntity.CreatedBy
    BaseApplicationEntity.UpdatedBy
    BaseApplicationEntity.DateTimeUpdated
    BaseApplicationEntity.SetAuthor(ClaimsPrincipal, EditMode)
    MongoDBEntityBase.Id
    MongoDBEntityBase.DateTimeCreated
    Namespace: Monai.Deploy.InformaticsGateway.Api
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public class SourceApplicationEntity : BaseApplicationEntity
    Examples
    {
        "name": "AIAETitle",
        "hostIp": "10.20.100.200",
        "aeTitle": "AIAETITLE"
    }

    Constructors

    | Improve this Doc View Source

    SourceApplicationEntity()

    Declaration
    public SourceApplicationEntity()

    Properties

    | Improve this Doc View Source

    AeTitle

    Gets or sets the AE Title (AET) used to identify itself in a DICOM association.

    Declaration
    public string AeTitle { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    SetDefaultValues()

    Declaration
    public override void SetDefaultValues()
    Overrides
    BaseApplicationEntity.SetDefaultValues()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    BaseApplicationEntity.ToString()

    Extension Methods

    ValidationExtensions.IsValid(SourceApplicationEntity, out IList<String>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX