MedicalHouseContract class sealed
- Implemented types
- Implementers
Properties
- changedBy → String?
-
final
- changeType → ContractChangeType?
-
final
- contractId → String?
-
final
- encryptedSelf → Base64String?
-
final
- endOfContract → int?
-
final
- endOfCoverage → int?
-
final
- endOfSuspension → int?
-
final
- forcedSuspension → bool
-
final
- gp → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hcpId → String?
-
final
- kine → bool
-
final
- mmNihii → String?
-
final
- noGp → bool
-
final
- noKine → bool
-
final
- noNurse → bool
-
final
- nurse → bool
-
final
-
options
→ Map<
String, String> -
final
- parentContractId → String?
-
final
- ptd → bool
-
final
- ptdEnd → int?
-
final
- ptdLastInvoiced → int?
-
final
- ptdStart → int?
-
final
-
receipts
→ Map<
String, String> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signatureType → MhcSignatureType?
-
final
- startOfContract → int?
-
final
- startOfCoverage → int?
-
final
- startOfSuspension → int?
-
final
- status → int?
-
final
- suspensionReason → SuspensionReason?
-
final
- suspensionSource → String?
-
final
- unsubscriptionReasonId → int?
-
final
- validFrom → int?
-
final
- validTo → 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(
MedicalHouseContract value) → Map< String, dynamic> -
fromJSON(
Map< String, dynamic> data) → MedicalHouseContract