Uses of Class
org.hl7.fhir.r5.model.TestScript
-
Packages that use TestScript Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of TestScript in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestScript Modifier and Type Method Description protected TestScriptJsonParser. parseTestScript(com.google.gson.JsonObject json)protected TestScriptXmlParser. parseTestScript(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type TestScript Modifier and Type Method Description protected voidJsonParser. composeTestScript(String name, TestScript element)protected voidRdfParser. composeTestScript(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestScript element, int index)protected voidXmlParser. composeTestScript(String name, TestScript element)protected voidXmlParser. composeTestScriptElements(TestScript element)protected voidJsonParser. composeTestScriptProperties(TestScript element)protected booleanXmlParser. parseTestScriptContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript res)protected voidJsonParser. parseTestScriptProperties(com.google.gson.JsonObject json, TestScript res) -
Uses of TestScript in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type TestScript Modifier and Type Method Description voidTestScript. copyValues(TestScript dst)
-