Class Hl7ApplicationConfigEntity
Inheritance
System.Object
Hl7ApplicationConfigEntity
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
public sealed class Hl7ApplicationConfigEntity : MongoDBEntityBase
Properties
|
Improve this Doc
View Source
Gets or sets the data link.
Value is either PatientId or StudyInstanceUid
Declaration
[JsonProperty("data_link")]
public DataKeyValuePair DataLink { get; set; }
Property Value
|
Improve this Doc
View Source
Gets or sets the data mapping.
Value is a DICOM Tag
Declaration
[JsonProperty("data_mapping")]
public List<StringKeyValuePair> DataMapping { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DateTime LastModified { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
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
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
Gets or sets the sending identifier.
Declaration
[JsonProperty("sending_identifier")]
public StringKeyValuePair SendingId { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
|
Improve this Doc
View Source
Declaration
public IEnumerable<string> Validate()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|