Uses of Class
org.hl7.fhir.r4b.model.ExampleScenario
-
Packages that use ExampleScenario Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of ExampleScenario in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return ExampleScenario Modifier and Type Method Description protected ExampleScenarioJsonParser. parseExampleScenario(com.google.gson.JsonObject json)protected ExampleScenarioXmlParser. parseExampleScenario(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type ExampleScenario Modifier and Type Method Description protected voidJsonParser. composeExampleScenario(String name, ExampleScenario element)protected voidRdfParser. composeExampleScenario(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ExampleScenario element, int index)protected voidXmlParser. composeExampleScenario(String name, ExampleScenario element)protected voidXmlParser. composeExampleScenarioElements(ExampleScenario element)protected voidJsonParser. composeExampleScenarioProperties(ExampleScenario element)protected booleanXmlParser. parseExampleScenarioContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario res)protected voidJsonParser. parseExampleScenarioProperties(com.google.gson.JsonObject json, ExampleScenario res) -
Uses of ExampleScenario in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type ExampleScenario Modifier and Type Method Description voidExampleScenario. copyValues(ExampleScenario dst)
-