Syntax |
Meaning |
---|---|
#var2.enable(#var1 >= 5); |
Enable data entry into "var2" if the value of "var1" is greater than or equal to 5 |
#var4.show(#var3 < 5); |
Show "var4" if the value of "var3" is less than 5 |
#myVar.showVariableGroup(#sex==1); |
Show the variable group that contains variable code "myVar" is the subject's sex is a female (where female is a value of 1) |
Project Variables can be directly referenced in an Encounter Variable Group's Dependency |