
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringapplyTemplate(FhirContext theFhirContext, INarrativeTemplate theTemplate, IBase theTargetContext) protected EnumSet<TemplateTypeEnum> getStyle()voidsetFhirPathEvaluationContext(IFhirPathEvaluationContext theFhirPathEvaluationContext) voidsetMessageResolver(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:
applyTemplatein classBaseNarrativeGenerator
-
getStyle
- Specified by:
getStylein classBaseNarrativeGenerator
-
setMessageResolver
-