Summary
This command returns true if the value of the target question is a duplicate of the value of a specified question.
Attributes
- none
Parameters
- one question command
Example
<script scriptId="checkDuplicateLesion"> <body> <s:alert> <s:expression> <s:not> <s:isDuplicate> <s:question path="/diseaseEvalSum/tumorMeas[n].tumCode"/> </s:isDuplicate> </s:not> </s:expression> <s:correction> <s:string value="optional"/> </s:correction> <s:text> <s:string value="This 'Lesion code' has already been used for this subject for a new measurable disease evaluation. Please verify."/> </s:text> </s:alert> </body> <target typeId="tumCode" when="preprocess" shouldReconcile='true' /> </script>
Need more help?
Please visit the Fountayn Contact Information page.