Table of Contents

Class EHIVitalSign

Namespace
FEHR.EHR.EHIExport
Assembly
FEHR.EHR.EHIExport.dll

This class represents an exported vital sign

public record EHIVitalSign
Inheritance
EHIVitalSign

Properties

Date

Observed date

public DateTime? Date { get; set; }

Property Value

DateTime?

DocumentId

The unique identifier of the document this entry is a part of

public decimal? DocumentId { get; set; }

Property Value

decimal?

ModifiedStatus

The modification status of the clinical entry ('Filed in Error', 'Signed', 'Removed', or 'In Process')

public string ModifiedStatus { get; set; }

Property Value

string

UserId

The unique identifier of the provider that entered the record

public decimal? UserId { get; set; }

Property Value

decimal?

Value

Observed value

public string Value { get; set; }

Property Value

string

VitalSignId

The unique vital sign entry identifier

public decimal VitalSignId { get; set; }

Property Value

decimal

VitalSignName

Vital sign name

public string VitalSignName { get; set; }

Property Value

string