Package ca.uhn.fhir.narrative
Class DefaultThymeleafNarrativeGenerator
java.lang.Object
ca.uhn.fhir.narrative2.BaseNarrativeGenerator
ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
ca.uhn.fhir.narrative.DefaultThymeleafNarrativeGenerator
- All Implemented Interfaces:
INarrativeGenerator
public class DefaultThymeleafNarrativeGenerator
extends BaseThymeleafNarrativeGenerator
implements INarrativeGenerator
-
Field Summary
Fields inherited from class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
FHIRPATH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected NarrativeTemplateManifest
boolean
If set totrue
(default isfalse
) a special custom narrative for the Conformance resource will be provided, which is designed to be used with HAPI FHIR Server instances.void
setUseHapiServerConformanceNarrative
(boolean theValue) If set totrue
(default isfalse
) a special custom narrative for the Conformance resource will be provided, which is designed to be used with HAPI FHIR Server instances.Methods inherited from class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
applyTemplate, getStyle, setFhirPathEvaluationContext, setMessageResolver
Methods inherited from class ca.uhn.fhir.narrative2.BaseNarrativeGenerator
cleanWhitespace, generateResourceNarrative, getTemplateForElement, populateResourceNarrative
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.narrative.INarrativeGenerator
generateResourceNarrative, populateResourceNarrative
-
Field Details
-
NARRATIVES_PROPERTIES
- See Also:
-
-
Constructor Details
-
DefaultThymeleafNarrativeGenerator
public DefaultThymeleafNarrativeGenerator()
-
-
Method Details
-
getManifest
- Specified by:
getManifest
in classBaseNarrativeGenerator
-
setUseHapiServerConformanceNarrative
If set totrue
(default isfalse
) a special custom narrative for the Conformance resource will be provided, which is designed to be used with HAPI FHIR Server instances. This narrative provides a friendly search page which can assist users of the service. -
isUseHapiServerConformanceNarrative
If set totrue
(default isfalse
) a special custom narrative for the Conformance resource will be provided, which is designed to be used with HAPI FHIR Server instances. This narrative provides a friendly search page which can assist users of the service.
-