Uses of Class
de.gematik.test.erezept.fhir.r4.erp.ErxMedicationDispense
Packages that use ErxMedicationDispense
-
Uses of ErxMedicationDispense in de.gematik.test.erezept.fhir.builder.erp
Methods in de.gematik.test.erezept.fhir.builder.erp that return ErxMedicationDispenseMethods in de.gematik.test.erezept.fhir.builder.erp with parameters of type ErxMedicationDispenseModifier and TypeMethodDescriptionErxMedicationDispenseBundleBuilder.add(ErxMedicationDispense medicationDispense) GemDispenseCloseOperationPharmaceuticalsBuilder.with(ErxMedicationDispense medicationDispense, GemErpMedication medication) Method parameters in de.gematik.test.erezept.fhir.builder.erp with type arguments of type ErxMedicationDispenseModifier and TypeMethodDescriptionErxMedicationDispenseBundleBuilder.of(List<ErxMedicationDispense> medicationDispenses) -
Uses of ErxMedicationDispense in de.gematik.test.erezept.fhir.r4.erp
Methods in de.gematik.test.erezept.fhir.r4.erp that return ErxMedicationDispenseModifier and TypeMethodDescriptionstatic ErxMedicationDispenseErxMedicationDispense.fromMedicationDispense(org.hl7.fhir.r4.model.MedicationDispense adaptee) This constructor translates a Task into a ErxTask.static ErxMedicationDispenseErxMedicationDispense.fromMedicationDispense(org.hl7.fhir.r4.model.Resource adaptee) Methods in de.gematik.test.erezept.fhir.r4.erp that return types with arguments of type ErxMedicationDispenseModifier and TypeMethodDescriptionList<org.apache.commons.lang3.tuple.Pair<ErxMedicationDispense,GemErpMedication>> ErxMedicationDispenseBundle.getDispensePairBy(PrescriptionId prescriptionId) Get the pair of corresponding MedicationDispense and GemErpMedication by prescriptionId Attention: this method will only work for FHIR profiles 1.4.0 onwardsErxMedicationDispenseBundle.getMedicationDispenses()List<org.apache.commons.lang3.tuple.Pair<ErxMedicationDispense,KbvErpMedication>> ErxMedicationDispenseBundle.unpackDispensePairBy(PrescriptionId prescriptionId) Get the pair of corresponding MedicationDispense and KbvErpMedication (which is contained within the MedicationDispense) by prescriptionId Attention: this method will only work up to FHIR profiles 1.3.0