Skip to content

Commit

Permalink
Copy consciousness_level when cloning last daily round (#1795)
Browse files Browse the repository at this point in the history
Copy consciousness level while closing last daily round
  • Loading branch information
Ashesh3 authored Dec 30, 2023
1 parent 1233794 commit c0740a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions care/facility/api/serializers/daily_round.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ def create(self, validated_data):
"rhythm",
"rhythm_detail",
"ventilator_spo2",
"consciousness_level",
]
cloned_daily_round_obj = DailyRound()
for field in fields_to_clone:
Expand Down

0 comments on commit c0740a2

Please sign in to comment.