Uses of Class
org.projecthusky.fhir.emed.ch.epr.model.common.Author
Packages that use Author
Package
Description
Custom HAPI resources (as extension of the official resources) for the CH-EMED-EPR project.
-
Uses of Author in org.projecthusky.fhir.emed.ch.epr.resource
Methods in org.projecthusky.fhir.emed.ch.epr.resource that return AuthorModifier and TypeMethodDescriptiondefault @Nullable AuthorChEmedEprDocumentAuthorable.resolveAuthorDocument()Resolves the last author document resource if available.ChEmedEprMedicationStatement.resolveInformationSource()Resolves the information source.ChEmedEprMedicationStatementPmlBase.resolveInformationSource()Resolves the information source.ChEmedEprEntry.resolveMedicalAuthor()ChEmedEprMedicationDispense.resolveMedicalAuthor()Checks the list of performers and returns the first performer with a final checker function and a valid medical author resource (ChEmedEprPractitionerRole) and sets the time to the value of the whenHandedOver field.ChEmedEprMedicationRequest.resolveMedicalAuthor()ChEmedEprMedicationStatement.resolveMedicalAuthor()ChEmedEprObservation.resolveMedicalAuthor()Methods in org.projecthusky.fhir.emed.ch.epr.resource with parameters of type AuthorModifier and TypeMethodDescriptiondefault TChEmedEprDocumentAuthorable.setAuthorDocument(Author author) Sets the author of the original document.ChEmedEprMedicationStatement.setInformationSource(Author author) Sets the information source (medical author) of the statement. -
Uses of Author in org.projecthusky.fhir.emed.ch.epr.resource.pml
Methods in org.projecthusky.fhir.emed.ch.epr.resource.pml with parameters of type AuthorModifier and TypeMethodDescriptionChEmedEprMedicationDispensePml.setPerformer(Author author) Sets the author as performer (medical author) of the dispense.ChEmedEprObservationPml.setPerformer(Author performer) Sets a reference to the received auhor as performer (medical author) -
Uses of Author in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan
Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan with parameters of type AuthorModifier and TypeMethodDescriptiondefault @Nullable StringEMediplanConverter.medicalAuthorToPrescriber(Author author) Translates aAuthorto a prescriber string for eMediplan.protected EChMed16ABaseConverter.setPrescriptionAuthor(E emediplan, Author lastMedicalAuthor) protected EPrescriptionEPrescriptionConverter.setPrescriptionAuthor(EPrescription ePrescription, Author lastMedicalAuthor) protected MChMed16ABaseConverter.toMedicament(ChEmedEprMedication medication, ChEmedEprDosage baseDosage, List<@NonNull ChEmedEprDosage> additionalDosages, @Nullable String treatmentReason, Author medicalAuthor, SubstanceAdministrationSubstitutionCode substitutionCode, @Nullable org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestDispenseRequestComponent dispenseRequest, EMediplanType mediplanType) protected EPrescriptionMedicamentEPrescriptionConverter.toMedicament(ChEmedEprMedication medication, ChEmedEprDosage baseDosage, List<@NonNull ChEmedEprDosage> additionalDosages, @Nullable String treatmentReason, Author medicalAuthor, SubstanceAdministrationSubstitutionCode substitutionCode, @Nullable org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestDispenseRequestComponent dispenseRequest, EMediplanType mediplanType)