Summary
This command returns true if the first parameter is less than the second parameter.
Attributes
Parameters
Choice of one of the following:
- two date commands
- two number commands
- two string commands
- two partial date commands
Example
<script scriptId="cavitat1"> <body> <s:alert> <s:expression> <s:or> <s:ne> <s:stringPath path=":value"/> <s:string value="Y"/> </s:ne> <s:or> <s:lt> <s:numberPath path="/context.patid:value"/> <s:number value="2001"/> </s:lt> <s:gt> <s:numberPath path="/context.patid:value"/> <s:number value="2498"/> </s:gt> </s:or> </s:or> </s:expression> <s:correction> <s:string value="optional"/> </s:correction> <s:text> <s:string value="'Were cavitations present' response is 'Yes', however the subject ID is 2001-2498. Please clarify."/> </s:text> </s:alert> </body> <target typeId="cavitat_" when="preprocess" shouldReconcile='true' /> <dependent path="/context.patid"/> </script>
Need more help?
Please visit the Fountayn Contact Information page.