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

Medical - Add support for custom IV flow rate #10555

Merged
merged 3 commits into from
Dec 16, 2024
Merged

Conversation

LinkIsGrim
Copy link
Contributor

@LinkIsGrim LinkIsGrim commented Dec 16, 2024

When merged this pull request will:

IMPORTANT

  • If the contribution affects the documentation, please include your changes in this pull request so the documentation will appear on the website.
  • Development Guidelines are read, understood and applied.
  • Title of this PR uses our standard template Component - Add|Fix|Improve|Change|Make|Remove {changes}.

@LinkIsGrim LinkIsGrim added the kind/enhancement Release Notes: **IMPROVED:** label Dec 16, 2024
@LinkIsGrim LinkIsGrim merged commit 0803449 into master Dec 16, 2024
3 checks passed
@LinkIsGrim LinkIsGrim deleted the medical-ivMultiplier branch December 16, 2024 14:47
@LinkIsGrim LinkIsGrim added this to the 3.18.2 milestone Dec 16, 2024
private _type = GET_STRING(_ivConfig >> "type",getText (_defaultConfig >> "type"));
private _volume = GET_NUMBER(_ivConfig >> "volume",getNumber (_defaultConfig >> "volume"));
private _type = GET_STRING(_ivConfig >> "type",getText (_defaultConfig >> "type"));
private _rateCoef = GET_NUMBER(_ivConfig >> "volume",getNumber (_defaultConfig >> "rateCoef"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing rateCoef on first half

@LinkIsGrim LinkIsGrim changed the title Medical - Add support for custom fluid flow rate Medical - Add support for custom IV flow rate Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Release Notes: **IMPROVED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants