mirror of
https://github.com/pcvolkmer/mv64e-onkostar-data.git
synced 2025-09-13 07:52: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())
|
||||
.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()
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user