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(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for headerField ()
|
TestScript.Variable |
TestScript.Variable.setHeaderField(String theString) |
Sets the value for headerField ()
|
TestScript.Variable |
TestScript.Variable.setName(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for name ()
|
TestScript.Variable |
TestScript.Variable.setName(String theString) |
Sets the value for name ()
|
TestScript.Variable |
TestScript.Variable.setPath(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for path ()
|
TestScript.Variable |
TestScript.Variable.setPath(String theString) |
Sets the value for path ()
|
TestScript.Variable |
TestScript.Variable.setSourceId(ca.uhn.fhir.model.primitive.IdDt theValue) |
Sets the value(s) for sourceId ()
|
TestScript.Variable |
TestScript.Variable.setSourceId(String theId) |
Sets the value for sourceId ()
|