At this time, there is not an existing report for Pre-Referral to Intervention. This information can be queried, and then printed as a report. The basic information is stored in the Pre-Referral Interventions (PRI) table.  Other tables available are Pre-Referral Intervention Codes (PRC), Pre-Referral Intervention Reasons/Concerns (PRR), and Pre-Referral Intervention Parent Meetings and Contacts (PRN). Below are suggested queries:



1: This query will pull the Pre-Referral records for a particular student:

  • LIST STU PRI PRC PRR PRN STU.ID STU.LN STU.FN STU.GR STU.BD PRI.DT PRI.CO PRC.CD PRC.CD? PRC.SD PRC.ED PRC.CO PRR.CD PRR.CD? PRR.CO PRN.CD PRN.CD? PRN.CO PRN.BW PRN.PC IF STU.ID = XXXXX
    • Replace the XXXX with actual Student ID


2: This query will list the Pre-Referrals created by a particular staff member

  • LIST PRI SCL ID DT SID CO IF SID = XXXX

    • Replace the XXXX with actual Staff ID


Additional conditions can be added. These are just some examples.