EncryptedMedicalHouseContract class abstract
- Implemented types
- Annotations
-
- @freezed
Constructors
-
EncryptedMedicalHouseContract({@Default.new(null) String? contractId, @Default.new(null) int? validFrom, @Default.new(null) int? validTo, @Default.new(null) String? mmNihii, @Default.new(null) String? hcpId, @Default.new(null) ContractChangeType? changeType, @Default.new(null) String? parentContractId, @Default.new(null) String? changedBy, @Default.new(null) int? startOfContract, @Default.new(null) int? startOfCoverage, @Default.new(null) int? endOfContract, @Default.new(null) int? endOfCoverage, @Default.new(false) bool kine, @Default.new(false) bool gp, @Default.new(false) bool ptd, @Default.new(false) bool nurse, @Default.new(false) bool noKine, @Default.new(false) bool noGp, @Default.new(false) bool noNurse, @Default.new(null) int? unsubscriptionReasonId, @Default.new(null) int? ptdStart, @Default.new(null) int? ptdEnd, @Default.new(null) int? ptdLastInvoiced, @Default.new(null) int? startOfSuspension, @Default.new(null) int? endOfSuspension, @Default.new(null) SuspensionReason? suspensionReason, @Default.new(null) String? suspensionSource, @Default.new(false) bool forcedSuspension, @Default.new(null) MhcSignatureType? signatureType, @Default.new(null) int? status, @Default.new({}) Map<
String, String> options, @Default.new({}) Map<String, String> receipts, @Default.new(null) Base64String? encryptedSelf}) -
constfactory
Properties
- changedBy → String?
-
no setterinherited
- changeType → ContractChangeType?
-
no setterinherited
- contractId → String?
-
no setterinherited
-
copyWith
→ $EncryptedMedicalHouseContractCopyWith<
EncryptedMedicalHouseContract> -
Create a copy of EncryptedMedicalHouseContract
with the given fields replaced by the non-null parameter values.
no setterinherited
- encryptedSelf → Base64String?
-
no setterinherited
- endOfContract → int?
-
no setterinherited
- endOfCoverage → int?
-
no setterinherited
- endOfSuspension → int?
-
no setterinherited
- forcedSuspension → bool
-
no setterinherited
- gp → bool
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hcpId → String?
-
no setterinherited
- kine → bool
-
no setterinherited
- mmNihii → String?
-
no setterinherited
- noGp → bool
-
no setterinherited
- noKine → bool
-
no setterinherited
- noNurse → bool
-
no setterinherited
- nurse → bool
-
no setterinherited
-
options
→ Map<
String, String> -
no setterinherited
- parentContractId → String?
-
no setterinherited
- ptd → bool
-
no setterinherited
- ptdEnd → int?
-
no setterinherited
- ptdLastInvoiced → int?
-
no setterinherited
- ptdStart → int?
-
no setterinherited
-
receipts
→ Map<
String, String> -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signatureType → MhcSignatureType?
-
no setterinherited
- startOfContract → int?
-
no setterinherited
- startOfCoverage → int?
-
no setterinherited
- startOfSuspension → int?
-
no setterinherited
- status → int?
-
no setterinherited
- suspensionReason → SuspensionReason?
-
no setterinherited
- suspensionSource → String?
-
no setterinherited
- unsubscriptionReasonId → int?
-
no setterinherited
- validFrom → int?
-
no setterinherited
- validTo → 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(
EncryptedMedicalHouseContract value) → Map< String, dynamic> -
override
-
fromJSON(
Map< String, dynamic> data) → EncryptedMedicalHouseContract -
override