Q
— a query generated by the execution of
dfaddqc
Any queries generated by the
dfaddqc function during the execution of an
edit check are recorded in a Q element.
The V element identifies the variable by name to
which the query was added, even if it is the current variable.
A Q element does not imply that a query
was added to the database, simply that one would have been added
if the APPLY element had allowed queries to be added.
Example 6.85. A query added to the age
variable
<Q fr='8' pr='3' u='1' f'=1' c='1'><V n='age'/> <QR>The reported age is inconsistent with the exam date and the subject's birth date</QR></Q>
Example 6.86. A user defined query added to the visitDate
variable
<Q fr='9' pr='30' u='1' f'=1' c='1' prlbl="Requires Follow-Up"><V n='visitDate'/> <QR>The reported visit date does not match up with the trial schedule and needs to be verified by the trial coordinator.</QR></Q>