update
This commit is contained in:
@ -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",
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user