mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Expand advanced diagnose setting tooltip (#7197)
This commit is contained in:
parent
d6507cf119
commit
35a4ffbad6
@ -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])}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user