MedicationDto constructor
MedicationDto({
- String? compoundPrescription,
- SubstanceproductDto? substanceProduct,
- MedicinalproductDto? medicinalProduct,
- int? numberOfPackages,
- String? batch,
- String? instructionForPatient,
- String? commentForDelivery,
- String? drugRoute,
- String? temporality,
- CodeStubDto? frequency,
- CodeStubDto? reimbursementReason,
- bool? substitutionAllowed,
- int? beginMoment,
- int? endMoment,
- int? deliveryMoment,
- int? endExecutionMoment,
- DurationDto? duration,
- RenewalDto? renewal,
- bool? knownUsage,
- List<
RegimenItemDto> regimen = const [], - String? posology,
- Map<
String, ParagraphAgreementDto> agreements = const {}, - String? medicationSchemeIdOnSafe,
- int? medicationSchemeSafeVersion,
- int? medicationSchemeTimeStampOnSafe,
- String? medicationSchemeDocumentId,
- String? safeIdName,
- String? idOnSafes,
- int? timestampOnSafe,
- bool? changeValidated,
- bool? newSafeMedication,
- String? medicationUse,
- String? beginCondition,
- String? endCondition,
- String? origin,
- bool? medicationChanged,
- bool? posologyChanged,
- List<
SuspensionDto> suspension = const [], - String? prescriptionRID,
- int? status,
Returns a new MedicationDto instance.
Implementation
MedicationDto({
this.compoundPrescription,
this.substanceProduct,
this.medicinalProduct,
this.numberOfPackages,
this.batch,
this.instructionForPatient,
this.commentForDelivery,
this.drugRoute,
this.temporality,
this.frequency,
this.reimbursementReason,
this.substitutionAllowed,
this.beginMoment,
this.endMoment,
this.deliveryMoment,
this.endExecutionMoment,
this.duration,
this.renewal,
this.knownUsage,
this.regimen = const [],
this.posology,
this.agreements = const {},
this.medicationSchemeIdOnSafe,
this.medicationSchemeSafeVersion,
this.medicationSchemeTimeStampOnSafe,
this.medicationSchemeDocumentId,
this.safeIdName,
this.idOnSafes,
this.timestampOnSafe,
this.changeValidated,
this.newSafeMedication,
this.medicationUse,
this.beginCondition,
this.endCondition,
this.origin,
this.medicationChanged,
this.posologyChanged,
this.suspension = const [],
this.prescriptionRID,
this.status,
});