Search Results for

    Show / Hide Table of Contents

    Class Hl7ApplicationConfigEntity

    Inheritance
    System.Object
    MongoDBEntityBase
    Hl7ApplicationConfigEntity
    Inherited Members
    MongoDBEntityBase.Id
    MongoDBEntityBase.DateTimeCreated
    Namespace: Monai.Deploy.InformaticsGateway.Api
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public sealed class Hl7ApplicationConfigEntity : MongoDBEntityBase

    Properties

    | Improve this Doc View Source

    DataLink

    Gets or sets the data link. Value is either PatientId or StudyInstanceUid

    Declaration
    [JsonProperty("data_link")]
    public DataKeyValuePair DataLink { get; set; }
    Property Value
    Type Description
    DataKeyValuePair
    | Improve this Doc View Source

    DataMapping

    Gets or sets the data mapping. Value is a DICOM Tag

    Declaration
    [JsonProperty("data_mapping")]
    public List<StringKeyValuePair> DataMapping { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<StringKeyValuePair>
    | Improve this Doc View Source

    LastModified

    Declaration
    public DateTime LastModified { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Name

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

    Declaration
    [Key]
    [Column(Order = 0)]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PlugInAssemblies

    Optional list of data input plug-in type names to be executed by the .

    Declaration
    public List<string> PlugInAssemblies { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    | Improve this Doc View Source

    SendingId

    Gets or sets the sending identifier.

    Declaration
    [JsonProperty("sending_identifier")]
    public StringKeyValuePair SendingId { get; set; }
    Property Value
    Type Description
    StringKeyValuePair

    Methods

    | 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

    Validate()

    Declaration
    public IEnumerable<string> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.String>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX