Uses of Class
org.hl7.fhir.dstu3.model.TestScript.ActionAssertRuleComponent
-
Packages that use TestScript.ActionAssertRuleComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of TestScript.ActionAssertRuleComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return TestScript.ActionAssertRuleComponent Modifier and Type Method Description protected TestScript.ActionAssertRuleComponentJsonParser. parseTestScriptActionAssertRuleComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.ActionAssertRuleComponentXmlParser. parseTestScriptActionAssertRuleComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) -
Uses of TestScript.ActionAssertRuleComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as TestScript.ActionAssertRuleComponent Modifier and Type Field Description protected TestScript.ActionAssertRuleComponentTestScript.SetupActionAssertComponent. ruleThe TestScript.rule this assert will evaluate.Methods in org.hl7.fhir.dstu3.model that return TestScript.ActionAssertRuleComponent Modifier and Type Method Description TestScript.ActionAssertRuleComponentTestScript.ActionAssertRuleComponent. addParam(TestScript.ActionAssertRuleParamComponent t)TestScript.ActionAssertRuleComponentTestScript.ActionAssertRuleComponent. copy()TestScript.ActionAssertRuleComponentTestScript.SetupActionAssertComponent. getRule()TestScript.ActionAssertRuleComponentTestScript.ActionAssertRuleComponent. setParam(List<TestScript.ActionAssertRuleParamComponent> theParam)TestScript.ActionAssertRuleComponentTestScript.ActionAssertRuleComponent. setRuleId(String value)TestScript.ActionAssertRuleComponentTestScript.ActionAssertRuleComponent. setRuleIdElement(IdType value)Methods in org.hl7.fhir.dstu3.model with parameters of type TestScript.ActionAssertRuleComponent Modifier and Type Method Description TestScript.SetupActionAssertComponentTestScript.SetupActionAssertComponent. setRule(TestScript.ActionAssertRuleComponent value)
-