MedicalHouseContractDto constructor
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.
Implementation
MedicalHouseContractDto({
this.contractId,
this.validFrom,
this.validTo,
this.mmNihii,
this.hcpId,
this.changeType,
this.parentContractId,
this.changedBy,
this.startOfContract,
this.startOfCoverage,
this.endOfContract,
this.endOfCoverage,
this.kine = false,
this.gp = false,
this.ptd = false,
this.nurse = false,
this.noKine = false,
this.noGp = false,
this.noNurse = false,
this.unsubscriptionReasonId,
this.ptdStart,
this.ptdEnd,
this.ptdLastInvoiced,
this.startOfSuspension,
this.endOfSuspension,
this.suspensionReason,
this.suspensionSource,
this.forcedSuspension = false,
this.signatureType,
this.status,
this.options = const {},
this.receipts = const {},
this.encryptedSelf,
});