We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I found an issue with calculating norepinephrine equivalent dose for vasopressors.
The unit of the vasopressin should be units/minute rather than units/hour. The modified code in line 11 was as below.
+ COALESCE(vasopressin*2.5/60, 0)
The text was updated successfully, but these errors were encountered:
@Meicheng-SEU , this script is not getting generated for me. How did you generate it?
Sorry, something went wrong.
Fixed in #1497 - thanks!
No branches or pull requests
Hi, I found an issue with calculating norepinephrine equivalent dose for vasopressors.
The unit of the vasopressin should be units/minute rather than units/hour. The modified code in line 11 was as below.
+ COALESCE(vasopressin*2.5/60, 0)
The text was updated successfully, but these errors were encountered: