InvoiceItem class

Constructors

InvoiceItem({int? dateCode, int codeNomenclature = 0, int? relatedCode, 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.

Properties

codeNomenclature int
getter/setter pair
dateCode int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
derogationMaxNumber InvoiceItemDerogationMaxNumberEnum?
getter/setter pair
doctorIdentificationNumber String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
doctorSupplement int
getter/setter pair
eidItem EIDItem?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
gnotionNihii String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
insuranceRef String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
insuranceRefDate int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
invoiceRef String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
override3rdPayerCode int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
patientFee int
getter/setter pair
percentNorm InvoiceItemPercentNormEnum?
getter/setter pair
personalInterventionCoveredByThirdPartyCode int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
prescriberNihii String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
prescriberNorm InvoiceItemPrescriberNormEnum?
getter/setter pair
prescriptionDate int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
reimbursedAmount int
getter/setter pair
relatedCode int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sideCode InvoiceItemSideCodeEnum?
getter/setter pair
timeOfDay InvoiceItemTimeOfDayEnum?
getter/setter pair
units int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

fromJson(dynamic value) InvoiceItem?
Returns a new InvoiceItem instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<InvoiceItem>?
mapFromJson(dynamic json) Map<String, InvoiceItem>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<InvoiceItem>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.