Uses of Class
org.hl7.fhir.dstu2016may.model.TestScript.SetupActionAssertRuleParamComponent
-
Packages that use TestScript.SetupActionAssertRuleParamComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of TestScript.SetupActionAssertRuleParamComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return TestScript.SetupActionAssertRuleParamComponent Modifier and Type Method Description protected TestScript.SetupActionAssertRuleParamComponentJsonParser. parseTestScriptSetupActionAssertRuleParamComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.SetupActionAssertRuleParamComponentXmlParser. parseTestScriptSetupActionAssertRuleParamComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type TestScript.SetupActionAssertRuleParamComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptSetupActionAssertRuleParamComponent(String name, TestScript.SetupActionAssertRuleParamComponent element)protected voidRdfParser. composeTestScriptSetupActionAssertRuleParamComponent(RdfGenerator.Complex parent, String parentType, String name, TestScript.SetupActionAssertRuleParamComponent element, int index)protected voidXmlParser. composeTestScriptSetupActionAssertRuleParamComponent(String name, TestScript.SetupActionAssertRuleParamComponent element)protected voidJsonParser. composeTestScriptSetupActionAssertRuleParamComponentInner(TestScript.SetupActionAssertRuleParamComponent element) -
Uses of TestScript.SetupActionAssertRuleParamComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type TestScript.SetupActionAssertRuleParamComponent Modifier and Type Field Description protected List<TestScript.SetupActionAssertRuleParamComponent>TestScript.SetupActionAssertRuleComponent. paramEach rule template can take one or more parameters for rule evaluation.Methods in org.hl7.fhir.dstu2016may.model that return TestScript.SetupActionAssertRuleParamComponent Modifier and Type Method Description TestScript.SetupActionAssertRuleParamComponentTestScript.SetupActionAssertRuleComponent. addParam()TestScript.SetupActionAssertRuleParamComponentTestScript.SetupActionAssertRuleParamComponent. copy()TestScript.SetupActionAssertRuleParamComponentTestScript.SetupActionAssertRuleParamComponent. setName(String value)TestScript.SetupActionAssertRuleParamComponentTestScript.SetupActionAssertRuleParamComponent. setNameElement(StringType value)TestScript.SetupActionAssertRuleParamComponentTestScript.SetupActionAssertRuleParamComponent. setValue(String value)TestScript.SetupActionAssertRuleParamComponentTestScript.SetupActionAssertRuleParamComponent. setValueElement(StringType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type TestScript.SetupActionAssertRuleParamComponent Modifier and Type Method Description List<TestScript.SetupActionAssertRuleParamComponent>TestScript.SetupActionAssertRuleComponent. getParam()Methods in org.hl7.fhir.dstu2016may.model with parameters of type TestScript.SetupActionAssertRuleParamComponent Modifier and Type Method Description TestScript.SetupActionAssertRuleComponentTestScript.SetupActionAssertRuleComponent. addParam(TestScript.SetupActionAssertRuleParamComponent t)
-