AmppDto constructor
AmppDto({
- int? from,
- int? to,
- double? index,
- String? ctiExtended,
- required bool orphan,
- SamTextDto? leafletLink,
- SamTextDto? spcLink,
- SamTextDto? rmaPatientLink,
- SamTextDto? rmaProfessionalLink,
- int? parallelCircuit,
- String? parallelDistributor,
- int? packMultiplier,
- QuantityDto? packAmount,
- String? packDisplayValue,
- AmppDtoStatusEnum? status,
- List<
AtcDto> atcs = const [], - SamTextDto? crmLink,
- String? deliveryModusCode,
- SamTextDto? deliveryModus,
- String? deliveryModusSpecificationCode,
- SamTextDto? deliveryModusSpecification,
- SamTextDto? dhpcLink,
- CompanyDto? distributorCompany,
- bool? singleUse,
- int? speciallyRegulated,
- SamTextDto? abbreviatedName,
- SamTextDto? prescriptionName,
- SamTextDto? note,
- SamTextDto? posologyNote,
- List<
SamTextDto> noGenericPrescriptionReasons = const [], - double? exFactoryPrice,
- int? reimbursementCode,
- QuantityDto? definedDailyDose,
- double? officialExFactoryPrice,
- double? realExFactoryPrice,
- int? pricingInformationDecisionDate,
- List<
AmppComponentDto> components = const [], - List<
CommercializationDto> commercializations = const [], - List<
SupplyProblemDto> supplyProblems = const [], - List<
DmppDto> dmpps = const [], - 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 [],
});