Class EHIVitalSign
This class represents an exported vital sign
public record EHIVitalSign
- Inheritance
-
EHIVitalSign
Properties
Date
Observed date
public DateTime? Date { get; set; }
Property Value
DocumentId
The unique identifier of the document this entry is a part of
public decimal? DocumentId { get; set; }
Property Value
ModifiedStatus
The modification status of the clinical entry ('Filed in Error', 'Signed', 'Removed', or 'In Process')
public string ModifiedStatus { get; set; }
Property Value
UserId
The unique identifier of the provider that entered the record
public decimal? UserId { get; set; }
Property Value
Value
Observed value
public string Value { get; set; }
Property Value
VitalSignId
The unique vital sign entry identifier
public decimal VitalSignId { get; set; }
Property Value
VitalSignName
Vital sign name
public string VitalSignName { get; set; }