- 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
10 lines
226 B
JSON
10 lines
226 B
JSON
{"name": "activity_result",
|
|
"VSName": "Activity Result",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "0", "value": "Failed"},
|
|
{"key": "1", "value": "Success with note"},
|
|
{"key": "2", "value": "Success"}
|
|
]
|
|
}
|