Uses of Class
org.hl7.fhir.dstu3.model.TestScript.ActionAssertRuleComponent
-
Uses of TestScript.ActionAssertRuleComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected TestScript.ActionAssertRuleComponent
JsonParser.parseTestScriptActionAssertRuleComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.ActionAssertRuleComponent
XmlParser.parseTestScriptActionAssertRuleComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptActionAssertRuleComponent
(String name, TestScript.ActionAssertRuleComponent element) protected void
RdfParser.composeTestScriptActionAssertRuleComponent
(Turtle.Complex parent, String parentType, String name, TestScript.ActionAssertRuleComponent element, int index) protected void
XmlParser.composeTestScriptActionAssertRuleComponent
(String name, TestScript.ActionAssertRuleComponent element) protected void
XmlParser.composeTestScriptActionAssertRuleComponentElements
(TestScript.ActionAssertRuleComponent element) protected void
JsonParser.composeTestScriptActionAssertRuleComponentInner
(TestScript.ActionAssertRuleComponent element) protected boolean
XmlParser.parseTestScriptActionAssertRuleComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.ActionAssertRuleComponent res) protected void
JsonParser.parseTestScriptActionAssertRuleComponentProperties
(com.google.gson.JsonObject json, TestScript owner, TestScript.ActionAssertRuleComponent res) -
Uses of TestScript.ActionAssertRuleComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected TestScript.ActionAssertRuleComponent
TestScript.SetupActionAssertComponent.rule
The TestScript.rule this assert will evaluate.Modifier and TypeMethodDescriptionTestScript.ActionAssertRuleComponent.addParam
(TestScript.ActionAssertRuleParamComponent t) TestScript.ActionAssertRuleComponent.copy()
TestScript.SetupActionAssertComponent.getRule()
TestScript.ActionAssertRuleComponent.setParam
(List<TestScript.ActionAssertRuleParamComponent> theParam) TestScript.ActionAssertRuleComponent.setRuleIdElement
(IdType value) Modifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setRule
(TestScript.ActionAssertRuleComponent value)