
Package org.hl7.fhir.r5.renderers.utils
Class ResourceWrapperModel
java.lang.Object
org.hl7.fhir.r5.renderers.utils.ResourceWrapper
org.hl7.fhir.r5.renderers.utils.ResourceWrapperModel
This class is used to walk through the resources when rendering, whether
 the resource is a native resource or loaded by the element model
- 
Nested Class SummaryNested classes/interfaces inherited from class org.hl7.fhir.r5.renderers.utils.ResourceWrapperResourceWrapper.ElementKind, ResourceWrapper.NamedResourceWrapperList
- 
Field SummaryFieldsFields inherited from class org.hl7.fhir.r5.renderers.utils.ResourceWrapperchildren, contextUtils, index, kind, name, parent
- 
Method SummaryModifier and TypeMethodDescriptionbooleanfhirType()getBase()getId()org.hl7.fhir.utilities.xhtml.XhtmlNodegetUserData(String name) org.hl7.fhir.utilities.xhtml.XhtmlNodegetXhtml()booleanbooleanhasId()booleanbooleanbooleanhasUserData(String name) booleanisDirect()booleanbooleanprotected voidvoidmarkLanguage(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Locale locale) booleanvoidsetNarrative(org.hl7.fhir.utilities.xhtml.XhtmlNode x, String status, boolean multiLangMode, Locale locale, boolean isPretty) toString()Methods inherited from class org.hl7.fhir.r5.renderers.utils.ResourceWrapperbasePath, child, childMN, children, children, childrenInGroups, childrenMN, extension, extensions, extensions, extensionString, extensionValue, extensionValues, firstChild, firstPrimitiveValue, forResource, forResource, forResource, forResource, forType, forType, forType, getContained, getContextUtilities, getResourceWrapper, getScopedId, has, hasChildren, hasExtension, hasMN, hasPrimitiveValue, index, isEmpty, isPrimitive, kind, matches, name, parent, path, primitiveValue, primitiveValueMN, resource
- 
Field Details- 
model
 
- 
- 
Method Details- 
fhirVersion- Specified by:
- fhirVersionin class- ResourceWrapper
 
- 
fhirType- Specified by:
- fhirTypein class- ResourceWrapper
 
- 
isPrimitive- Specified by:
- isPrimitivein class- ResourceWrapper
 
- 
hasPrimitiveValue- Specified by:
- hasPrimitiveValuein class- ResourceWrapper
 
- 
primitiveValue- Specified by:
- primitiveValuein class- ResourceWrapper
 
- 
loadTheChildren- Specified by:
- loadTheChildrenin class- ResourceWrapper
 
- 
isResource- Specified by:
- isResourcein class- ResourceWrapper
 
- 
canHaveNarrative- Specified by:
- canHaveNarrativein class- ResourceWrapper
 
- 
getNarrative- Specified by:
- getNarrativein class- ResourceWrapper
 
- 
hasNarrative- Specified by:
- hasNarrativein class- ResourceWrapper
 
- 
setNarrativepublic void setNarrative(org.hl7.fhir.utilities.xhtml.XhtmlNode x, String status, boolean multiLangMode, Locale locale, boolean isPretty) throws IOException - Specified by:
- setNarrativein class- ResourceWrapper
- Throws:
- IOException
 
- 
markLanguage- Overrides:
- markLanguagein class- ResourceWrapper
 
- 
getId- Specified by:
- getIdin class- ResourceWrapper
 
- 
hasId- Specified by:
- hasIdin class- ResourceWrapper
 
- 
setId- Specified by:
- setIdin class- ResourceWrapper
 
- 
toString
- 
matches
- 
getResourceNative- Specified by:
- getResourceNativein class- ResourceWrapper
 
- 
hasFormatComment- Specified by:
- hasFormatCommentin class- ResourceWrapper
 
- 
getFormatCommentsPre- Specified by:
- getFormatCommentsPrein class- ResourceWrapper
 
- 
getXhtml- Specified by:
- getXhtmlin class- ResourceWrapper
 
- 
getBase- Specified by:
- getBasein class- ResourceWrapper
 
- 
isDirect- Specified by:
- isDirectin class- ResourceWrapper
 
- 
getWebPath- Specified by:
- getWebPathin class- ResourceWrapper
 
- 
getCodeSystemUri- Specified by:
- getCodeSystemUriin class- ResourceWrapper
 
- 
hasUserData- Specified by:
- hasUserDatain class- ResourceWrapper
 
- 
getUserData- Specified by:
- getUserDatain class- ResourceWrapper
 
 
-