MedicalHouseContractDto class

Constructors

MedicalHouseContractDto({String? contractId, int? validFrom, int? validTo, String? mmNihii, String? hcpId, MedicalHouseContractDtoChangeTypeEnum? changeType, String? parentContractId, String? changedBy, int? startOfContract, int? startOfCoverage, int? endOfContract, int? endOfCoverage, bool kine = false, bool gp = false, bool ptd = false, bool nurse = false, bool noKine = false, bool noGp = false, bool noNurse = false, int? unsubscriptionReasonId, int? ptdStart, int? ptdEnd, int? ptdLastInvoiced, int? startOfSuspension, int? endOfSuspension, MedicalHouseContractDtoSuspensionReasonEnum? suspensionReason, String? suspensionSource, bool forcedSuspension = false, MedicalHouseContractDtoSignatureTypeEnum? signatureType, int? status, Map<String, String> options = const {}, Map<String, String> receipts = const {}, String? encryptedSelf})
Returns a new MedicalHouseContractDto instance.

Properties

changedBy String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
changeType MedicalHouseContractDtoChangeTypeEnum?
getter/setter pair
contractId String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
encryptedSelf String?
The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.
getter/setter pair
endOfContract int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
endOfCoverage int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
endOfSuspension int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
forcedSuspension bool
getter/setter pair
gp bool
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
hcpId String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
kine bool
getter/setter pair
mmNihii String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
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?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
ptd bool
getter/setter pair
ptdEnd int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
ptdLastInvoiced int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
ptdStart int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
receipts Map<String, String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureType MedicalHouseContractDtoSignatureTypeEnum?
getter/setter pair
startOfContract int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
startOfCoverage int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
startOfSuspension int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
status int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
suspensionReason MedicalHouseContractDtoSuspensionReasonEnum?
getter/setter pair
suspensionSource String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
unsubscriptionReasonId int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
validFrom int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
validTo int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

fromJson(dynamic value) MedicalHouseContractDto?
Returns a new MedicalHouseContractDto instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<MedicalHouseContractDto>?
mapFromJson(dynamic json) Map<String, MedicalHouseContractDto>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<MedicalHouseContractDto>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.