|
|
|
@@ -440,7 +440,7 @@ public class DBHandler { |
|
|
|
hist.setEntlassungsDatum(rs.getTimestamp("entlassungsdatum").toLocalDateTime()); |
|
|
|
} |
|
|
|
hist.setStationKey(rs.getString("station")); |
|
|
|
|
|
|
|
setVersionInformation(hist, rs); |
|
|
|
return hist; |
|
|
|
} |
|
|
|
|
|
|
|
@@ -494,7 +494,7 @@ public class DBHandler { |
|
|
|
fall.setFallArt(FallArt.parseString(rs.getString("fallart"))); |
|
|
|
fall.setEinweisenderArzt(rs.getString("einweisenderarzt")); |
|
|
|
fall.setStorniert(rs.getBoolean("storniert")); |
|
|
|
|
|
|
|
setVersionInformation(fall, rs); |
|
|
|
return fall; |
|
|
|
} |
|
|
|
|
|
|
|
|