Class ObservationEntity
- Namespace
- API.CliniCore.Data.Entities.ClinicalEntries
- Assembly
- API.CliniCore.dll
EF Core entity for clinical observations
public class ObservationEntity
- Inheritance
-
ObservationEntity
- Inherited Members
- Extension Methods
Properties
AuthorId
public Guid AuthorId { get; set; }
Property Value
BodySystem
public string? BodySystem { get; set; }
Property Value
ClinicalDocument
public ClinicalDocumentEntity ClinicalDocument { get; set; }
Property Value
ClinicalDocumentId
public Guid ClinicalDocumentId { get; set; }
Property Value
Code
public string? Code { get; set; }
Property Value
Content
public string Content { get; set; }
Property Value
CreatedAt
public DateTime CreatedAt { get; set; }
Property Value
Id
public Guid Id { get; set; }
Property Value
IsAbnormal
public bool IsAbnormal { get; set; }
Property Value
IsActive
public bool IsActive { get; set; }
Property Value
ModifiedAt
public DateTime? ModifiedAt { get; set; }
Property Value
NumericValue
public double? NumericValue { get; set; }
Property Value
ReferenceRange
public string? ReferenceRange { get; set; }
Property Value
Severity
public string Severity { get; set; }
Property Value
Type
public string Type { get; set; }
Property Value
Unit
public string? Unit { get; set; }
Property Value
VitalSignsJson
public string? VitalSignsJson { get; set; }