Uses of Class
org.hl7.fhir.dstu3.model.TestScript.RulesetRuleParamComponent
-
Uses of TestScript.RulesetRuleParamComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected TestScript.RulesetRuleParamComponent
JsonParser.parseTestScriptRulesetRuleParamComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.RulesetRuleParamComponent
XmlParser.parseTestScriptRulesetRuleParamComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptRulesetRuleParamComponent
(String name, TestScript.RulesetRuleParamComponent element) protected void
RdfParser.composeTestScriptRulesetRuleParamComponent
(Turtle.Complex parent, String parentType, String name, TestScript.RulesetRuleParamComponent element, int index) protected void
XmlParser.composeTestScriptRulesetRuleParamComponent
(String name, TestScript.RulesetRuleParamComponent element) protected void
XmlParser.composeTestScriptRulesetRuleParamComponentElements
(TestScript.RulesetRuleParamComponent element) protected void
JsonParser.composeTestScriptRulesetRuleParamComponentInner
(TestScript.RulesetRuleParamComponent element) protected boolean
XmlParser.parseTestScriptRulesetRuleParamComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.RulesetRuleParamComponent res) protected void
JsonParser.parseTestScriptRulesetRuleParamComponentProperties
(com.google.gson.JsonObject json, TestScript owner, TestScript.RulesetRuleParamComponent res) -
Uses of TestScript.RulesetRuleParamComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected List
<TestScript.RulesetRuleParamComponent> TestScript.RulesetRuleComponent.param
Each rule template can take one or more parameters for rule evaluation.Modifier and TypeMethodDescriptionTestScript.RulesetRuleComponent.addParam()
TestScript.RulesetRuleParamComponent.copy()
TestScript.RulesetRuleComponent.getParamFirstRep()
TestScript.RulesetRuleParamComponent.setNameElement
(StringType value) TestScript.RulesetRuleParamComponent.setValueElement
(StringType value) Modifier and TypeMethodDescriptionTestScript.RulesetRuleComponent.addParam
(TestScript.RulesetRuleParamComponent t) Modifier and TypeMethodDescriptionTestScript.RulesetRuleComponent.setParam
(List<TestScript.RulesetRuleParamComponent> theParam)