Please select a Patient from the list...
Vital, Wound, Symptom & Lab Inquiry
Vital, Wound, Symptom & Lab Inquiry
> SELECT p.Patient_Id, p.Last_Name_M0040, p.First_Name_M0040 FROM #Request.prefix_db_agency#.patient p WHERE p.Patient_Id = '#Form.PatientId#' SELECT pvd.Type, pvd.Description, pvd.Record_Creation_Date, pvd.Reading1, pvd.Notes, s.Visit_Date FROM #Request.prefix_db_lookup#.Agency a, #Request.prefix_db_agency#.PatientVisitDetails pvd, #Request.prefix_db_agency#.ScheduleItems s WHERE a.Agency_Id = '#session.AgencyId#' AND pvd.ScheduleItems_ID = s.ScheduleItems_ID AND (pvd.Agency_Id = a.Agency_Login or pvd.Agency_Id = a.Agency_Id) AND pvd.Patient_Id = '#Form.PatientId#' AND s.Visit_Date BETWEEN #CreateODBCDate(Form.From_Date)# AND #CreateODBCDate(Form.To_Date)# AND pvd.Type IN ('Vital Sign', 'Laboratory', 'Wound', 'Symptom', 'symptom', 'vital sign', 'wound', 'laboratory') AND pvd.Notes != '' ORDER BY 1, 2, 3 SELECT pd.Type, pd.Description, pd.Record_Creation_Date,a.Agency_Name FROM #Request.prefix_db_lookup#.Agency a, #Request.prefix_db_agency#.Pathway_Details pd, #Request.prefix_db_agency#.Assessment_New an WHERE a.Agency_Id = '#session.AgencyId#' AND (pd.Agency_Id = a.Agency_Login or pd.Agency_Id = a.Agency_Id) AND pd.Assessment_ID = an.Assessment_ID AND pd.Patient_Id = '#Form.PatientId#' AND an.Start_of_Care_M0030 BETWEEN #CreateODBCDate(Form.From_Date)# AND #CreateODBCDate(Form.To_Date)# AND pd.Type IN ('Vital Sign', 'Laboratory', 'Wound', 'Symptom', 'symptom', 'vital sign', 'wound', 'laboratory') AND (pd.Deleted <> 'Yes' OR pd.Deleted is null) ORDER BY 1, 2, 3 New Inquiry Physician Orders Turn-Around Performance Report

#pi.Last_Name_M0040#, #pi.First_Name_M0040# From: #Form.From_Date# To: #Form.To_Date#
Print as PDF

Type Description Reading/Notes
#REREPLACE(LCASE(pathway.Type), "((^| )[a-z]{1})", "\U\1", 'ALL')# #REREPLACE(LCASE(pathway.Description), "((^| )[a-z]{1})", "\U\1", 'ALL')# 0#pd.Reading1# #pd.Notes#
Print as PDF

Type Description Visit Date Reading/Notes
#REREPLACE(LCASE(pd.Type), "((^| )[a-z]{1})", "\U\1", 'ALL')# #REREPLACE(LCASE(pd.Description), "((^| )[a-z]{1})", "\U\1", 'ALL')# #DateFormat(pd.Visit_Date, 'mm/dd/yyyy')# #pd.Reading1##pd.Notes#