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:
@ -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"),
|
||||
|
Reference in New Issue
Block a user