You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first pass of an infection control report
details in comment below suggest the lab battery codes
need to then figure out how best to display against current inpatients
lab_battery_id 29846 for ROS and 337045 for ROSR
The text was updated successfully, but these errors were encountered:
-- SELECT -- *-- FROM star.lab_battery lb-- WHERE lb.battery_code LIKE '%ROS%'-- LIMIT 3-- ;-- lab_battery_id 29846 for ROS and 337045 for ROSR-- looks like 29846 is the right codeSELECT*FROMstar.lab_order lo
--WHERE lo.lab_battery_id IN (29846, 337045)WHERElo.internal_lab_number='140060553'LIMIT3;
first pass of an infection control report
details in comment below suggest the lab battery codes
need to then figure out how best to display against current inpatients
lab_battery_id 29846 for ROS and 337045 for ROSR
The text was updated successfully, but these errors were encountered: