Skip to main content

RecordStatusType

Valid types of a given record Represents the current status of a record in the system. Used to determine if a record is currently valid or has been cancelled/deactivated.

enum RecordStatusType {
ACTIVE
CANCELLED
}

Values

RecordStatusType.ACTIVE

Record is currently valid and in use

RecordStatusType.CANCELLED

Record has been cancelled or deactivated

Member Of

BloodPressure object ● BloodSugar object ● FluidExport object ● FluidIntake object ● OxygenSaturation object ● Pulse object ● ReportSheetEntry object ● SocialCare object ● Temperature object ● VitalSign interface ● Weight object