Uses of Class
org.projecthusky.fhir.emed.ch.epr.resource.extension.ChExtEprDataEnterer
Packages that use ChExtEprDataEnterer
Package
Description
Custom HAPI resources (as extension of the official resources) for the CH-EMED-EPR project.
-
Uses of ChExtEprDataEnterer in org.projecthusky.fhir.emed.ch.epr.resource
Fields in org.projecthusky.fhir.emed.ch.epr.resource declared as ChExtEprDataEntererModifier and TypeFieldDescriptionprotected @Nullable ChExtEprDataEnterer
ChEmedEprComposition.dataEnterer
Person who entered information into this document if it is a person other than the author.Methods in org.projecthusky.fhir.emed.ch.epr.resource that return ChExtEprDataEntererModifier and TypeMethodDescriptionChEmedEprComposition.getDataEnterer()
Gets the person who entered information into this document.Methods in org.projecthusky.fhir.emed.ch.epr.resource with parameters of type ChExtEprDataEntererModifier and TypeMethodDescriptionChEmedEprComposition.setDataEnterer
(ChExtEprDataEnterer dataEnterer) Sets the person who entered information into this document. -
Uses of ChExtEprDataEnterer in org.projecthusky.fhir.emed.ch.epr.resource.extension
Methods in org.projecthusky.fhir.emed.ch.epr.resource.extension that return ChExtEprDataEntererModifier and TypeMethodDescriptionChExtEprDataEnterer.copy()
ChExtEprDataEnterer.setEnterer
(ChEmedEprPractitionerRole practitionerRole) Sets the data entered resource.ChExtEprDataEnterer.setTimestamp
(Date timestamp) Sets the timestamp of the authorship/data input.