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

Breathing/Circulation - Add Device Monitoring During CPR #635

Open
wants to merge 2 commits into
base: dev-Tomcat
Choose a base branch
from

Conversation

mazinskihenry
Copy link
Contributor

When merged this pull request will:

  • Allows medics performing CPR to see AEDX and PulseOx monitoring during CPR

  • Add watch monitoring

IMPORTANT

  • Development Guidelines are read, understood and applied.
  • Title of this PR uses our standard template Component - Add|Fix|Improve|Change|Make|Remove {changes}.

@mazinskihenry mazinskihenry added the enhancement New feature or request label Oct 30, 2024
@mazinskihenry mazinskihenry added this to the 3.0.4 milestone Oct 30, 2024
@mazinskihenry mazinskihenry changed the title Breathing/Circulation - Adds Device Monitoring During CPR Breathing/Circulation - Add Device Monitoring During CPR Oct 30, 2024
@@ -27,6 +27,7 @@ _patient setVariable [QGVAR(deepPenetratingInjury), false, true];
_patient setVariable [QGVAR(etco2Monitor), [], true];
_patient setVariable [QGVAR(breathRate), 15, true];
_patient setVariable [QGVAR(nasalCannula), false, true];
_patient setVariable [QGVAR(pulseOxAttached), false, true];
Copy link
Collaborator

Choose a reason for hiding this comment

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

fullHeal does not clear attached pulseox, you might want to move it to init.sqf

[{
params ["_medic", "_patient", "_notInVehicle", "_CPRStartTime"];

[LLSTRING(StopCPR), "", ""] call ACEFUNC(interaction,showMouseHint);
[LLSTRING(StopCPR), "Change Monitoring Device", ""] call ACEFUNC(interaction,showMouseHint);
Copy link
Collaborator

Choose a reason for hiding this comment

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

stringtable

@@ -22,6 +22,9 @@ _patient setVariable [QGVAR(cprCount), 2, true];
_patient setVariable [QGVAR(heartRestart), false, true];
_patient setVariable [QGVAR(cardiacArrestType), 0, true];

_patient setVariable [QGVAR(deviceCode), 0, true];
Copy link
Collaborator

Choose a reason for hiding this comment

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

why do we need to clear this on fullHeal? (question to both variables, i do quick review and cant check this one big function rn)

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

Successfully merging this pull request may close these issues.

2 participants