Skip to content

Commit

Permalink
deleted unused List
Browse files Browse the repository at this point in the history
  • Loading branch information
cfischer27 committed Dec 9, 2024
1 parent 770c43b commit 4f0fc6e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ public List<Observation> map(
var laboratory =
new CodeableConcept(
new Coding(fhirProperties.getSystems().getObservationCategory(), "laboratory", ""));
List<CodeableConcept> list = new ArrayList<>();
list.add(laboratory);
observation.addCategory(laboratory);

// code
Expand Down

0 comments on commit 4f0fc6e

Please sign in to comment.