clqms-be/app/Libraries/Data/order_priority.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

14 lines
385 B
JSON
Executable File

{"name": "order_priority",
"VSName": "Order Priority",
"VCategory": "System",
"values": [
{"key": "S", "value": "Stat"},
{"key": "R", "value": "Routine"},
{"key": "A", "value": "ASAP"},
{"key": "P", "value": "Preop"},
{"key": "C", "value": "Callback"},
{"key": "T", "value": "Timing critical"},
{"key": "PRN", "value": "As needed"}
]
}