EncryptedInvoicingCode constructor
EncryptedInvoicingCode({
- int? units,
- int? side,
- int? timeOfDay,
- int? eidReadingHour,
- int? override3rdPayerCode,
- int? transplantationCode,
- int? prescriberNorm,
- int? percentNorm,
- int? derogationMaxNumber,
- int? locationService,
- int? insuranceJustification,
- int? cancelPatientInterventionReason,
- String? id,
- int? dateCode,
- String? logicalId,
- String? label,
- String? userId,
- String? contactId,
- String? serviceId,
- String? tarificationId,
- String? code,
- PaymentType? paymentType,
- double? paid,
- double? totalAmount,
- double? reimbursement,
- double? patientIntervention,
- double? doctorSupplement,
- double? conventionAmount,
- double? vat,
- String? error,
- String? contract,
- int? contractDate,
- String? eidReadingValue,
- String? override3rdPayerReason,
- String? prescriberNihii,
- int? prescriptionDate,
- String? prescriberSsin,
- String? prescriberLastName,
- String? prescriberFirstName,
- String? prescriberCdHcParty,
- String? locationNihii,
- String? locationCdHcParty,
- int? admissionDate,
- bool? canceled,
- bool? accepted,
- bool? pending,
- bool? resent,
- bool? archived,
- bool? lost,
- int? status,
- Base64String? encryptedSelf,
Implementation
EncryptedInvoicingCode({
int? units,
int? side,
int? timeOfDay,
int? eidReadingHour,
int? override3rdPayerCode,
int? transplantationCode,
int? prescriberNorm,
int? percentNorm,
int? derogationMaxNumber,
int? locationService,
int? insuranceJustification,
int? cancelPatientInterventionReason,
this.id,
int? dateCode,
String? logicalId,
String? label,
String? userId,
String? contactId,
String? serviceId,
String? tarificationId,
String? code,
PaymentType? paymentType,
double? paid,
double? totalAmount,
double? reimbursement,
double? patientIntervention,
double? doctorSupplement,
double? conventionAmount,
double? vat,
String? error,
String? contract,
int? contractDate,
String? eidReadingValue,
String? override3rdPayerReason,
String? prescriberNihii,
String? relatedCode,
int? prescriptionDate,
String? prescriberSsin,
String? prescriberLastName,
String? prescriberFirstName,
String? prescriberCdHcParty,
String? locationNihii,
String? locationCdHcParty,
int? admissionDate,
bool? canceled,
bool? accepted,
bool? pending,
bool? resent,
bool? archived,
bool? lost,
int? status,
Base64String? encryptedSelf
}) : dateCode = dateCode ?? null,
logicalId = logicalId ?? null,
label = label ?? null,
userId = userId ?? null,
contactId = contactId ?? null,
serviceId = serviceId ?? null,
tarificationId = tarificationId ?? null,
code = code ?? null,
paymentType = paymentType ?? null,
paid = paid ?? null,
totalAmount = totalAmount ?? null,
reimbursement = reimbursement ?? null,
patientIntervention = patientIntervention ?? null,
doctorSupplement = doctorSupplement ?? null,
conventionAmount = conventionAmount ?? null,
vat = vat ?? null,
error = error ?? null,
contract = contract ?? null,
contractDate = contractDate ?? null,
eidReadingValue = eidReadingValue ?? null,
override3rdPayerReason = override3rdPayerReason ?? null,
prescriberNihii = prescriberNihii ?? null,
relatedCode = relatedCode ?? null,
prescriptionDate = prescriptionDate ?? null,
prescriberSsin = prescriberSsin ?? null,
prescriberLastName = prescriberLastName ?? null,
prescriberFirstName = prescriberFirstName ?? null,
prescriberCdHcParty = prescriberCdHcParty ?? null,
locationNihii = locationNihii ?? null,
locationCdHcParty = locationCdHcParty ?? null,
admissionDate = admissionDate ?? null,
canceled = canceled ?? null,
accepted = accepted ?? null,
pending = pending ?? null,
resent = resent ?? null,
archived = archived ?? null,
lost = lost ?? null,
status = status ?? null,
encryptedSelf = encryptedSelf ?? null,
_units = units ?? null,
_side = side ?? null,
_timeOfDay = timeOfDay ?? null,
_eidReadingHour = eidReadingHour ?? null,
_override3rdPayerCode = override3rdPayerCode ?? null,
_transplantationCode = transplantationCode ?? null,
_prescriberNorm = prescriberNorm ?? null,
_percentNorm = percentNorm ?? null,
_derogationMaxNumber = derogationMaxNumber ?? null,
_locationService = locationService ?? null,
_insuranceJustification = insuranceJustification ?? null,
_cancelPatientInterventionReason = cancelPatientInterventionReason ?? null;