Table of Contents

Class ObservationDto

Namespace
Core.CliniCore.DTOs.ClinicalDocuments
Assembly
Core.CliniCore.dll

DTO for clinical observations with full field support

public class ObservationDto
Inheritance
ObservationDto
Inherited Members
Extension Methods

Properties

AuthorId

public Guid AuthorId { get; set; }

Property Value

Guid

BodySystem

public BodySystem? BodySystem { get; set; }

Property Value

BodySystem?

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

DocumentId

public Guid DocumentId { get; set; }

Property Value

Guid

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 EntrySeverity Severity { get; set; }

Property Value

EntrySeverity

Type

public ObservationType Type { get; set; }

Property Value

ObservationType

Unit

public string? Unit { get; set; }

Property Value

string

VitalSigns

public Dictionary<string, string>? VitalSigns { get; set; }

Property Value

Dictionary<string, string>