
Uses of Class
org.hl7.fhir.dstu3.model.TestScript.TestScriptRuleComponent
Packages that use TestScript.TestScriptRuleComponent
-
Uses of TestScript.TestScriptRuleComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return TestScript.TestScriptRuleComponentModifier and TypeMethodDescriptionprotected TestScript.TestScriptRuleComponentJsonParser.parseTestScriptTestScriptRuleComponent(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptRuleComponentXmlParser.parseTestScriptTestScriptRuleComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type TestScript.TestScriptRuleComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptTestScriptRuleComponent(String name, TestScript.TestScriptRuleComponent element) protected voidRdfParser.composeTestScriptTestScriptRuleComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestScript.TestScriptRuleComponent element, int index) protected voidXmlParser.composeTestScriptTestScriptRuleComponent(String name, TestScript.TestScriptRuleComponent element) protected voidXmlParser.composeTestScriptTestScriptRuleComponentElements(TestScript.TestScriptRuleComponent element) protected voidJsonParser.composeTestScriptTestScriptRuleComponentInner(TestScript.TestScriptRuleComponent element) protected booleanXmlParser.parseTestScriptTestScriptRuleComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptRuleComponent res) protected voidJsonParser.parseTestScriptTestScriptRuleComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptRuleComponent res) -
Uses of TestScript.TestScriptRuleComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type TestScript.TestScriptRuleComponentModifier and TypeFieldDescriptionprotected List<TestScript.TestScriptRuleComponent> TestScript.ruleAssert rule to be used in one or more asserts within the test script.Methods in org.hl7.fhir.dstu3.model that return TestScript.TestScriptRuleComponentModifier and TypeMethodDescriptionTestScript.TestScriptRuleComponent.addParam(TestScript.RuleParamComponent t) TestScript.addRule()TestScript.TestScriptRuleComponent.copy()TestScript.getRuleFirstRep()TestScript.TestScriptRuleComponent.setParam(List<TestScript.RuleParamComponent> theParam) TestScript.TestScriptRuleComponent.setResource(Reference value) TestScript.TestScriptRuleComponent.setResourceTarget(Resource value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type TestScript.TestScriptRuleComponentMethods in org.hl7.fhir.dstu3.model with parameters of type TestScript.TestScriptRuleComponentMethod parameters in org.hl7.fhir.dstu3.model with type arguments of type TestScript.TestScriptRuleComponentModifier and TypeMethodDescriptionTestScript.setRule(List<TestScript.TestScriptRuleComponent> theRule)