Uses of Class
org.hl7.fhir.dstu2016may.model.TestScript.SetupActionAssertRulesetRuleComponent
-
Packages that use TestScript.SetupActionAssertRulesetRuleComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of TestScript.SetupActionAssertRulesetRuleComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return TestScript.SetupActionAssertRulesetRuleComponent Modifier and Type Method Description protected TestScript.SetupActionAssertRulesetRuleComponentJsonParser. parseTestScriptSetupActionAssertRulesetRuleComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.SetupActionAssertRulesetRuleComponentXmlParser. parseTestScriptSetupActionAssertRulesetRuleComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type TestScript.SetupActionAssertRulesetRuleComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptSetupActionAssertRulesetRuleComponent(String name, TestScript.SetupActionAssertRulesetRuleComponent element)protected voidRdfParser. composeTestScriptSetupActionAssertRulesetRuleComponent(RdfGenerator.Complex parent, String parentType, String name, TestScript.SetupActionAssertRulesetRuleComponent element, int index)protected voidXmlParser. composeTestScriptSetupActionAssertRulesetRuleComponent(String name, TestScript.SetupActionAssertRulesetRuleComponent element)protected voidJsonParser. composeTestScriptSetupActionAssertRulesetRuleComponentInner(TestScript.SetupActionAssertRulesetRuleComponent element) -
Uses of TestScript.SetupActionAssertRulesetRuleComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type TestScript.SetupActionAssertRulesetRuleComponent Modifier and Type Field Description protected List<TestScript.SetupActionAssertRulesetRuleComponent>TestScript.SetupActionAssertRulesetComponent. ruleThe referenced rule within the external ruleset template.Methods in org.hl7.fhir.dstu2016may.model that return TestScript.SetupActionAssertRulesetRuleComponent Modifier and Type Method Description TestScript.SetupActionAssertRulesetRuleComponentTestScript.SetupActionAssertRulesetRuleComponent. addParam(TestScript.SetupActionAssertRulesetRuleParamComponent t)TestScript.SetupActionAssertRulesetRuleComponentTestScript.SetupActionAssertRulesetComponent. addRule()TestScript.SetupActionAssertRulesetRuleComponentTestScript.SetupActionAssertRulesetRuleComponent. copy()TestScript.SetupActionAssertRulesetRuleComponentTestScript.SetupActionAssertRulesetRuleComponent. setRuleId(String value)TestScript.SetupActionAssertRulesetRuleComponentTestScript.SetupActionAssertRulesetRuleComponent. setRuleIdElement(IdType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type TestScript.SetupActionAssertRulesetRuleComponent Modifier and Type Method Description List<TestScript.SetupActionAssertRulesetRuleComponent>TestScript.SetupActionAssertRulesetComponent. getRule()Methods in org.hl7.fhir.dstu2016may.model with parameters of type TestScript.SetupActionAssertRulesetRuleComponent Modifier and Type Method Description TestScript.SetupActionAssertRulesetComponentTestScript.SetupActionAssertRulesetComponent. addRule(TestScript.SetupActionAssertRulesetRuleComponent t)
-