Package org.hl7.fhir.dstu3.utils
Class NarrativeGenerator.ResurceWrapperMetaElement
- java.lang.Object
-
- org.hl7.fhir.dstu3.utils.NarrativeGenerator.ResurceWrapperMetaElement
-
- Enclosing class:
- NarrativeGenerator
public class NarrativeGenerator.ResurceWrapperMetaElement extends Object
-
-
Constructor Summary
Constructors Constructor Description ResurceWrapperMetaElement(Element wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.hl7.fhir.dstu3.utils.NarrativeGenerator.PropertyWrapper>children()List<org.hl7.fhir.dstu3.utils.NarrativeGenerator.ResourceWrapper>getContained()StringgetId()StringgetName()org.hl7.fhir.utilities.xhtml.XhtmlNodegetNarrative()
-
-
-
Constructor Detail
-
ResurceWrapperMetaElement
public ResurceWrapperMetaElement(Element wrapped)
-
-
Method Detail
-
getContained
public List<org.hl7.fhir.dstu3.utils.NarrativeGenerator.ResourceWrapper> getContained()
-
getNarrative
public 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
-
-