InvoiceItem constructor

InvoiceItem({
  1. int? dateCode,
  2. int codeNomenclature = 0,
  3. int? relatedCode,
  4. EIDItem? eidItem,
  5. String? insuranceRef,
  6. int? insuranceRefDate,
  7. int units = 0,
  8. int reimbursedAmount = 0,
  9. int patientFee = 0,
  10. int doctorSupplement = 0,
  11. InvoiceItemSideCodeEnum? sideCode,
  12. InvoiceItemTimeOfDayEnum? timeOfDay,
  13. int? override3rdPayerCode,
  14. String? gnotionNihii,
  15. InvoiceItemDerogationMaxNumberEnum? derogationMaxNumber,
  16. InvoiceItemPrescriberNormEnum? prescriberNorm,
  17. String? prescriberNihii,
  18. int? prescriptionDate,
  19. int? personalInterventionCoveredByThirdPartyCode,
  20. String? doctorIdentificationNumber,
  21. String? invoiceRef,
  22. InvoiceItemPercentNormEnum? percentNorm,
})

Returns a new InvoiceItem instance.

Implementation

InvoiceItem({
  this.dateCode,
  this.codeNomenclature = 0,
  this.relatedCode,
  this.eidItem,
  this.insuranceRef,
  this.insuranceRefDate,
  this.units = 0,
  this.reimbursedAmount = 0,
  this.patientFee = 0,
  this.doctorSupplement = 0,
  this.sideCode,
  this.timeOfDay,
  this.override3rdPayerCode,
  this.gnotionNihii,
  this.derogationMaxNumber,
  this.prescriberNorm,
  this.prescriberNihii,
  this.prescriptionDate,
  this.personalInterventionCoveredByThirdPartyCode,
  this.doctorIdentificationNumber,
  this.invoiceRef,
  this.percentNorm,
});