{
    "data": /*    This must be used with DataTables   */
     [{
        "patient_id": "",           /*    Patient ID in the db                                        */
        "fullname": "",             /*    Patient's firstname + lastname                              */
        "phone": "",                /*    Patients cellphone number                                   */
        "email": "",                /*    Patient's email address - will be used with PHPMailer       */
        "case": "",                 /*    Case assigned to patient                                    */
        "case_status": "",          /*    Is the case open or closed?                                 */
        "cur_step": "",             /*    Current step to be taken for this case -- Only list the num */
        "doctor": "",               /*    Referring doctor name                                       */
        "doc_prac": "",             /*    Doctor's practice number                                    */
        "doc_phone": "",            /*    Doctor's office phone number                                */  
        "doc_email": "",            /*    Doctor's office email address                               */
        "comments": {               /*    Comments, random keys will be generated                     */

        }
    }]
}