Skip to content

Commit

Permalink
Abi | fix. schedule notes issue (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
abinaya-u authored Jan 25, 2024
1 parent 1361ee7 commit 2a09418
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static DrugOrderScheduleResponse createFrom(DrugOrderSchedule drugOrderSc
remainingDaySlotsStartTime(drugOrderSchedule.getRemainingDaySlotsStartTime()).
slotStartTime(drugOrderSchedule.getSlotStartTime()).
medicationAdministrationStarted(drugOrderSchedule.getSlots().stream().anyMatch(slot -> slot.getMedicationAdministration() != null)).
notes(drugOrderSchedule.getNotes()).
notes(drugOrderSchedule.getSlots().get(0).getNotes()).
build();
}
}

0 comments on commit 2a09418

Please sign in to comment.