1
0
mirror of https://github.com/pcvolkmer/mv64e-onkostar-data.git synced 2025-09-13 16:02:52 +00:00

feat: set to required value Bioinformatics by default

Note: Even if the real method is histologic it will not
be accepted by DNPM:DIP validation.
This commit is contained in:
2025-07-07 01:03:00 +02:00
parent 0dba2c7235
commit 8586b5dd39

View File

@@ -105,8 +105,8 @@ public class KpaMolekulargenetikDataMapper implements DataMapper<SomaticNgsRepor
.patient(resultSet.getPatientReference())
.specimen(Reference.builder().id(resultSet.getString("id")).type("Specimen").build())
.value(resultSet.getLong("tumorzellgehalt") / 100.0)
// TODO: Missing in OS.Molekulargenetik
.method(TumorCellContentMethodCoding.builder().code(TumorCellContentMethodCodingCode.HISTOLOGIC).build())
// TODO: Nicht in OS.Molekulargenetik and Bioinformatic is required!
.method(TumorCellContentMethodCoding.builder().code(TumorCellContentMethodCodingCode.BIOINFORMATIC).build())
.build()
);
}