EncryptedPlanOfAction class abstract
- Implemented types
- Annotations
-
- @freezed
Constructors
-
EncryptedPlanOfAction.new({required String id, @Default(null) int? created, @Default(null) int? modified, @Default(null) String? author, @Default(null) String? responsible, @Default(null) String? medicalLocationId, @Default({}) Set<
CodeStub> tags, @Default({}) Set<CodeStub> codes, @Default(null) int? endOfLife, @Default(null) String? prescriberId, @Default(null) int? valueDate, @Default(null) int? openingDate, @Default(null) int? closingDate, @Default(null) int? deadlineDate, @Default(null) String? name, @Default(null) String? descr, @Default(null) String? note, @Default(null) String? idOpeningContact, @Default(null) String? idClosingContact, @Default(0) int status, @Default({}) Set<String> documentIds, @Default(null) int? numberOfCares, @Default([]) List<EncryptedCareTeamMembership?> careTeamMemberships, @Default(true) bool relevant, @Default(null) Base64String? encryptedSelf}) -
constfactory
Properties
-
no setterinherited
-
careTeamMemberships
→ List<
EncryptedCareTeamMembership?> -
no setterinherited
- closingDate → int?
-
no setterinherited
-
codes
→ Set<
CodeStub> -
no setterinherited
-
copyWith
→ $EncryptedPlanOfActionCopyWith<
EncryptedPlanOfAction> -
Create a copy of EncryptedPlanOfAction
with the given fields replaced by the non-null parameter values.
no setterinherited
- created → int?
-
no setterinherited
- deadlineDate → int?
-
no setterinherited
- descr → String?
-
no setterinherited
-
documentIds
→ Set<
String> -
no setterinherited
- encryptedSelf → Base64String?
-
no setterinherited
- endOfLife → int?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
no setterinherited
- idClosingContact → String?
-
no setterinherited
- idOpeningContact → String?
-
no setterinherited
- medicalLocationId → String?
-
no setterinherited
- modified → int?
-
no setterinherited
- name → String?
-
no setterinherited
- note → String?
-
no setterinherited
- numberOfCares → int?
-
no setterinherited
- openingDate → int?
-
no setterinherited
- prescriberId → String?
-
no setterinherited
- relevant → bool
-
no setterinherited
- responsible → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int
-
no setterinherited
-
no setterinherited
- valueDate → int?
-
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
Static Methods
-
encode(
EncryptedPlanOfAction value) → Map< String, dynamic> -
override
-
fromJSON(
Map< String, dynamic> data) → EncryptedPlanOfAction -
override