Procházet zdrojové kódy

Setzen der HauptdiagnoseID im Fall.

testBranch
rodič
revize
f276f6758e
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      src/main/java/de/uniluebeck/mi/projmi6/db/DBHandler.java

+ 1
- 0
src/main/java/de/uniluebeck/mi/projmi6/db/DBHandler.java Zobrazit soubor

@@ -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"));


Načítá se…
Zrušit
Uložit