Class BaseApplicationEntity
DICOM Application Entity or AE.
Inheritance
BaseApplicationEntity
Namespace: Monai.Deploy.InformaticsGateway.Api.Models
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
Syntax
public class BaseApplicationEntity : MongoDBEntityBase
Remarks
Constructors
| Improve this Doc View SourceBaseApplicationEntity()
Declaration
public BaseApplicationEntity()
Properties
| Improve this Doc View SourceCreatedBy
Gets or set the user who created the DICOM entity.
Declaration
public string CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
String |
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<DateTime> |
HostIp
Gets or set the host name or IP address of the AE Title.
Declaration
public string HostIp { get; set; }
Property Value
Type | Description |
---|---|
String |
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 |
---|---|
String |
UpdatedBy
Gets or set the most recent user who updated the DICOM entity.
Declaration
public string UpdatedBy { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceSetAuthor(ClaimsPrincipal, EditMode)
Declaration
public void SetAuthor(ClaimsPrincipal user, EditMode editMode)
Parameters
Type | Name | Description |
---|---|---|
System.Security.Claims.ClaimsPrincipal | user | |
EditMode | editMode |
SetDefaultValues()
Declaration
public virtual void SetDefaultValues()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |