
Uses of Class
org.hl7.fhir.r5.model.Narrative
Packages that use Narrative
- 
Uses of Narrative in org.hl7.fhir.r5.formatsMethods in org.hl7.fhir.r5.formats that return NarrativeModifier and TypeMethodDescriptionprotected NarrativeJsonParser.parseNarrative(com.google.gson.JsonObject json) protected NarrativeXmlParser.parseNarrative(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type NarrativeModifier and TypeMethodDescriptionprotected voidJsonParser.composeNarrative(String name, Narrative element) protected voidRdfParser.composeNarrative(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Narrative element, int index) protected voidXmlParser.composeNarrative(String name, Narrative element) protected voidXmlParser.composeNarrativeElements(Narrative element) protected voidJsonParser.composeNarrativeProperties(Narrative element) protected booleanXmlParser.parseNarrativeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Narrative res) protected voidJsonParser.parseNarrativeProperties(com.google.gson.JsonObject json, Narrative res) 
- 
Uses of Narrative in org.hl7.fhir.r5.modelFields in org.hl7.fhir.r5.model declared as NarrativeModifier and TypeFieldDescriptionprotected 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 can be used to represent the content of the resource to a human.protected NarrativeEvidenceReport.SectionComponent.textA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human.Methods in org.hl7.fhir.r5.model that return NarrativeModifier and TypeMethodDescriptionstatic NarrativeTypeConvertor.castToNarrative(Base b) Narrative.copy()XhtmlType.getPlace()Composition.SectionComponent.getText()DomainResource.getText()EvidenceReport.SectionComponent.getText()static NarrativeFactory.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 NarrativeNarrative.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type NarrativeConstructors in org.hl7.fhir.r5.model with parameters of type Narrative