- Transform coded fields to lowercase with Label suffix for display text - Controllers: OrderTestController, DemoOrderController, SpecimenController,
SpecimenStatusController, SpecimenCollectionController, ContainerDefController,
ContactController, TestMapController
- Example: Priority: "R" → priority: "R", priorityLabel: "Routine"
- Update api-docs.yaml with new OpenAPI schema definitions
- Add API docs reminder to CLAUDE.md
14 lines
360 B
JSON
14 lines
360 B
JSON
{"name": "priority",
|
|
"VSName": "Priority",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "S", "value": "Stat"},
|
|
{"key": "A", "value": "ASAP"},
|
|
{"key": "R", "value": "Routine"},
|
|
{"key": "P", "value": "Preop"},
|
|
{"key": "C", "value": "Callback"},
|
|
{"key": "T", "value": "Timing critical"},
|
|
{"key": "PRN", "value": "As needed"}
|
|
]
|
|
}
|