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