This commit is contained in:
Shibly Teknologi Solusi
2026-05-18 14:00:38 +07:00
parent e11c1def12
commit a83fbef3af
5 changed files with 363 additions and 1 deletions

View File

@ -140,6 +140,29 @@ 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",