Skip to content

Commit

Permalink
Merge pull request #22 from YtvwlD/refosmolekulargenetik
Browse files Browse the repository at this point in the history
fix: Get the reference to OS.Molekulargenetik from the correct procedure
  • Loading branch information
pcvolkmer authored Aug 29, 2024
2 parents 41ee9ab + bc59db5 commit 4c449b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public List<Recommendation> apply(Procedure procedure) {
.stream()
.filter(p -> p.getParentProcedureId() == procedure.getId())
.map(p -> {
var molgenref = procedure.getValue("refosmolekulargenetik");
var molgenref = p.getValue("refosmolekulargenetik");
var builder = Recommendation.builder()
.withId(anonymizeId(p))
.withPatient(getPatientId(procedure))
Expand Down

0 comments on commit 4c449b0

Please sign in to comment.