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