| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Narrative |
JsonParser.parseNarrative(com.google.gson.JsonObject json) |
protected Narrative |
XmlParser.parseNarrative(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeNarrative(String name,
Narrative element) |
protected void |
XmlParser.composeNarrative(String name,
Narrative element) |
protected void |
RdfParser.composeNarrative(Turtle.Complex parent,
String parentType,
String name,
Narrative element,
int index) |
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) |
| Modifier and Type | Field and Description |
|---|---|
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.
|
protected 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.
|
| Modifier and Type | Method and Description |
|---|---|
Narrative |
Base.castToNarrative(Base b) |
Narrative |
Narrative.copy() |
Narrative |
DomainResource.getText() |
Narrative |
Composition.SectionComponent.getText() |
static Narrative |
Factory.newNarrative(Narrative.NarrativeStatus status,
String html) |
Narrative |
Narrative.setDiv(org.hl7.fhir.utilities.xhtml.XhtmlNode value) |
Narrative |
Narrative.setStatus(Narrative.NarrativeStatus value) |
Narrative |
Narrative.setStatusElement(Enumeration<Narrative.NarrativeStatus> value) |
protected Narrative |
Narrative.typedCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
Narrative.copyValues(Narrative dst) |
DomainResource |
DomainResource.setText(Narrative value) |
Composition.SectionComponent |
Composition.SectionComponent.setText(Narrative value) |
| Constructor and Description |
|---|
XhtmlType(Narrative place) |
Copyright © 2014–2021 Health Level 7. All rights reserved.