Incomplete or Incorrect

The information you provided in the form was incomplete or incorrect. Please take a moment to review the following list:

Patient Id Is Missing.

Timed Out

Your session has Timed Out.

Please Sign In again to continue.

Incomplete or Incorrect

The information you provided in the form was incomplete or incorrect. Please take a moment to review the following list:>

Revenue Code is required.

SELECT * FROM #Request.prefix_db_agency#.pRevenue_Code WHERE Rev_CodeId = SELECT IFNULL(MAX(Schedule_ID),0)+1 As pSchedule_ID FROM #Request.prefix_db_agency#.pSchedules UPDATE #Request.prefix_db_agency#.pSchedules SET Status = , Date_Change = , Change_by = WHERE Patient_ID = AND Assmt_ID = AND Schedule_ID = AND Status = 0 SELECT * FROM #Request.prefix_db_agency#.pRevenue_Code WHERE Rev_CodeID = SELECT * FROM #Request.prefix_db_agency#.pPtPayer WHERE Patient_ID = AND Payer_ID = AND status = SELECT IFNULL(MAX(Visit_no),0)+1 As pVisit_no FROM #Request.prefix_db_agency#.pSchedules WHERE Patient_ID = AND Assmt_ID = AND Skill = AND Status = AND Missed = AND Visit_Type NOT IN ('1 - SOC - SN', '1 - SOC - PT', '1 - SOC - OT', '3 - ROC - SN', '3 - ROC - PT', 'PT Eval', 'OT Eval', 'ST Eval', 'SN Eval', 'MSW Eval') INSERT INTO #Request.prefix_db_agency#.pSchedules (Schedule_ID, Patient_ID, Assmt_ID, Auth_ID, PtPayer_ID, Rev_ID, Emp_ID, Pay_ID, Skill, Visit_no, Status, Nonbillable, Missed, Visit_Date, StartTime, EndTime, Total_Units, Mi_Pay, Mileage, Travel, Paperwork, Progress_Note, Notes, Date_Create, Created_by, Date_Change, Change_by) VALUES ( , , , , , , , , , , , , , , , , , , , , , , , , , , )