Uses of Class
org.hl7.fhir.dstu2.model.Narrative
-
Packages that use Narrative Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Narrative in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Narrative Modifier and Type Method Description protected NarrativeJsonParser. parseNarrative(com.google.gson.JsonObject json)protected NarrativeXmlParser. parseNarrative(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type Narrative Modifier and Type Method Description protected voidJsonParser. composeNarrative(String name, Narrative element)protected voidXmlParser. composeNarrative(String name, Narrative element)protected voidJsonParser. composeNarrativeInner(Narrative element) -
Uses of Narrative in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Narrative Modifier and Type Field Description protected NarrativeComposition.SectionComponent. textA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human.protected NarrativeDomainResource. textA human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human.Methods in org.hl7.fhir.dstu2.model that return Narrative Modifier and Type Method Description NarrativeBase. castToNarrative(Base b)NarrativeNarrative. copy()NarrativeComposition.SectionComponent. getText()NarrativeDomainResource. getText()static NarrativeFactory. newNarrative(Narrative.NarrativeStatus status, String html)NarrativeNarrative. setDiv(org.hl7.fhir.utilities.xhtml.XhtmlNode value)NarrativeNarrative. setStatus(Narrative.NarrativeStatus value)NarrativeNarrative. setStatusElement(Enumeration<Narrative.NarrativeStatus> value)protected NarrativeNarrative. typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type Narrative Modifier and Type Method Description Composition.SectionComponentComposition.SectionComponent. setText(Narrative value)DomainResourceDomainResource. setText(Narrative value)
-