Uses of Class
org.hl7.fhir.dstu3.model.TestScript.RuleParamComponent
-
Packages that use TestScript.RuleParamComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of TestScript.RuleParamComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return TestScript.RuleParamComponent Modifier and Type Method Description protected TestScript.RuleParamComponentJsonParser. parseTestScriptRuleParamComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.RuleParamComponentXmlParser. parseTestScriptRuleParamComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) -
Uses of TestScript.RuleParamComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type TestScript.RuleParamComponent Modifier and Type Field Description protected 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.RuleParamComponent Modifier and Type Method Description TestScript.RuleParamComponentTestScript.TestScriptRuleComponent. addParam()TestScript.RuleParamComponentTestScript.RuleParamComponent. copy()TestScript.RuleParamComponentTestScript.TestScriptRuleComponent. getParamFirstRep()TestScript.RuleParamComponentTestScript.RuleParamComponent. setName(String value)TestScript.RuleParamComponentTestScript.RuleParamComponent. setNameElement(StringType value)TestScript.RuleParamComponentTestScript.RuleParamComponent. setValue(String value)TestScript.RuleParamComponentTestScript.RuleParamComponent. setValueElement(StringType value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type TestScript.RuleParamComponent Modifier and Type Method Description List<TestScript.RuleParamComponent>TestScript.TestScriptRuleComponent. getParam()Methods in org.hl7.fhir.dstu3.model with parameters of type TestScript.RuleParamComponent Modifier and Type Method Description TestScript.TestScriptRuleComponentTestScript.TestScriptRuleComponent. addParam(TestScript.RuleParamComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type TestScript.RuleParamComponent Modifier and Type Method Description TestScript.TestScriptRuleComponentTestScript.TestScriptRuleComponent. setParam(List<TestScript.RuleParamComponent> theParam)
-