Uses of Enum Class
org.projecthusky.fhir.emed.ch.epr.narrative.enums.NarrativeLanguage
Packages that use NarrativeLanguage
Package
Description
-
Uses of NarrativeLanguage in org.projecthusky.fhir.emed.ch.epr.narrative.enums
Methods in org.projecthusky.fhir.emed.ch.epr.narrative.enums that return NarrativeLanguageModifier and TypeMethodDescriptionstatic @Nullable NarrativeLanguage
Gets the enum with a given ISO code.static NarrativeLanguage
Returns the enum constant of this class with the specified name.static NarrativeLanguage[]
NarrativeLanguage.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NarrativeLanguage in org.projecthusky.fhir.emed.ch.epr.narrative.html
Fields in org.projecthusky.fhir.emed.ch.epr.narrative.html with type parameters of type NarrativeLanguageModifier and TypeFieldDescriptionprotected final EnumMap<NarrativeLanguage,
PropertyResourceBundle> AbstractNarrativeGenerator.bundles
The resource bundle that contains the translations.Methods in org.projecthusky.fhir.emed.ch.epr.narrative.html with parameters of type NarrativeLanguageModifier and TypeMethodDescriptionHtmlNarrativeGenerator.generate
(ChEmedEprDocumentPmlc document, NarrativeLanguage lang) HtmlNarrativeGenerator.generate
(ChEmedEprDocumentPre document, NarrativeLanguage lang) -
Uses of NarrativeLanguage in org.projecthusky.fhir.emed.ch.epr.narrative.pdf
Methods in org.projecthusky.fhir.emed.ch.epr.narrative.pdf with parameters of type NarrativeLanguageModifier and TypeMethodDescriptionbyte[]
HtmlToPdfAConverter.convert
(NarrativeLanguage lang, Map<String, Object> contextVariables, String templateContent) Converts the HTML content to its PDF/A representation, with a custom template.byte[]
OpenHtmlToPdfAConverter.convert
(NarrativeLanguage lang, Map<String, Object> contextVariables, String templateContent) byte[]
ChEmedEprPdfMedicationCardGenerator.generate
(ChEmedEprDocumentPmlc pmlcDocument, NarrativeLanguage lang) byte[]
EMediplanPdfMedicationCardGenerator.generate
(ChEmedEprDocumentPmlc pmlcDocument, NarrativeLanguage lang) abstract byte[]
PdfMedicationCardGenerator.generate
(ChEmedEprDocumentPmlc pmlcDocument, NarrativeLanguage lang) -
Uses of NarrativeLanguage in org.projecthusky.fhir.emed.ch.epr.narrative.services
Methods in org.projecthusky.fhir.emed.ch.epr.narrative.services with parameters of type NarrativeLanguageModifier and TypeMethodDescriptionValueSetEnumNarrativeForPatientService.getMessage
(ValueSetEnumInterface enumm, NarrativeLanguage language) Retrieves the patient-understandable message for the given enum element and narrative language.