Uses of Class
org.hl7.fhir.dstu3.model.TestScript.RulesetRuleComponent
Packages that use TestScript.RulesetRuleComponent
-
Uses of TestScript.RulesetRuleComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return TestScript.RulesetRuleComponentModifier and TypeMethodDescriptionprotected TestScript.RulesetRuleComponentJsonParser.parseTestScriptRulesetRuleComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.RulesetRuleComponentXmlParser.parseTestScriptRulesetRuleComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu3.formats with parameters of type TestScript.RulesetRuleComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptRulesetRuleComponent(String name, TestScript.RulesetRuleComponent element)protected voidRdfParser.composeTestScriptRulesetRuleComponent(Turtle.Complex parent, String parentType, String name, TestScript.RulesetRuleComponent element, int index)protected voidXmlParser.composeTestScriptRulesetRuleComponent(String name, TestScript.RulesetRuleComponent element)protected voidXmlParser.composeTestScriptRulesetRuleComponentElements(TestScript.RulesetRuleComponent element)protected voidJsonParser.composeTestScriptRulesetRuleComponentInner(TestScript.RulesetRuleComponent element)protected booleanXmlParser.parseTestScriptRulesetRuleComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.RulesetRuleComponent res)protected voidJsonParser.parseTestScriptRulesetRuleComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.RulesetRuleComponent res) -
Uses of TestScript.RulesetRuleComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type TestScript.RulesetRuleComponentModifier and TypeFieldDescriptionprotected List<TestScript.RulesetRuleComponent>TestScript.TestScriptRulesetComponent.ruleThe referenced rule within the external ruleset template.Methods in org.hl7.fhir.dstu3.model that return TestScript.RulesetRuleComponentModifier and TypeMethodDescriptionTestScript.RulesetRuleComponent.addParam(TestScript.RulesetRuleParamComponent t)TestScript.TestScriptRulesetComponent.addRule()TestScript.RulesetRuleComponent.copy()TestScript.TestScriptRulesetComponent.getRuleFirstRep()TestScript.RulesetRuleComponent.setParam(List<TestScript.RulesetRuleParamComponent> theParam)TestScript.RulesetRuleComponent.setRuleIdElement(IdType value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type TestScript.RulesetRuleComponentMethods in org.hl7.fhir.dstu3.model with parameters of type TestScript.RulesetRuleComponentModifier and TypeMethodDescriptionTestScript.TestScriptRulesetComponent.addRule(TestScript.RulesetRuleComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type TestScript.RulesetRuleComponentModifier and TypeMethodDescriptionTestScript.TestScriptRulesetComponent.setRule(List<TestScript.RulesetRuleComponent> theRule)