| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
TestScript.Variable |
TestScript.addVariable()
Adds and returns a new value for variable ()
|
TestScript.Variable |
TestScript.getVariableFirstRep()
Gets the first repetition for variable (),
creating it if it does not already exist.
|
TestScript.Variable |
TestScript.Variable.setHeaderField(String theString)
Sets the value for headerField ()
|
TestScript.Variable |
TestScript.Variable.setHeaderField(StringDt theValue)
Sets the value(s) for headerField ()
|
TestScript.Variable |
TestScript.Variable.setName(String theString)
Sets the value for name ()
|
TestScript.Variable |
TestScript.Variable.setName(StringDt theValue)
Sets the value(s) for name ()
|
TestScript.Variable |
TestScript.Variable.setPath(String theString)
Sets the value for path ()
|
TestScript.Variable |
TestScript.Variable.setPath(StringDt theValue)
Sets the value(s) for path ()
|
TestScript.Variable |
TestScript.Variable.setSourceId(IdDt theValue)
Sets the value(s) for sourceId ()
|
TestScript.Variable |
TestScript.Variable.setSourceId(String theId)
Sets the value for sourceId ()
|
| Modifier and Type | Method and Description |
|---|---|
List<TestScript.Variable> |
TestScript.getVariable()
Gets the value(s) for variable ().
|
| Modifier and Type | Method and Description |
|---|---|
TestScript |
TestScript.addVariable(TestScript.Variable theValue)
Adds a given new value for variable ()
|
| Modifier and Type | Method and Description |
|---|---|
TestScript |
TestScript.setVariable(List<TestScript.Variable> theValue)
Sets the value(s) for variable ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.