Package org.hl7.fhir.r5.renderers.utils
Interface BaseWrappers.ResourceWrapper
-
- All Superinterfaces:
BaseWrappers.RendererWrapper,BaseWrappers.WrapperBase
- All Known Implementing Classes:
DirectWrappers.ResourceWrapperDirect,DOMWrappers.ResourceWrapperElement,ElementWrappers.ResourceWrapperMetaElement
- Enclosing class:
- BaseWrappers
public static interface BaseWrappers.ResourceWrapper extends BaseWrappers.WrapperBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddescribe(org.hl7.fhir.utilities.xhtml.XhtmlNode x)BasegetBase()BaseWrappers.PropertyWrappergetChildByName(String tail)List<BaseWrappers.ResourceWrapper>getContained()StructureDefinitiongetDefinition()StringgetId()StringgetName()StringgetNameFromResource()org.hl7.fhir.utilities.xhtml.XhtmlNodegetNarrative()booleanhasNarrative()voidinjectNarrative(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Narrative.NarrativeStatus status)BaseWrappers.BaseWrapperroot()-
Methods inherited from interface org.hl7.fhir.r5.renderers.utils.BaseWrappers.RendererWrapper
getContext
-
-
-
-
Method Detail
-
getContained
List<BaseWrappers.ResourceWrapper> getContained()
-
getNarrative
org.hl7.fhir.utilities.xhtml.XhtmlNode getNarrative() throws org.hl7.fhir.exceptions.FHIRFormatError, IOException, org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRFormatErrorIOExceptionorg.hl7.fhir.exceptions.FHIRException
-
describe
void describe(org.hl7.fhir.utilities.xhtml.XhtmlNode x) throws UnsupportedEncodingException, IOException
-
injectNarrative
void injectNarrative(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Narrative.NarrativeStatus status) throws IOException
- Throws:
IOException
-
root
BaseWrappers.BaseWrapper root()
-
getChildByName
BaseWrappers.PropertyWrapper getChildByName(String tail)
-
getDefinition
StructureDefinition getDefinition()
-
hasNarrative
boolean hasNarrative()
-
getNameFromResource
String getNameFromResource()
-
-