DecryptedInvoicingCode class abstract
- Implemented types
- Annotations
-
- @freezed
Constructors
- DecryptedInvoicingCode.new({required String? id, @Default(null) int? dateCode, @Default(null) String? logicalId, @Default(null) String? label, @Default(null) String? userId, @Default(null) String? contactId, @Default(null) String? serviceId, @Default(null) String? tarificationId, @Default(null) String? code, @Default(null) PaymentType? paymentType, @Default(null) double? paid, @Default(null) double? totalAmount, @Default(null) double? reimbursement, @Default(null) double? patientIntervention, @Default(null) double? doctorSupplement, @Default(null) double? conventionAmount, @Default(null) double? vat, @Default(null) String? error, @Default(null) String? contract, @Default(null) int? contractDate, @Default(null) int? units, @Default(null) int? side, @Default(null) int? timeOfDay, @Default(null) int? eidReadingHour, @Default(null) String? eidReadingValue, @Default(null) int? override3rdPayerCode, @Default(null) String? override3rdPayerReason, @Default(null) int? transplantationCode, @Default(null) int? prescriberNorm, @Default(null) String? productLabel, @Default(null) int? percentNorm, @Default(null) String? prescriberNihii, @Default(null) int? prescriptionDate, @Default(null) int? derogationMaxNumber, @Default(null) String? prescriberSsin, @Default(null) String? prescriberLastName, @Default(null) String? prescriberFirstName, @Default(null) String? prescriberCdHcParty, @Default(null) String? locationNihii, @Default(null) String? locationCdHcParty, @Default(null) int? locationService, @Default(null) int? admissionDate, @Default(null) bool? canceled, @Default(null) bool? accepted, @Default(null) bool? pending, @Default(null) bool? resent, @Default(null) bool? archived, @Default(null) bool? lost, @Default(null) int? insuranceJustification, @Default(null) int? cancelPatientInterventionReason, @Default(null) int? status, @Default(null) Base64String? encryptedSelf})
-
constfactory
Properties
- accepted → bool?
-
no setterinherited
- admissionDate → int?
-
no setterinherited
- archived → bool?
-
no setterinherited
- canceled → bool?
-
no setterinherited
- cancelPatientInterventionReason → int?
-
no setterinherited
- code → String?
-
no setterinherited
- contactId → String?
-
no setterinherited
- contract → String?
-
no setterinherited
- contractDate → int?
-
no setterinherited
- conventionAmount → double?
-
no setterinherited
-
copyWith
→ $DecryptedInvoicingCodeCopyWith<
DecryptedInvoicingCode> -
Create a copy of DecryptedInvoicingCode
with the given fields replaced by the non-null parameter values.
no setterinherited
- dateCode → int?
-
no setterinherited
- derogationMaxNumber → int?
-
no setterinherited
- doctorSupplement → double?
-
no setterinherited
- eidReadingHour → int?
-
no setterinherited
- eidReadingValue → String?
-
no setterinherited
- encryptedSelf → Base64String?
-
no setterinherited
- error → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
no setterinherited
- insuranceJustification → int?
-
no setterinherited
- label → String?
-
no setterinherited
- locationCdHcParty → String?
-
no setterinherited
- locationNihii → String?
-
no setterinherited
- locationService → int?
-
no setterinherited
- logicalId → String?
-
no setterinherited
- lost → bool?
-
no setterinherited
- override3rdPayerCode → int?
-
no setterinherited
- override3rdPayerReason → String?
-
no setterinherited
- paid → double?
-
no setterinherited
- patientIntervention → double?
-
no setterinherited
- paymentType → PaymentType?
-
no setterinherited
- pending → bool?
-
no setterinherited
- percentNorm → int?
-
no setterinherited
- prescriberCdHcParty → String?
-
no setterinherited
- prescriberFirstName → String?
-
no setterinherited
- prescriberLastName → String?
-
no setterinherited
- prescriberNihii → String?
-
no setterinherited
- prescriberNorm → int?
-
no setterinherited
- prescriberSsin → String?
-
no setterinherited
- prescriptionDate → int?
-
no setterinherited
- productLabel → String?
-
no setterinherited
- reimbursement → double?
-
no setterinherited
-
no setterinherited
- resent → bool?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceId → String?
-
no setterinherited
- side → int?
-
no setterinherited
- status → int?
-
no setterinherited
- tarificationId → String?
-
no setterinherited
- timeOfDay → int?
-
no setterinherited
- totalAmount → double?
-
no setterinherited
- transplantationCode → int?
-
no setterinherited
- units → int?
-
no setterinherited
- userId → String?
-
no setterinherited
- vat → double?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode(
DecryptedInvoicingCode value) → Map< String, dynamic> -
override
-
fromJSON(
Map< String, dynamic> data) → DecryptedInvoicingCode -
override