MedicalHouseContract class sealed

Implemented types
Implementers

Properties

changedBy String?
getter/setter pair
changeType ContractChangeType?
getter/setter pair
contractId String?
getter/setter pair
encryptedSelf Base64String?
getter/setter pairoverride
endOfContract int?
getter/setter pair
endOfCoverage int?
getter/setter pair
endOfSuspension int?
getter/setter pair
forcedSuspension bool
getter/setter pair
gp bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hcpId String?
getter/setter pair
kine bool
getter/setter pair
mmNihii String?
getter/setter pair
noGp bool
getter/setter pair
noKine bool
getter/setter pair
noNurse bool
getter/setter pair
nurse bool
getter/setter pair
options Map<String, String>
getter/setter pair
parentContractId String?
getter/setter pair
ptd bool
getter/setter pair
ptdEnd int?
getter/setter pair
ptdLastInvoiced int?
getter/setter pair
ptdStart int?
getter/setter pair
receipts Map<String, String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureType MhcSignatureType?
getter/setter pair
startOfContract int?
getter/setter pair
startOfCoverage int?
getter/setter pair
startOfSuspension int?
getter/setter pair
status int?
getter/setter pair
suspensionReason SuspensionReason?
getter/setter pair
suspensionSource String?
getter/setter pair
unsubscriptionReasonId int?
getter/setter pair
validFrom int?
getter/setter pair
validTo int?
getter/setter pair

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