clqms-be/app/Libraries/Data/adt_event.json
OpenCode Bot 9946978487 chore: refresh CLQMS backend baseline
Re-synced controllers, configs, libraries, seeds, and docs with the latest API expectations and response helpers.
2026-04-08 16:07:19 +07:00

20 lines
756 B
JSON
Executable File

{"name": "adt_event",
"VSName": "ADT Event",
"VCategory": "System",
"values": [
{"key": "A01", "value": "Admit"},
{"key": "A02", "value": "Transfer"},
{"key": "A03", "value": "Discharge"},
{"key": "A04", "value": "Register"},
{"key": "A08", "value": "Update patient information"},
{"key": "A11", "value": "Cancel admit"},
{"key": "A12", "value": "Cancel transfer"},
{"key": "A13", "value": "Cancel discharge"},
{"key": "A23", "value": "Delete patient record"},
{"key": "A24", "value": "Link patient information"},
{"key": "A37", "value": "Unlink patient information"},
{"key": "A54", "value": "Change attending doctor"},
{"key": "A61", "value": "Change consulting doctor"}
]
}