
Package org.hl7.fhir.r5.renderers.utils
Class DOMWrappers.ResourceWrapperElement
java.lang.Object
org.hl7.fhir.r5.renderers.utils.BaseWrappers.RendererWrapperImpl
org.hl7.fhir.r5.renderers.utils.BaseWrappers.WrapperBaseImpl
org.hl7.fhir.r5.renderers.utils.DOMWrappers.ResourceWrapperElement
- All Implemented Interfaces:
BaseWrappers.RendererWrapper
,BaseWrappers.ResourceWrapper
,BaseWrappers.WrapperBase
- Enclosing class:
- DOMWrappers
public static class DOMWrappers.ResourceWrapperElement
extends BaseWrappers.WrapperBaseImpl
implements BaseWrappers.ResourceWrapper
-
Field Summary
Fields inherited from class org.hl7.fhir.r5.renderers.utils.BaseWrappers.RendererWrapperImpl
context
-
Constructor Summary
ConstructorsConstructorDescriptionResourceWrapperElement
(RenderingContext context, Element wrapped, StructureDefinition definition) -
Method Summary
Modifier and TypeMethodDescriptionchildren()
void
describe
(org.hl7.fhir.utilities.xhtml.XhtmlNode x) fhirType()
getBase()
getChildByName
(String name) getId()
getName()
org.hl7.fhir.utilities.xhtml.XhtmlNode
boolean
void
injectNarrative
(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Narrative.NarrativeStatus status) root()
Methods inherited from class org.hl7.fhir.r5.renderers.utils.BaseWrappers.WrapperBaseImpl
children, get, has
Methods inherited from class org.hl7.fhir.r5.renderers.utils.BaseWrappers.RendererWrapperImpl
getContext, tail
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.r5.renderers.utils.BaseWrappers.RendererWrapper
getContext
Methods inherited from interface org.hl7.fhir.r5.renderers.utils.BaseWrappers.WrapperBase
children, get, has
-
Constructor Details
-
ResourceWrapperElement
public ResourceWrapperElement(RenderingContext context, Element wrapped, StructureDefinition definition)
-
-
Method Details
-
getContained
- Specified by:
getContained
in interfaceBaseWrappers.ResourceWrapper
-
getId
- Specified by:
getId
in interfaceBaseWrappers.ResourceWrapper
-
getNarrative
public org.hl7.fhir.utilities.xhtml.XhtmlNode getNarrative() throws org.hl7.fhir.exceptions.FHIRFormatError, IOException, org.hl7.fhir.exceptions.FHIRException- Specified by:
getNarrative
in interfaceBaseWrappers.ResourceWrapper
- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
IOException
org.hl7.fhir.exceptions.FHIRException
-
getName
- Specified by:
getName
in interfaceBaseWrappers.ResourceWrapper
-
getNameFromResource
- Specified by:
getNameFromResource
in interfaceBaseWrappers.ResourceWrapper
-
children
- Specified by:
children
in interfaceBaseWrappers.WrapperBase
-
describe
- Specified by:
describe
in interfaceBaseWrappers.ResourceWrapper
-
injectNarrative
public void injectNarrative(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Narrative.NarrativeStatus status) - Specified by:
injectNarrative
in interfaceBaseWrappers.ResourceWrapper
-
root
- Specified by:
root
in interfaceBaseWrappers.ResourceWrapper
-
getDefinition
- Specified by:
getDefinition
in interfaceBaseWrappers.ResourceWrapper
-
getBase
- Specified by:
getBase
in interfaceBaseWrappers.ResourceWrapper
-
hasNarrative
- Specified by:
hasNarrative
in interfaceBaseWrappers.ResourceWrapper
-
fhirType
- Specified by:
fhirType
in interfaceBaseWrappers.WrapperBase
-
getChildByName
- Specified by:
getChildByName
in interfaceBaseWrappers.ResourceWrapper
-
getResource
- Specified by:
getResource
in interfaceBaseWrappers.ResourceWrapper
-