Expand advanced diagnose setting tooltip (#7197)

This commit is contained in:
mharis001 2019-09-28 17:25:29 -04:00 committed by PabstMirror
parent d6507cf119
commit 35a4ffbad6
2 changed files with 2 additions and 2 deletions

View File

@ -19,5 +19,5 @@
params ["", "_patient"];
!(_patient call EFUNC(common,isAwake))
&& {(GVAR(advancedDiagnose)) || {IN_CRDC_ARRST(_patient)}} // if basic diagnose, then only show action if appropriate (they can't tell difference between uncon/ca)
&& {GVAR(advancedDiagnose) || {IN_CRDC_ARRST(_patient)}} // if basic diagnose, then only show action if appropriate (they can't tell difference between uncon/ca)
&& {isNull (_patient getVariable [QEGVAR(medical,CPR_provider), objNull])}

View File

@ -25,7 +25,7 @@
<Portuguese>Diagnóstico Avançado</Portuguese>
</Key>
<Key ID="STR_ACE_Medical_Treatment_AdvancedDiagnose_Description">
<English>Enables the Check Pulse, Check Blood Pressure, and Check Response treatment actions instead of the generic Diagnose action.</English>
<English>Enables the Check Pulse, Check Blood Pressure, and Check Response treatment actions instead of the generic Diagnose action.\nWhen disabled, the CPR action will only be shown when performing CPR is appropriate.\nThe actions this setting enables are needed to determine whether a person is unconscious or in cardiac arrest.</English>
<Japanese>有効化すると通常の診断動作に代わり、心拍や血圧測定、反応を確認できます。</Japanese>
<French>Permet un diagnostic avancé, en permettant la vérification du pouls, de la pression sanguine, ainsi que la réponse du patient aux traitements.</French>
<Russian>Включает действия «Проверить пульс», «Проверить давление» и «Проверить реакцию» вместо общего действия «Диагностика».</Russian>