Uses of Class
org.hl7.fhir.dstu3.model.TestScript.ActionAssertRulesetRuleParamComponent
-
Uses of TestScript.ActionAssertRulesetRuleParamComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionJsonParser.parseTestScriptActionAssertRulesetRuleParamComponent
(com.google.gson.JsonObject json, TestScript owner) XmlParser.parseTestScriptActionAssertRulesetRuleParamComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptActionAssertRulesetRuleParamComponent
(String name, TestScript.ActionAssertRulesetRuleParamComponent element) protected void
RdfParser.composeTestScriptActionAssertRulesetRuleParamComponent
(Turtle.Complex parent, String parentType, String name, TestScript.ActionAssertRulesetRuleParamComponent element, int index) protected void
XmlParser.composeTestScriptActionAssertRulesetRuleParamComponent
(String name, TestScript.ActionAssertRulesetRuleParamComponent element) protected void
XmlParser.composeTestScriptActionAssertRulesetRuleParamComponentElements
(TestScript.ActionAssertRulesetRuleParamComponent element) protected void
JsonParser.composeTestScriptActionAssertRulesetRuleParamComponentInner
(TestScript.ActionAssertRulesetRuleParamComponent element) protected boolean
XmlParser.parseTestScriptActionAssertRulesetRuleParamComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.ActionAssertRulesetRuleParamComponent res) protected void
JsonParser.parseTestScriptActionAssertRulesetRuleParamComponentProperties
(com.google.gson.JsonObject json, TestScript owner, TestScript.ActionAssertRulesetRuleParamComponent res) -
Uses of TestScript.ActionAssertRulesetRuleParamComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionTestScript.ActionAssertRulesetRuleComponent.param
Each rule template can take one or more parameters for rule evaluation.Modifier and TypeMethodDescriptionTestScript.ActionAssertRulesetRuleComponent.addParam()
TestScript.ActionAssertRulesetRuleParamComponent.copy()
TestScript.ActionAssertRulesetRuleComponent.getParamFirstRep()
TestScript.ActionAssertRulesetRuleParamComponent.setNameElement
(StringType value) TestScript.ActionAssertRulesetRuleParamComponent.setValueElement
(StringType value) Modifier and TypeMethodDescriptionTestScript.ActionAssertRulesetRuleComponent.addParam
(TestScript.ActionAssertRulesetRuleParamComponent t) Modifier and TypeMethodDescriptionTestScript.ActionAssertRulesetRuleComponent.setParam
(List<TestScript.ActionAssertRulesetRuleParamComponent> theParam)