1
0
mirror of https://github.com/pcvolkmer/mv64e-onkostar-data.git synced 2025-07-06 04:12:54 +00:00

fix: column name for therapy line

This commit is contained in:
2025-06-25 23:39:38 +02:00
parent 95d29364ad
commit e15457d2af
2 changed files with 3 additions and 4 deletions

View File

@ -46,8 +46,8 @@ public class KpaTherapielinieDataMapper extends AbstractKpaTherapieverlaufDataMa
.id(resultSet.getString("id"))
.patient(getPatientReference(resultSet.getString("patient_id")))
.basedOn(Reference.builder().id(diseases.get(0).getString("id")).build())
.therapyLine(resultSet.getLong("nummer"))
.recordedOn(resultSet.getDate("erfassungsdatum"))
.therapyLine(resultSet.getLong("therapielinie"))
.intent(
getMtbTherapyIntentCoding(
resultSet.getString("intention"),