mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added CPRcreatePulse setting
This commit is contained in:
@ -23,4 +23,11 @@ class ACE_Settings {
|
|||||||
typeName = "SCALAR";
|
typeName = "SCALAR";
|
||||||
value = 0;
|
value = 0;
|
||||||
};
|
};
|
||||||
|
class EGVAR(medical,CPRcreatesPulse) {
|
||||||
|
category = ECSTRING(medical,Category_Medical);
|
||||||
|
displayName = CSTRING(CPRcreatesPulse);
|
||||||
|
description = CSTRING(CPRcreatesPulse_Description);
|
||||||
|
typeName = "BOOL";
|
||||||
|
value = 1;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
@ -27,6 +27,14 @@
|
|||||||
<Italian>Abilita la creazione della barella dopo trattamento</Italian>
|
<Italian>Abilita la creazione della barella dopo trattamento</Italian>
|
||||||
<Japanese>治療を始めると、医療廃棄物の作成を有効化する</Japanese>
|
<Japanese>治療を始めると、医療廃棄物の作成を有効化する</Japanese>
|
||||||
</Key>
|
</Key>
|
||||||
|
<Key ID="STR_ACE_Medical_Treatment_CPRcreatesPulse">
|
||||||
|
<English>CPR creates pulse</English>
|
||||||
|
<German>HLW erzeugt einen Puls</German>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_ACE_Medical_Treatment_CPRcreatesPulse_Description">
|
||||||
|
<English>CPR will create a pulse for the patient while performing</English>
|
||||||
|
<German>HLW erzeugt während der Behandlung beim Patienten einen Puls</German>
|
||||||
|
</Key>
|
||||||
<Key ID="STR_ACE_Medical_Treatment_litterSimulationDetail">
|
<Key ID="STR_ACE_Medical_Treatment_litterSimulationDetail">
|
||||||
<English>Litter Simulation Detail</English>
|
<English>Litter Simulation Detail</English>
|
||||||
<Polish>Detale zużytych medykamentów</Polish>
|
<Polish>Detale zużytych medykamentów</Polish>
|
||||||
|
Reference in New Issue
Block a user