Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cfischer27 committed Dec 6, 2024
1 parent d721d71 commit 82a5107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public List<Observation> map(
.setCode("1")
.setSystem(fhirProperties.getSystems().getUcum())
.setValue(histo.getLKBefallen().intValue())
.setUnit("" + "#");
.setUnit("#");
obs_befallen.setValue(value_befallen);
var value_untersucht =
new Quantity()
Expand Down

0 comments on commit 82a5107

Please sign in to comment.