-
Notifications
You must be signed in to change notification settings - Fork 100
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
base: dev-Tomcat
Are you sure you want to change the base?
Breathing/Circulation - Add Device Monitoring During CPR #635
Conversation
@@ -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]; |
There was a problem hiding this comment.
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); |
There was a problem hiding this comment.
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]; |
There was a problem hiding this comment.
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)
When merged this pull request will:
Allows medics performing CPR to see AEDX and PulseOx monitoring during CPR
Add watch monitoring
IMPORTANT
Component - Add|Fix|Improve|Change|Make|Remove {changes}
.