Package org.hl7.fhir.r4.utils
Class NarrativeGenerator.ResourceWrapperMetaElement
- java.lang.Object
-
- org.hl7.fhir.r4.utils.NarrativeGenerator.ResourceWrapperMetaElement
-
- Enclosing class:
- NarrativeGenerator
public class NarrativeGenerator.ResourceWrapperMetaElement extends Object
-
-
Constructor Summary
Constructors Constructor Description ResourceWrapperMetaElement(Element wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.hl7.fhir.r4.utils.NarrativeGenerator.PropertyWrapper>children()List<org.hl7.fhir.r4.utils.NarrativeGenerator.ResourceWrapper>getContained()StringgetId()StringgetName()org.hl7.fhir.utilities.xhtml.XhtmlNodegetNarrative()
-
-
-
Constructor Detail
-
ResourceWrapperMetaElement
public ResourceWrapperMetaElement(Element wrapped)
-
-
Method Detail
-
getContained
public List<org.hl7.fhir.r4.utils.NarrativeGenerator.ResourceWrapper> getContained()
-
getNarrative
public org.hl7.fhir.utilities.xhtml.XhtmlNode getNarrative() throws IOException, org.hl7.fhir.exceptions.FHIRException
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRException
-
-