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

Already on GitHub? Sign in to your account

urine-output-first-day : input of GU irrigant as a negative volume #204

Closed
shoyone opened this Issue Apr 25, 2017 · 6 comments

Comments

Projects
None yet
2 participants

shoyone commented Apr 25, 2017

Hi Support team,

I just would like to verify your comment in urine-output-first-day.sql.
In line 13, there is a comment, "we consider input of GU irrigant as a negative volume" and ID 227489 is used but when I see the line 53 and 54 in the SQL file, it seemed we should use ID 227488 as negative value.

227488, -- GU Irrigant Volume In
227489 -- GU Irrigant/Urine Volume Out

I would appreciate it if you would give me your thoughts.

Owner

alistairewj commented May 16, 2017

I double checked the hospital formulas and it turns out they simply add GU Irrigant out when calculating total urine output, and they don't take into consideration GU irrigant in. I adopted your suggestion to swap the signs and kept GU irrigant in, since it seems appropriate.

shoyone commented May 22, 2017

@alistairewj
Thank you for fixing this issue.

Accoding to your comments, Could we just ignore GU irrigant in?
I used our new first day SQL with changing only data period and some patients' results were minus values. This is because we changed 'GU irrigant in' numbers to minus values intently.

In addition, I checked outputevents table filtered itemids related to urine-output and then I found minus numbers in itemid= 226560 (Void). Are those records errors/outliers?
(I refered to urine-output-first-day.sql in terms of urine-output)

2017-05-22 17 27 36

Thank you in advance.

Owner

alistairewj commented May 22, 2017

Owner

alistairewj commented May 22, 2017

shoyone commented May 23, 2017

Thanks, appreciate the help!

Owner

alistairewj commented May 23, 2017

No problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment