update
This commit is contained in:
@ -140,29 +140,6 @@ const doc = {
|
||||
$department_id: "uuid-string",
|
||||
$status: "Y",
|
||||
},
|
||||
inpatient_room_bed: {
|
||||
$inpatient_room_id: "34fdda87-9b42-44d3-8cab-2f2032481d42",
|
||||
$number: 1,
|
||||
$status: {
|
||||
"@enum": ["booked", "empty", "progress", "occupied"],
|
||||
},
|
||||
$bed_detail: {
|
||||
$photo_before: "base64 or url string",
|
||||
$photo_after: "base64 or url string",
|
||||
$electrical: true,
|
||||
$telephone: false,
|
||||
$lighting: true,
|
||||
$wall: false,
|
||||
$ceiling: false,
|
||||
$floor: false,
|
||||
$leakage: false,
|
||||
$temperature: false,
|
||||
$electromedical_equipment: false,
|
||||
$available: true,
|
||||
$online_inpatient_referral: false,
|
||||
$cohort: false,
|
||||
},
|
||||
},
|
||||
// pharmacy: {
|
||||
// $room: "Room name",
|
||||
// $code: "R001",
|
||||
|
||||
Reference in New Issue
Block a user