Class BaseApplicationEntity
- Namespace
- Monai.Deploy.InformaticsGateway.Api.Models
- Assembly
- Monai.Deploy.InformaticsGateway.Api.dll
DICOM Application Entity or AE.
public class BaseApplicationEntity : MongoDBEntityBase
- Inheritance
-
BaseApplicationEntity
- Derived
- Inherited Members
Remarks
Constructors
BaseApplicationEntity()
public BaseApplicationEntity()
Properties
CreatedBy
Gets or set the user who created the DICOM entity.
public string? CreatedBy { get; set; }
Property Value
DateTimeUpdated
Gets or set the most recent date time the DICOM entity was updated.
public DateTime? DateTimeUpdated { get; set; }
Property Value
HostIp
Gets or set the host name or IP address of the AE Title.
public string HostIp { get; set; }
Property Value
Name
Gets or sets the unique name used to identify a DICOM application entity. This value must be unique.
public string Name { get; set; }
Property Value
UpdatedBy
Gets or set the most recent user who updated the DICOM entity.
public string? UpdatedBy { get; set; }
Property Value
Methods
SetAuthor(ClaimsPrincipal, EditMode)
public void SetAuthor(ClaimsPrincipal user, EditMode editMode)
Parameters
user
ClaimsPrincipaleditMode
EditMode
SetDefaultValues()
public virtual void SetDefaultValues()
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.