Uses of Class
org.hl7.fhir.dstu3.model.TestScript.RulesetRuleParamComponent
Packages that use TestScript.RulesetRuleParamComponent
-
Uses of TestScript.RulesetRuleParamComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return TestScript.RulesetRuleParamComponentModifier and TypeMethodDescriptionprotected TestScript.RulesetRuleParamComponentJsonParser.parseTestScriptRulesetRuleParamComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.RulesetRuleParamComponentXmlParser.parseTestScriptRulesetRuleParamComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu3.formats with parameters of type TestScript.RulesetRuleParamComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptRulesetRuleParamComponent(String name, TestScript.RulesetRuleParamComponent element)protected voidRdfParser.composeTestScriptRulesetRuleParamComponent(Turtle.Complex parent, String parentType, String name, TestScript.RulesetRuleParamComponent element, int index)protected voidXmlParser.composeTestScriptRulesetRuleParamComponent(String name, TestScript.RulesetRuleParamComponent element)protected voidXmlParser.composeTestScriptRulesetRuleParamComponentElements(TestScript.RulesetRuleParamComponent element)protected voidJsonParser.composeTestScriptRulesetRuleParamComponentInner(TestScript.RulesetRuleParamComponent element)protected booleanXmlParser.parseTestScriptRulesetRuleParamComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.RulesetRuleParamComponent res)protected voidJsonParser.parseTestScriptRulesetRuleParamComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.RulesetRuleParamComponent res) -
Uses of TestScript.RulesetRuleParamComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type TestScript.RulesetRuleParamComponentModifier and TypeFieldDescriptionprotected List<TestScript.RulesetRuleParamComponent>TestScript.RulesetRuleComponent.paramEach rule template can take one or more parameters for rule evaluation.Methods in org.hl7.fhir.dstu3.model that return TestScript.RulesetRuleParamComponentModifier and TypeMethodDescriptionTestScript.RulesetRuleComponent.addParam()TestScript.RulesetRuleParamComponent.copy()TestScript.RulesetRuleComponent.getParamFirstRep()TestScript.RulesetRuleParamComponent.setNameElement(StringType value)TestScript.RulesetRuleParamComponent.setValueElement(StringType value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type TestScript.RulesetRuleParamComponentMethods in org.hl7.fhir.dstu3.model with parameters of type TestScript.RulesetRuleParamComponentModifier and TypeMethodDescriptionTestScript.RulesetRuleComponent.addParam(TestScript.RulesetRuleParamComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type TestScript.RulesetRuleParamComponentModifier and TypeMethodDescriptionTestScript.RulesetRuleComponent.setParam(List<TestScript.RulesetRuleParamComponent> theParam)