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

Fix norepinephrine in PSQL, tidy vasoactive code #1505

Merged
merged 3 commits into from
Mar 23, 2023
Merged

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    773b417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f02600d View commit details
    Browse the repository at this point in the history
  3. fix: bug where norepinephrine is skipped in output to psql

    was due to a regex match succeeding against similarly named
    norepinephrine_equivalent_dose. fix was to change to exact
    matching with grep. re-ran to regenerate psql concepts.
    fixed #1494
    alistairewj committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    572233c View commit details
    Browse the repository at this point in the history