EQ
— a query edited by the execution of
dfeditqc
Any queries edited by the
dfeditqc function during the execution of an
edit check are recorded in an EQ element.
The V element identifies the variable by name to
which the query was edited, even if it is the current variable.
The query and note child elements appear only if their respective values have been set by the function. Note that the element values do not identify whether it has been changed from its previous value, simply that the value was specified as an argument in the function call.
An EQ element does not imply that changes to a query
were added to the database, simply that they would have been added
if the APPLY element had allowed queries to be added or changed.
Example 6.59. A query on the age
variable was edited
<EQ 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.60. 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>