This commit is contained in:
2026-04-28 17:53:37 +07:00
parent 5fa0da97f3
commit 1d567c3636

View File

@ -1,16 +1,6 @@
export enum InpatientRoomBedStatus { export enum InpatientRoomBedStatus {
"Green" = "green", "Booked" = "booked",
"Red" = "red", "Empty" = "empty",
"Pink" = "pink", "Progress" = "progress",
"Yellow" = "yellow", "Occupied" = "occupied",
"Gray" = "gray",
"Blue" = "blue",
"Purple" = "purple",
"Orange" = "orange",
"White" = "white",
"Brown" = "brown",
"DarkBlue" = "dark_blue",
"PeachPuff" = "peachpuff",
"PinkIntermittent" = "pink_intermittent",
"PinkContinues" = "pink_continues",
} }