
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 Modifier and Type Field Description static String
NARRATIVES_PROPERTIES
-
Constructor Summary
Constructors Constructor Description DefaultThymeleafNarrativeGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>
getPropertyFile()
boolean
isUseHapiServerConformanceNarrative()
If set totrue
(default isfalse
) a special custom narrative for the Conformance resource will be provided, which is designed to be used with HAPIRestfulServer
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 HAPIRestfulServer
instances.-
Methods inherited from class ca.uhn.fhir.narrative.BaseThymeleafNarrativeGenerator
populateResourceNarrative
-
Methods inherited from class ca.uhn.fhir.narrative2.ThymeleafNarrativeGenerator
applyTemplate, getStyle, setMessageResolver
-
Methods inherited from class ca.uhn.fhir.narrative2.BaseNarrativeGenerator
cleanWhitespace, getManifest, setManifest
-
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
populateResourceNarrative
-
-
-
-
Field Detail
-
NARRATIVES_PROPERTIES
public static final String NARRATIVES_PROPERTIES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DefaultThymeleafNarrativeGenerator
public DefaultThymeleafNarrativeGenerator()
-
-
Method Detail
-
getPropertyFile
protected List<String> getPropertyFile()
- Specified by:
getPropertyFile
in classBaseThymeleafNarrativeGenerator
-
setUseHapiServerConformanceNarrative
public 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 HAPIRestfulServer
instances. This narrative provides a friendly search page which can assist users of the service.
-
isUseHapiServerConformanceNarrative
public boolean isUseHapiServerConformanceNarrative()
If set totrue
(default isfalse
) a special custom narrative for the Conformance resource will be provided, which is designed to be used with HAPIRestfulServer
instances. This narrative provides a friendly search page which can assist users of the service.
-
-