Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resistant Organism Screen report #5

Open
docsteveharris opened this issue Jan 6, 2022 · 1 comment
Open

Resistant Organism Screen report #5

docsteveharris opened this issue Jan 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@docsteveharris
Copy link
Owner

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

@docsteveharris docsteveharris added the enhancement New feature or request label Jan 6, 2022
@docsteveharris
Copy link
Owner Author

-- 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 code
SELECT 
*
FROM star.lab_order lo
--WHERE lo.lab_battery_id IN (29846, 337045)
WHERE lo.internal_lab_number = '140060553'
LIMIT 3;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant