Skip to content

Commit 3ec25bd

Browse files
Adding scenarios 17 & 18 fron feature file
1 parent 867f4a8 commit 3ec25bd

File tree

2 files changed

+500
-7
lines changed

2 files changed

+500
-7
lines changed

pages/datasets/investigation_dataset_page.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,6 +1478,17 @@ class EndoscopeNotInsertedOptions(StrEnum):
14781478
UNSCHEDULED_ATTENDANCE_TIME = "203001"
14791479

14801480

1481+
class SedationOptions(StrEnum):
1482+
"""Enum for sedation options"""
1483+
1484+
UNSEDATED = "18504~Read-only"
1485+
AWAKE = "17324"
1486+
DROWSY = "17325"
1487+
ASLEEP_BUT_RESPONDING_TO_NAME = "17326"
1488+
ASLEEP_BUT_RESPONDING_TO_TOUCH = "17327"
1489+
ASLEEP_AND_UNRESPONSIVE = "17328"
1490+
1491+
14811492
# Registry of all known Enums to search when matching string values
14821493
ALL_ENUMS: List[type[Enum]] = [
14831494
obj

0 commit comments

Comments
 (0)