|
|
|
@@ -429,6 +429,7 @@ public class DBHandler { |
|
|
|
} |
|
|
|
if (rs.getInt("hauptdiagnose") != 0) { |
|
|
|
fall.setHauptDiagnose(getDiagnose(rs.getInt("hauptdiagnose"), fall)); |
|
|
|
fall.setHauptdiagnoseId(rs.getInt("hauptdiagnose")); |
|
|
|
} |
|
|
|
if (rs.getString("versichertennummer") != null) { |
|
|
|
fall.setVersichertenNummer(rs.getString("versichertennummer")); |
|
|
|
|