- 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
11 lines
249 B
JSON
11 lines
249 B
JSON
{"name": "container_size",
|
|
"VSName": "Container Size",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "5ml", "value": "5 mL"},
|
|
{"key": "7ml", "value": "7 mL"},
|
|
{"key": "10ml", "value": "10 mL"},
|
|
{"key": "1l", "value": "1 L"}
|
|
]
|
|
}
|