DF_PTmissing

DF_PTmissing — Display missing pages and overdue visits

Synopsis

DF_PTmissing {study} [-c #, #-#] [-o] [-m] [-e] [-p]

Description

DF_PTmissing reads the Query database and lists missing plate and overdue visit queries for all subjects, or for subjects from specified study sites.

Missing plates and overdue visits are identified by the most recent execution of DF_QCupdate and are simply reported by DF_PTmissing.

If none of -o, -m and -e are selected, overdue visits and both types of missing plates are listed. Any combination of these 3 problem types may be listed by selecting the appropriate options.

Options

-c #, #-#

Select only subjects from specified sites. By default, subjects from all sites, including the error monitor site, appear in the output.

-o

Display overdue visits

-m

Display missing plates

-e

Display missing plates added via edit checks

-p

Display missing plates by their DFpage_map labels

Examples

Example 2.32. Display overdue visits and missing plates for site 1

The default output lists overdue visits by their name as stated in the study visitmap, and missing plates by their plate number.

-c 1
SUBJECT ID  VISIT  PROBLEM

         6      1  Overdue Visit:  Initial Assessment
         6      2  Missing Plates: 4 8 9 10 11 12 13 14 15 16

Example 2.33. Display overdue visits and missing plates, by their name, for site 1

This example selects the same subjects as the previous example, except that in this instance -p requests plate numbers be replaced by their descriptive labels from DFpage_map.

-c 1 -p
SUBJECT ID  VISIT  PROBLEM

         6      1  Overdue Visit:  Initial Assessment
         6      2  Missing Plates: 4M Page 1 of 6
                                   4M Page 5 of 6
                                   4M Page 6 of 6
                                   Nurse/Diet. Summ.
                                   4M FIT QOL Pg 1
                                   4M DQOL Pg 1 of 5
                                   4M DQOL Pg 2 of 5
                                   4M DQOL Pg 3 of 5
                                   4M DQOL Pg 4 of 5
                                   4M DQOL Pg 5 of 5

Limitations

DF_PTmissing lists the missing plate and overdue visit queries added by the previous execution of DF_QCupdate. It does not automatically execute DF_QCupdate.

See Also

DF_QCupdate