InvoiceItem constructor
InvoiceItem({
- int? dateCode,
- int codeNomenclature = 0,
- EIDItem? eidItem,
- String? insuranceRef,
- int? insuranceRefDate,
- int units = 0,
- int reimbursedAmount = 0,
- int patientFee = 0,
- int doctorSupplement = 0,
- InvoiceItemSideCodeEnum? sideCode,
- InvoiceItemTimeOfDayEnum? timeOfDay,
- int? override3rdPayerCode,
- String? gnotionNihii,
- InvoiceItemDerogationMaxNumberEnum? derogationMaxNumber,
- InvoiceItemPrescriberNormEnum? prescriberNorm,
- String? prescriberNihii,
- int? prescriptionDate,
- int? personalInterventionCoveredByThirdPartyCode,
- String? doctorIdentificationNumber,
- String? invoiceRef,
- 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,
});