PlanOfAction class sealed
- Implemented types
- Implementers
Properties
-
final
-
careTeamMemberships
→ List<
CareTeamMembership?> -
no setter
- closingDate → int?
-
final
-
codes
→ Set<
CodeStub> -
final
- created → int?
-
final
- deadlineDate → int?
-
final
- descr → String?
-
final
-
documentIds
→ Set<
String> -
final
- encryptedSelf → Base64String?
-
final
- endOfLife → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- idClosingContact → String?
-
final
- idOpeningContact → String?
-
final
- medicalLocationId → String?
-
final
- modified → int?
-
final
- name → String?
-
final
- note → String?
-
final
- numberOfCares → int?
-
final
- openingDate → int?
-
final
- prescriberId → String?
-
final
- relevant → bool
-
final
- responsible → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int
-
final
-
final
- valueDate → int?
-
final
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
Static Methods
-
encode(
PlanOfAction value) → Map< String, dynamic> -
fromJSON(
Map< String, dynamic> data) → PlanOfAction