Search Results for

    Show / Hide Table of Contents

    Class BaseApplicationEntity

    DICOM Application Entity or AE.

    Inheritance
    System.Object
    MongoDBEntityBase
    BaseApplicationEntity
    DestinationApplicationEntity
    HL7DestinationEntity
    SourceApplicationEntity
    Inherited Members
    MongoDBEntityBase.Id
    MongoDBEntityBase.DateTimeCreated
    Namespace: Monai.Deploy.InformaticsGateway.Api.Models
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public class BaseApplicationEntity : MongoDBEntityBase
    Remarks
    • Application Entity

    Constructors

    | Improve this Doc View Source

    BaseApplicationEntity()

    Declaration
    public BaseApplicationEntity()

    Properties

    | Improve this Doc View Source

    CreatedBy

    Gets or set the user who created the DICOM entity.

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

    DateTimeUpdated

    Gets or set the most recent date time the DICOM entity was updated.

    Declaration
    public DateTime? DateTimeUpdated { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    HostIp

    Gets or set the host name or IP address of the AE Title.

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

    Name

    Gets or sets the unique name used to identify a DICOM application entity. This value must be unique.

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

    UpdatedBy

    Gets or set the most recent user who updated the DICOM entity.

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

    Methods

    | Improve this Doc View Source

    SetAuthor(ClaimsPrincipal, EditMode)

    Declaration
    public void SetAuthor(ClaimsPrincipal user, EditMode editMode)
    Parameters
    Type Name Description
    System.Security.Claims.ClaimsPrincipal user
    EditMode editMode
    | Improve this Doc View Source

    SetDefaultValues()

    Declaration
    public virtual void SetDefaultValues()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX