Uses of Class
org.projecthusky.fhir.emed.ch.epr.resource.pre.ChEmedEprDocumentPre
Packages that use ChEmedEprDocumentPre
Package
Description
-
Uses of ChEmedEprDocumentPre in org.projecthusky.fhir.emed.ch.epr.narrative.html
Methods in org.projecthusky.fhir.emed.ch.epr.narrative.html with parameters of type ChEmedEprDocumentPreModifier and TypeMethodDescriptionfinal StringHtmlNarrativeGenerator.generate(ChEmedEprDocumentPre document, NarrativeLanguage lang, AbstractMap.SimpleImmutableEntry<@NonNull String, Object>... extraContext) -
Uses of ChEmedEprDocumentPre in org.projecthusky.fhir.emed.ch.epr.narrative.pdf
Methods in org.projecthusky.fhir.emed.ch.epr.narrative.pdf with parameters of type ChEmedEprDocumentPreModifier and TypeMethodDescriptionbyte[]EPrescriptionPdfGenerator.generate(ChEmedEprDocumentPre preDocument, NarrativeLanguage lang) byte[]EPrescriptionPdfGenerator.generate(ChEmedEprDocumentPre preDocument, NarrativeLanguage lang, String qrCode) Generates an ePrescription PDF document, following the ePrescription service guidelines.abstract byte[]PdfPrescriptionGenerator.generate(ChEmedEprDocumentPre preDocument, NarrativeLanguage lang) EMediplanQrCodeGenerator.generateQrCode(ChEmedEprDocumentPre document) Gets the eMediplan QR code for the PRE document content.EMediplanQrCodeGenerator.generateQrCode(ChEmedEprDocumentPre document, int size) Gets the eMediplan QR code for the PRE document content. -
Uses of ChEmedEprDocumentPre in org.projecthusky.fhir.emed.ch.epr.resource.pre
Methods in org.projecthusky.fhir.emed.ch.epr.resource.pre that return ChEmedEprDocumentPreModifier and TypeMethodDescriptionChEmedEprDocumentPre.addMedicationRequest(ChEmedEprMedicationRequestPre medicationRequest) Adds a medication request in the document.ChEmedEprDocumentPre.copy()ChEmedEprDocumentPre.setComposition(ChEmedEprCompositionPre composition) Sets the composition. -
Uses of ChEmedEprDocumentPre in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan
Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan that return ChEmedEprDocumentPreModifier and TypeMethodDescriptionEPrescriptionConverter.toChEmedEprPrescription(EPrescription ePrescription, LanguageCode language, byte[] pdf) Converts an ePrescription to a CH EMED EPR PRE document.Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan with parameters of type ChEmedEprDocumentPreModifier and TypeMethodDescriptionChMed16ABaseConverter.toEMediplan(ChEmedEprDocumentPre pre) ChMed23AConverter.toEMediplan(ChEmedEprDocumentPre pre) Converts the received PRE document to an eMediplan object according to the CHMED23A specifications.EMediplan<?, ?, ?, ?> EMediplanConverter.toEMediplan(ChEmedEprDocumentPre pre) Converts the received PRE document to an eMediplan object.EPrescriptionConverter.toEMediplan(ChEmedEprDocumentPre pre) -
Uses of ChEmedEprDocumentPre in org.projecthusky.fhir.emed.ch.epr.validator.logicvalidator
Constructors in org.projecthusky.fhir.emed.ch.epr.validator.logicvalidator with parameters of type ChEmedEprDocumentPre