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