
Uses of Class
org.hl7.fhir.dstu3.model.TestScript.RuleParamComponent
Packages that use TestScript.RuleParamComponent
-
Uses of TestScript.RuleParamComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return TestScript.RuleParamComponentModifier and TypeMethodDescriptionprotected TestScript.RuleParamComponentJsonParser.parseTestScriptRuleParamComponent(com.google.gson.JsonObject json, TestScript owner) protected TestScript.RuleParamComponentXmlParser.parseTestScriptRuleParamComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type TestScript.RuleParamComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptRuleParamComponent(String name, TestScript.RuleParamComponent element) protected voidRdfParser.composeTestScriptRuleParamComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestScript.RuleParamComponent element, int index) protected voidXmlParser.composeTestScriptRuleParamComponent(String name, TestScript.RuleParamComponent element) protected voidXmlParser.composeTestScriptRuleParamComponentElements(TestScript.RuleParamComponent element) protected voidJsonParser.composeTestScriptRuleParamComponentInner(TestScript.RuleParamComponent element) protected booleanXmlParser.parseTestScriptRuleParamComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.RuleParamComponent res) protected voidJsonParser.parseTestScriptRuleParamComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.RuleParamComponent res) -
Uses of TestScript.RuleParamComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type TestScript.RuleParamComponentModifier and TypeFieldDescriptionprotected List<TestScript.RuleParamComponent> TestScript.TestScriptRuleComponent.paramEach rule template can take one or more parameters for rule evaluation.Methods in org.hl7.fhir.dstu3.model that return TestScript.RuleParamComponentModifier and TypeMethodDescriptionTestScript.TestScriptRuleComponent.addParam()TestScript.RuleParamComponent.copy()TestScript.TestScriptRuleComponent.getParamFirstRep()TestScript.RuleParamComponent.setNameElement(StringType value) TestScript.RuleParamComponent.setValueElement(StringType value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type TestScript.RuleParamComponentMethods in org.hl7.fhir.dstu3.model with parameters of type TestScript.RuleParamComponentModifier and TypeMethodDescriptionTestScript.TestScriptRuleComponent.addParam(TestScript.RuleParamComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type TestScript.RuleParamComponentModifier and TypeMethodDescriptionTestScript.TestScriptRuleComponent.setParam(List<TestScript.RuleParamComponent> theParam)