Package ca.uhn.fhir.narrative
Class DefaultThymeleafNarrativeGenerator
java.lang.Object
ca.uhn.fhir.narrative2.BaseNarrativeGenerator
ca.uhn.fhir.narrative2.ThymeleafNarrativeGenerator
ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
ca.uhn.fhir.narrative.DefaultThymeleafNarrativeGenerator
- All Implemented Interfaces:
INarrativeGenerator
public class DefaultThymeleafNarrativeGenerator
extends BaseThymeleafNarrativeGenerator
implements INarrativeGenerator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIf set totrue(default isfalse) a special custom narrative for the Conformance resource will be provided, which is designed to be used with HAPIRestfulServerinstances.voidsetUseHapiServerConformanceNarrative(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 HAPIRestfulServerinstances.Methods inherited from class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
populateResourceNarrativeMethods inherited from class ca.uhn.fhir.narrative2.ThymeleafNarrativeGenerator
applyTemplate, getStyle, setMessageResolverMethods inherited from class ca.uhn.fhir.narrative2.BaseNarrativeGenerator
cleanWhitespace, getManifest, setManifestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.fhir.narrative.INarrativeGenerator
populateResourceNarrative
-
Field Details
-
NARRATIVES_PROPERTIES
- See Also:
- Constant Field Values
-
-
Constructor Details
-
DefaultThymeleafNarrativeGenerator
public DefaultThymeleafNarrativeGenerator()
-
-
Method Details
-
getPropertyFile
- Specified by:
getPropertyFilein classBaseThymeleafNarrativeGenerator
-
setUseHapiServerConformanceNarrative
If set totrue(default isfalse) a special custom narrative for the Conformance resource will be provided, which is designed to be used with HAPIRestfulServerinstances. 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 HAPIRestfulServerinstances. This narrative provides a friendly search page which can assist users of the service.
-