Package org.hl7.fhir.r4.utils
Class NarrativeGenerator.ResourceWrapperDirect
- java.lang.Object
-
- org.hl7.fhir.r4.utils.NarrativeGenerator.ResourceWrapperDirect
-
- Enclosing class:
- NarrativeGenerator
public class NarrativeGenerator.ResourceWrapperDirect extends Object
-
-
Constructor Summary
Constructors Constructor Description ResourceWrapperDirect(Resource 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
-
ResourceWrapperDirect
public ResourceWrapperDirect(Resource wrapped)
-
-
Method Detail
-
getContained
public List<org.hl7.fhir.r4.utils.NarrativeGenerator.ResourceWrapper> getContained()
-
getNarrative
public org.hl7.fhir.utilities.xhtml.XhtmlNode getNarrative()
-
-