Uses of Class
org.hl7.fhir.dstu3.model.TestScript.ActionAssertRulesetRuleParamComponent
-
Packages that use TestScript.ActionAssertRulesetRuleParamComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of TestScript.ActionAssertRulesetRuleParamComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return TestScript.ActionAssertRulesetRuleParamComponent Modifier and Type Method Description protected TestScript.ActionAssertRulesetRuleParamComponentJsonParser. parseTestScriptActionAssertRulesetRuleParamComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.ActionAssertRulesetRuleParamComponentXmlParser. parseTestScriptActionAssertRulesetRuleParamComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) -
Uses of TestScript.ActionAssertRulesetRuleParamComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type TestScript.ActionAssertRulesetRuleParamComponent Modifier and Type Field Description protected List<TestScript.ActionAssertRulesetRuleParamComponent>TestScript.ActionAssertRulesetRuleComponent. paramEach rule template can take one or more parameters for rule evaluation.Methods in org.hl7.fhir.dstu3.model that return TestScript.ActionAssertRulesetRuleParamComponent Modifier and Type Method Description TestScript.ActionAssertRulesetRuleParamComponentTestScript.ActionAssertRulesetRuleComponent. addParam()TestScript.ActionAssertRulesetRuleParamComponentTestScript.ActionAssertRulesetRuleParamComponent. copy()TestScript.ActionAssertRulesetRuleParamComponentTestScript.ActionAssertRulesetRuleComponent. getParamFirstRep()TestScript.ActionAssertRulesetRuleParamComponentTestScript.ActionAssertRulesetRuleParamComponent. setName(String value)TestScript.ActionAssertRulesetRuleParamComponentTestScript.ActionAssertRulesetRuleParamComponent. setNameElement(StringType value)TestScript.ActionAssertRulesetRuleParamComponentTestScript.ActionAssertRulesetRuleParamComponent. setValue(String value)TestScript.ActionAssertRulesetRuleParamComponentTestScript.ActionAssertRulesetRuleParamComponent. setValueElement(StringType value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type TestScript.ActionAssertRulesetRuleParamComponent Modifier and Type Method Description List<TestScript.ActionAssertRulesetRuleParamComponent>TestScript.ActionAssertRulesetRuleComponent. getParam()Methods in org.hl7.fhir.dstu3.model with parameters of type TestScript.ActionAssertRulesetRuleParamComponent Modifier and Type Method Description TestScript.ActionAssertRulesetRuleComponentTestScript.ActionAssertRulesetRuleComponent. addParam(TestScript.ActionAssertRulesetRuleParamComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type TestScript.ActionAssertRulesetRuleParamComponent Modifier and Type Method Description TestScript.ActionAssertRulesetRuleComponentTestScript.ActionAssertRulesetRuleComponent. setParam(List<TestScript.ActionAssertRulesetRuleParamComponent> theParam)
-