update
This commit is contained in:
@ -3,4 +3,5 @@ export enum InpatientRoomBedStatus {
|
|||||||
"Empty" = "empty",
|
"Empty" = "empty",
|
||||||
"Progress" = "progress",
|
"Progress" = "progress",
|
||||||
"Occupied" = "occupied",
|
"Occupied" = "occupied",
|
||||||
|
"Transfer" = 'transfer',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user