Search Results for

    Show / Hide Table of Contents

    Class HL7DestinationEntity

    HL7 Destination Entity

    Inheritance
    System.Object
    MongoDBEntityBase
    BaseApplicationEntity
    HL7DestinationEntity
    Inherited Members
    BaseApplicationEntity.Name
    BaseApplicationEntity.HostIp
    BaseApplicationEntity.CreatedBy
    BaseApplicationEntity.UpdatedBy
    BaseApplicationEntity.DateTimeUpdated
    BaseApplicationEntity.SetDefaultValues()
    BaseApplicationEntity.SetAuthor(ClaimsPrincipal, EditMode)
    MongoDBEntityBase.Id
    MongoDBEntityBase.DateTimeCreated
    Namespace: Monai.Deploy.InformaticsGateway.Api.Models
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public class HL7DestinationEntity : BaseApplicationEntity
    Examples
    {
        "name": "MYPACS",
        "hostIp": "10.20.100.200",
        "port": 1104
    }

    Properties

    | Improve this Doc View Source

    Port

    Gets or sets the port to connect to.

    Declaration
    public int Port { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    ToString()

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

    Extension Methods

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