ConditionCategory enum

Used to store the type of condition being added.

Used when adding problems and allergies

If the category is encounter-diagnosis then the problem/condition is saved as a diagnosis. This will not be displayed in the primary patient banner because it is not a long term condition. It is mainly used when adding a chief complaint and diagnoses

If the category is problem-list-item then the problem/condition is saved to the patient's primary patient banner and secondary patient banner because it is now marked as a long term condition

Inheritance

Constructors

ConditionCategory()
const

Values

encounterDiagnosis → const ConditionCategory
problemListItem → const ConditionCategory

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

values → const List<ConditionCategory>
A constant List of the values in this enum, in order of their declaration.