InvoicingCodeDto constructor

InvoicingCodeDto({
  1. String? id,
  2. int? dateCode,
  3. String? logicalId,
  4. String? label,
  5. String? userId,
  6. String? contactId,
  7. String? serviceId,
  8. String? tarificationId,
  9. String? code,
  10. InvoicingCodeDtoPaymentTypeEnum? paymentType,
  11. double? paid,
  12. double? totalAmount,
  13. double? reimbursement,
  14. double? patientIntervention,
  15. double? doctorSupplement,
  16. double? conventionAmount,
  17. double? vat,
  18. String? error,
  19. String? contract,
  20. int? contractDate,
  21. int? units,
  22. int? side,
  23. int? timeOfDay,
  24. int? eidReadingHour,
  25. String? eidReadingValue,
  26. int? override3rdPayerCode,
  27. String? override3rdPayerReason,
  28. int? transplantationCode,
  29. int? prescriberNorm,
  30. int? percentNorm,
  31. String? prescriberNihii,
  32. String? relatedCode,
  33. int? prescriptionDate,
  34. int? derogationMaxNumber,
  35. String? prescriberSsin,
  36. String? prescriberLastName,
  37. String? prescriberFirstName,
  38. String? prescriberCdHcParty,
  39. String? locationNihii,
  40. String? locationCdHcParty,
  41. int? locationService,
  42. bool? canceled,
  43. bool? accepted,
  44. bool? pending,
  45. bool? resent,
  46. bool? archived,
  47. bool? lost,
  48. int? insuranceJustification,
  49. int? cancelPatientInterventionReason,
  50. int? status,
  51. String? encryptedSelf,
})

Returns a new InvoicingCodeDto instance.

Implementation

InvoicingCodeDto({
  this.id,
  this.dateCode,
  this.logicalId,
  this.label,
  this.userId,
  this.contactId,
  this.serviceId,
  this.tarificationId,
  this.code,
  this.paymentType,
  this.paid,
  this.totalAmount,
  this.reimbursement,
  this.patientIntervention,
  this.doctorSupplement,
  this.conventionAmount,
  this.vat,
  this.error,
  this.contract,
  this.contractDate,
  this.units,
  this.side,
  this.timeOfDay,
  this.eidReadingHour,
  this.eidReadingValue,
  this.override3rdPayerCode,
  this.override3rdPayerReason,
  this.transplantationCode,
  this.prescriberNorm,
  this.percentNorm,
  this.prescriberNihii,
  this.relatedCode,
  this.prescriptionDate,
  this.derogationMaxNumber,
  this.prescriberSsin,
  this.prescriberLastName,
  this.prescriberFirstName,
  this.prescriberCdHcParty,
  this.locationNihii,
  this.locationCdHcParty,
  this.locationService,
  this.canceled,
  this.accepted,
  this.pending,
  this.resent,
  this.archived,
  this.lost,
  this.insuranceJustification,
  this.cancelPatientInterventionReason,
  this.status,
  this.encryptedSelf,
});