Re-synced controllers, configs, libraries, seeds, and docs with the latest API expectations and response helpers.
14 lines
385 B
JSON
Executable File
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"}
|
|
]
|
|
}
|