EntitySubType enum
- Inheritance
- Available extensions
Values
- name → const EntitySubType
- dosage → const EntitySubType
- routeOrMode → const EntitySubType
- form → const EntitySubType
- frequency → const EntitySubType
- duration → const EntitySubType
- genericName → const EntitySubType
- brandName → const EntitySubType
- strength → const EntitySubType
- rate → const EntitySubType
- acuity → const EntitySubType
- testName → const EntitySubType
- testValue → const EntitySubType
- testUnits → const EntitySubType
- procedureName → const EntitySubType
- treatmentName → const EntitySubType
- date → const EntitySubType
- age → const EntitySubType
- contactPoint → const EntitySubType
- email → const EntitySubType
- identifier → const EntitySubType
- url → const EntitySubType
- address → const EntitySubType
- profession → const EntitySubType
- systemOrganSite → const EntitySubType
- direction → const EntitySubType
- quality → const EntitySubType
- quantity → const EntitySubType
- timeExpression → const EntitySubType
- timeToMedicationName → const EntitySubType
- timeToDxName → const EntitySubType
- timeToTestName → const EntitySubType
- timeToProcedureName → const EntitySubType
- timeToTreatmentName → const EntitySubType
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toValue(
) → String -
Available on EntitySubType, provided by the EntitySubTypeValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
EntitySubType> - A constant List of the values in this enum, in order of their declaration.