Table of Contents

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

Guid

BodySystem

public string? BodySystem { get; set; }

Property Value

string

ClinicalDocument

public ClinicalDocumentEntity ClinicalDocument { get; set; }

Property Value

ClinicalDocumentEntity

ClinicalDocumentId

public Guid ClinicalDocumentId { get; set; }

Property Value

Guid

Code

public string? Code { get; set; }

Property Value

string

Content

public string Content { get; set; }

Property Value

string

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

Id

public Guid Id { get; set; }

Property Value

Guid

IsAbnormal

public bool IsAbnormal { get; set; }

Property Value

bool

IsActive

public bool IsActive { get; set; }

Property Value

bool

ModifiedAt

public DateTime? ModifiedAt { get; set; }

Property Value

DateTime?

NumericValue

public double? NumericValue { get; set; }

Property Value

double?

ReferenceRange

public string? ReferenceRange { get; set; }

Property Value

string

Severity

public string Severity { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string

Unit

public string? Unit { get; set; }

Property Value

string

VitalSignsJson

public string? VitalSignsJson { get; set; }

Property Value

string