v2 up dau9u03292

This commit is contained in:
2018-12-04 20:06:20 +01:00
parent bb0db92ef9
commit 7fd6705513
6 changed files with 536 additions and 7292 deletions

View File

@@ -131,7 +131,7 @@ function emsDepartment($data)
}
if ($key == "Benötigte GW-San") {
$pd["use_SEG_FULL"] = true;
} elseif ($key == "Benötigte RTW" || "Wahrscheinlichkeit, dass ein Patient transportiert werden muss") {
} elseif ($key == "Benötigte RTW" || $key == "Wahrscheinlichkeit, dass ein Patient transportiert werden muss") {
$pd["use_RTW"] = true;
} elseif ($key == "NEF Anforderungswahrscheinlichkeit") {
$pd["use_NEF"] = true;