TemporalRelationshipToMeal class

This schema represents the temporal relationship of a clinical measure or assessment to meals (e.g., fasting, after lunch).

OMH version 1.0 See temporal-relationship-to-meal

Inheritance

Constructors

TemporalRelationshipToMeal(String schemaValue)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaValue String
The schema enumeration value
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

AFTER_BREAKFAST → const String
AFTER_DINNER → const String
AFTER_LUNCH → const String
AFTER_MEAL → const String
BEFORE_DINNER → const String
BEFORE_LUNCH → const String
BEFORE_MEAL → const String
BEORE_BREAKFAST → const String
FASTING → const String
NOT_FASTING → const String
TWO_HOURS_POST_PRANDIAL → const String
WITH_FOOD → const String
WITH_MEAL → const String