| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.formats | |
| org.hl7.fhir.dstu3.model |
| Modifier and Type | Method and Description |
|---|---|
protected TestScript.RuleParamComponent |
JsonParser.parseTestScriptRuleParamComponent(com.google.gson.JsonObject json,
TestScript owner) |
protected TestScript.RuleParamComponent |
XmlParser.parseTestScriptRuleParamComponent(org.xmlpull.v1.XmlPullParser xpp,
TestScript owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeTestScriptRuleParamComponent(String name,
TestScript.RuleParamComponent element) |
protected void |
XmlParser.composeTestScriptRuleParamComponent(String name,
TestScript.RuleParamComponent element) |
protected void |
XmlParser.composeTestScriptRuleParamComponentElements(TestScript.RuleParamComponent element) |
protected void |
JsonParser.composeTestScriptRuleParamComponentInner(TestScript.RuleParamComponent element) |
protected boolean |
XmlParser.parseTestScriptRuleParamComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
TestScript owner,
TestScript.RuleParamComponent res) |
protected void |
JsonParser.parseTestScriptRuleParamComponentProperties(com.google.gson.JsonObject json,
TestScript owner,
TestScript.RuleParamComponent res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<TestScript.RuleParamComponent> |
TestScript.TestScriptRuleComponent.param
Each rule template can take one or more parameters for rule evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
TestScript.RuleParamComponent |
TestScript.TestScriptRuleComponent.addParam() |
TestScript.RuleParamComponent |
TestScript.RuleParamComponent.copy() |
TestScript.RuleParamComponent |
TestScript.TestScriptRuleComponent.getParamFirstRep() |
TestScript.RuleParamComponent |
TestScript.RuleParamComponent.setName(String value) |
TestScript.RuleParamComponent |
TestScript.RuleParamComponent.setNameElement(StringType value) |
TestScript.RuleParamComponent |
TestScript.RuleParamComponent.setValue(String value) |
TestScript.RuleParamComponent |
TestScript.RuleParamComponent.setValueElement(StringType value) |
| Modifier and Type | Method and Description |
|---|---|
List<TestScript.RuleParamComponent> |
TestScript.TestScriptRuleComponent.getParam() |
| Modifier and Type | Method and Description |
|---|---|
TestScript.TestScriptRuleComponent |
TestScript.TestScriptRuleComponent.addParam(TestScript.RuleParamComponent t) |
| Modifier and Type | Method and Description |
|---|---|
TestScript.TestScriptRuleComponent |
TestScript.TestScriptRuleComponent.setParam(List<TestScript.RuleParamComponent> theParam) |
Copyright © 2014–2018 University Health Network. All rights reserved.