Uses of Class
org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed23a.repetition.Repetition
Packages that use Repetition
Package
Description
-
Uses of Repetition in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed23a
Fields in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed23a declared as RepetitionModifier and TypeFieldDescriptionprotected static final RepetitionChMed23AMedicament.DEFAULT_REPETITIONprotected @Nullable RepetitionChMed23AMedicament.repetitionThe repetition object indicates how often a prescription can be repeated or how long the prescription is valid. -
Uses of Repetition in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed23a.repetition
Modifier and TypeClassDescriptionclassclassclassCombination of bothRepetitionNumberandRepetitionDuration. -
Uses of Repetition in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan
Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan that return RepetitionModifier and TypeMethodDescriptionprotected static @Nullable RepetitionChMed23AConverter.toRepetition(org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestDispenseRequestComponent dispenseRequest) Gets a repetition object from a FHIR dispense request, if possible.