Uses of Class
org.hl7.fhir.r4.model.TestScript.TestActionComponent
-
Packages that use TestScript.TestActionComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestScript.TestActionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestScript.TestActionComponent Modifier and Type Method Description protected TestScript.TestActionComponentJsonParser. parseTestScriptTestActionComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestActionComponentXmlParser. parseTestScriptTestActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) -
Uses of TestScript.TestActionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestScript.TestActionComponent Modifier and Type Field Description protected List<TestScript.TestActionComponent>TestScript.TestScriptTestComponent. actionAction would contain either an operation or an assertion.Methods in org.hl7.fhir.r4.model that return TestScript.TestActionComponent Modifier and Type Method Description TestScript.TestActionComponentTestScript.TestScriptTestComponent. addAction()TestScript.TestActionComponentTestScript.TestActionComponent. copy()TestScript.TestActionComponentTestScript.TestScriptTestComponent. getActionFirstRep()TestScript.TestActionComponentTestScript.TestActionComponent. setAssert(TestScript.SetupActionAssertComponent value)TestScript.TestActionComponentTestScript.TestActionComponent. setOperation(TestScript.SetupActionOperationComponent value)Methods in org.hl7.fhir.r4.model that return types with arguments of type TestScript.TestActionComponent Modifier and Type Method Description List<TestScript.TestActionComponent>TestScript.TestScriptTestComponent. getAction()Methods in org.hl7.fhir.r4.model with parameters of type TestScript.TestActionComponent Modifier and Type Method Description TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. addAction(TestScript.TestActionComponent t)voidTestScript.TestActionComponent. copyValues(TestScript.TestActionComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestScript.TestActionComponent Modifier and Type Method Description TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. setAction(List<TestScript.TestActionComponent> theAction)
-