Uses of Class
org.hl7.fhir.dstu3.model.TestScript.ActionAssertRulesetRuleComponent
-
Packages that use TestScript.ActionAssertRulesetRuleComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of TestScript.ActionAssertRulesetRuleComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return TestScript.ActionAssertRulesetRuleComponent Modifier and Type Method Description protected TestScript.ActionAssertRulesetRuleComponentJsonParser. parseTestScriptActionAssertRulesetRuleComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.ActionAssertRulesetRuleComponentXmlParser. parseTestScriptActionAssertRulesetRuleComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) -
Uses of TestScript.ActionAssertRulesetRuleComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type TestScript.ActionAssertRulesetRuleComponent Modifier and Type Field Description protected List<TestScript.ActionAssertRulesetRuleComponent>TestScript.ActionAssertRulesetComponent. ruleThe referenced rule within the external ruleset template.Methods in org.hl7.fhir.dstu3.model that return TestScript.ActionAssertRulesetRuleComponent Modifier and Type Method Description TestScript.ActionAssertRulesetRuleComponentTestScript.ActionAssertRulesetRuleComponent. addParam(TestScript.ActionAssertRulesetRuleParamComponent t)TestScript.ActionAssertRulesetRuleComponentTestScript.ActionAssertRulesetComponent. addRule()TestScript.ActionAssertRulesetRuleComponentTestScript.ActionAssertRulesetRuleComponent. copy()TestScript.ActionAssertRulesetRuleComponentTestScript.ActionAssertRulesetComponent. getRuleFirstRep()TestScript.ActionAssertRulesetRuleComponentTestScript.ActionAssertRulesetRuleComponent. setParam(List<TestScript.ActionAssertRulesetRuleParamComponent> theParam)TestScript.ActionAssertRulesetRuleComponentTestScript.ActionAssertRulesetRuleComponent. setRuleId(String value)TestScript.ActionAssertRulesetRuleComponentTestScript.ActionAssertRulesetRuleComponent. setRuleIdElement(IdType value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type TestScript.ActionAssertRulesetRuleComponent Modifier and Type Method Description List<TestScript.ActionAssertRulesetRuleComponent>TestScript.ActionAssertRulesetComponent. getRule()Methods in org.hl7.fhir.dstu3.model with parameters of type TestScript.ActionAssertRulesetRuleComponent Modifier and Type Method Description TestScript.ActionAssertRulesetComponentTestScript.ActionAssertRulesetComponent. addRule(TestScript.ActionAssertRulesetRuleComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type TestScript.ActionAssertRulesetRuleComponent Modifier and Type Method Description TestScript.ActionAssertRulesetComponentTestScript.ActionAssertRulesetComponent. setRule(List<TestScript.ActionAssertRulesetRuleComponent> theRule)
-