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.
Some utilities.
-
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 actor) 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
Methods in org.projecthusky.fhir.emed.ch.epr.service with parameters of type AuthorModifier and TypeMethodDescriptionprotected static @Nullable StringEMediplanConverter.medicalAuthorToPrescriber(Author author) Translates aAuthorto a prescriber string for eMediplan. -
Uses of Author in org.projecthusky.fhir.emed.ch.epr.util
Methods in org.projecthusky.fhir.emed.ch.epr.util with parameters of type AuthorModifier and TypeMethodDescriptionstatic org.hl7.fhir.r4.model.ReferenceReferences.createAuthorReference(Author author) Creates a reference to an author, including the time extension if needed.