MedicalHouseContractDto constructor

MedicalHouseContractDto({
  1. String? contractId,
  2. int? validFrom,
  3. int? validTo,
  4. String? mmNihii,
  5. String? hcpId,
  6. MedicalHouseContractDtoChangeTypeEnum? changeType,
  7. String? parentContractId,
  8. String? changedBy,
  9. int? startOfContract,
  10. int? startOfCoverage,
  11. int? endOfContract,
  12. int? endOfCoverage,
  13. bool kine = false,
  14. bool gp = false,
  15. bool ptd = false,
  16. bool nurse = false,
  17. bool noKine = false,
  18. bool noGp = false,
  19. bool noNurse = false,
  20. int? unsubscriptionReasonId,
  21. int? ptdStart,
  22. int? ptdEnd,
  23. int? ptdLastInvoiced,
  24. int? startOfSuspension,
  25. int? endOfSuspension,
  26. MedicalHouseContractDtoSuspensionReasonEnum? suspensionReason,
  27. String? suspensionSource,
  28. bool forcedSuspension = false,
  29. MedicalHouseContractDtoSignatureTypeEnum? signatureType,
  30. int? status,
  31. Map<String, String> options = const {},
  32. Map<String, String> receipts = const {},
  33. 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,
});