Uses of Class
org.hl7.fhir.r5.model.TestPlan.TestPlanTestCaseTestRunScriptComponent
-
Uses of TestPlan.TestPlanTestCaseTestRunScriptComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseTestPlanTestCaseTestRunScriptComponent
(com.google.gson.JsonObject json) XmlParser.parseTestPlanTestCaseTestRunScriptComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestPlanTestCaseTestRunScriptComponent
(String name, TestPlan.TestPlanTestCaseTestRunScriptComponent element) protected void
RdfParser.composeTestPlanTestCaseTestRunScriptComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan.TestPlanTestCaseTestRunScriptComponent element, int index) protected void
XmlParser.composeTestPlanTestCaseTestRunScriptComponent
(String name, TestPlan.TestPlanTestCaseTestRunScriptComponent element) protected void
XmlParser.composeTestPlanTestCaseTestRunScriptComponentElements
(TestPlan.TestPlanTestCaseTestRunScriptComponent element) protected void
JsonParser.composeTestPlanTestCaseTestRunScriptComponentProperties
(TestPlan.TestPlanTestCaseTestRunScriptComponent element) protected boolean
XmlParser.parseTestPlanTestCaseTestRunScriptComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan.TestPlanTestCaseTestRunScriptComponent res) protected void
JsonParser.parseTestPlanTestCaseTestRunScriptComponentProperties
(com.google.gson.JsonObject json, TestPlan.TestPlanTestCaseTestRunScriptComponent res) -
Uses of TestPlan.TestPlanTestCaseTestRunScriptComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionTestPlan.TestPlanTestCaseTestRunComponent.script
The test cases in a structured language e.g.Modifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseTestRunScriptComponent.copy()
TestPlan.TestPlanTestCaseTestRunComponent.getScript()
TestPlan.TestPlanTestCaseTestRunScriptComponent.setLanguage
(CodeableConcept value) Modifier and TypeMethodDescriptionvoid
TestPlan.TestPlanTestCaseTestRunScriptComponent.copyValues
(TestPlan.TestPlanTestCaseTestRunScriptComponent dst) TestPlan.TestPlanTestCaseTestRunComponent.setScript
(TestPlan.TestPlanTestCaseTestRunScriptComponent value)