Uses of Class
org.hl7.fhir.r4.model.Narrative
-
Uses of Narrative in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Narrative
JsonParser.parseNarrative
(com.google.gson.JsonObject json) protected Narrative
XmlParser.parseNarrative
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeNarrative
(String name, Narrative element) protected void
RdfParser.composeNarrative
(Turtle.Complex parent, String parentType, String name, Narrative element, int index) protected void
XmlParser.composeNarrative
(String name, Narrative element) protected void
XmlParser.composeNarrativeElements
(Narrative element) protected void
JsonParser.composeNarrativeInner
(Narrative element) protected boolean
XmlParser.parseNarrativeContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Narrative res) protected void
JsonParser.parseNarrativeProperties
(com.google.gson.JsonObject json, Narrative res) -
Uses of Narrative in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Narrative
Composition.SectionComponent.text
A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human.protected Narrative
DomainResource.text
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human.Modifier and TypeMethodDescriptionBase.castToNarrative
(Base b) Narrative.copy()
Composition.SectionComponent.getText()
DomainResource.getText()
static Narrative
Factory.newNarrative
(Narrative.NarrativeStatus status, String html) Narrative.setDiv
(org.hl7.fhir.utilities.xhtml.XhtmlNode value) Narrative.setStatus
(Narrative.NarrativeStatus value) Narrative.setStatusElement
(Enumeration<Narrative.NarrativeStatus> value) protected Narrative
Narrative.typedCopy()