- 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
12 lines
360 B
JSON
12 lines
360 B
JSON
{"name": "test_activity",
|
|
"VSName": "Test Activity",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "ORD", "value": "Order"},
|
|
{"key": "ANA", "value": "Analyse"},
|
|
{"key": "VER", "value": "Result Verification/Technical Validation"},
|
|
{"key": "REV", "value": "Clinical Review/Clinical Validation"},
|
|
{"key": "REP", "value": "Reporting"}
|
|
]
|
|
}
|