EncryptedInvoicingCode constructor

EncryptedInvoicingCode({
  1. int? units,
  2. int? side,
  3. int? timeOfDay,
  4. int? eidReadingHour,
  5. int? override3rdPayerCode,
  6. int? transplantationCode,
  7. int? prescriberNorm,
  8. int? percentNorm,
  9. int? derogationMaxNumber,
  10. int? locationService,
  11. int? insuranceJustification,
  12. int? cancelPatientInterventionReason,
  13. String? id,
  14. int? dateCode,
  15. String? logicalId,
  16. String? label,
  17. String? userId,
  18. String? contactId,
  19. String? serviceId,
  20. String? tarificationId,
  21. String? code,
  22. PaymentType? paymentType,
  23. double? paid,
  24. double? totalAmount,
  25. double? reimbursement,
  26. double? patientIntervention,
  27. double? doctorSupplement,
  28. double? conventionAmount,
  29. double? vat,
  30. String? error,
  31. String? contract,
  32. int? contractDate,
  33. String? eidReadingValue,
  34. String? override3rdPayerReason,
  35. String? prescriberNihii,
  36. String? relatedCode,
  37. int? prescriptionDate,
  38. String? prescriberSsin,
  39. String? prescriberLastName,
  40. String? prescriberFirstName,
  41. String? prescriberCdHcParty,
  42. String? locationNihii,
  43. String? locationCdHcParty,
  44. int? admissionDate,
  45. bool? canceled,
  46. bool? accepted,
  47. bool? pending,
  48. bool? resent,
  49. bool? archived,
  50. bool? lost,
  51. int? status,
  52. 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;