AmppDto constructor

AmppDto({
  1. int? from,
  2. int? to,
  3. double? index,
  4. String? ctiExtended,
  5. required bool orphan,
  6. SamTextDto? leafletLink,
  7. SamTextDto? spcLink,
  8. SamTextDto? rmaPatientLink,
  9. SamTextDto? rmaProfessionalLink,
  10. int? parallelCircuit,
  11. String? parallelDistributor,
  12. int? packMultiplier,
  13. QuantityDto? packAmount,
  14. String? packDisplayValue,
  15. AmppDtoStatusEnum? status,
  16. List<AtcDto> atcs = const [],
  17. SamTextDto? crmLink,
  18. String? deliveryModusCode,
  19. SamTextDto? deliveryModus,
  20. String? deliveryModusSpecificationCode,
  21. SamTextDto? deliveryModusSpecification,
  22. SamTextDto? dhpcLink,
  23. CompanyDto? distributorCompany,
  24. bool? singleUse,
  25. int? speciallyRegulated,
  26. SamTextDto? abbreviatedName,
  27. SamTextDto? prescriptionName,
  28. SamTextDto? note,
  29. SamTextDto? posologyNote,
  30. List<SamTextDto> noGenericPrescriptionReasons = const [],
  31. double? exFactoryPrice,
  32. int? reimbursementCode,
  33. QuantityDto? definedDailyDose,
  34. double? officialExFactoryPrice,
  35. double? realExFactoryPrice,
  36. int? pricingInformationDecisionDate,
  37. List<AmppComponentDto> components = const [],
  38. List<CommercializationDto> commercializations = const [],
  39. List<SupplyProblemDto> supplyProblems = const [],
  40. List<DmppDto> dmpps = const [],
  41. List<String> vaccineIndicationCodes = const [],
})

Returns a new AmppDto instance.

Implementation

AmppDto({
  this.from,
  this.to,
  this.index,
  this.ctiExtended,
  required this.orphan,
  this.leafletLink,
  this.spcLink,
  this.rmaPatientLink,
  this.rmaProfessionalLink,
  this.parallelCircuit,
  this.parallelDistributor,
  this.packMultiplier,
  this.packAmount,
  this.packDisplayValue,
  this.status,
  this.atcs = const [],
  this.crmLink,
  this.deliveryModusCode,
  this.deliveryModus,
  this.deliveryModusSpecificationCode,
  this.deliveryModusSpecification,
  this.dhpcLink,
  this.distributorCompany,
  this.singleUse,
  this.speciallyRegulated,
  this.abbreviatedName,
  this.prescriptionName,
  this.note,
  this.posologyNote,
  this.noGenericPrescriptionReasons = const [],
  this.exFactoryPrice,
  this.reimbursementCode,
  this.definedDailyDose,
  this.officialExFactoryPrice,
  this.realExFactoryPrice,
  this.pricingInformationDecisionDate,
  this.components = const [],
  this.commercializations = const [],
  this.supplyProblems = const [],
  this.dmpps = const [],
  this.vaccineIndicationCodes = const [],
});