Package ca.uhn.fhir.narrative
Class BaseThymeleafNarrativeGenerator
java.lang.Object
ca.uhn.fhir.narrative2.BaseNarrativeGenerator
ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
- All Implemented Interfaces:
INarrativeGenerator
- Direct Known Subclasses:
CustomThymeleafNarrativeGenerator
,DefaultThymeleafNarrativeGenerator
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
applyTemplate
(FhirContext theFhirContext, INarrativeTemplate theTemplate, IBase theTargetContext) protected EnumSet
<TemplateTypeEnum> getStyle()
void
setFhirPathEvaluationContext
(IFhirPathEvaluationContext theFhirPathEvaluationContext) void
setMessageResolver
(org.thymeleaf.messageresolver.IMessageResolver theMessageResolver) Methods inherited from class ca.uhn.fhir.narrative2.BaseNarrativeGenerator
cleanWhitespace, generateResourceNarrative, getManifest, getTemplateForElement, populateResourceNarrative
-
Field Details
-
FHIRPATH
- See Also:
-
-
Constructor Details
-
BaseThymeleafNarrativeGenerator
protected BaseThymeleafNarrativeGenerator()Constructor
-
-
Method Details
-
setFhirPathEvaluationContext
-
applyTemplate
protected String applyTemplate(FhirContext theFhirContext, INarrativeTemplate theTemplate, IBase theTargetContext) - Specified by:
applyTemplate
in classBaseNarrativeGenerator
-
getStyle
- Specified by:
getStyle
in classBaseNarrativeGenerator
-
setMessageResolver
-