- 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
419 B
JSON
14 lines
419 B
JSON
{"name": "specimen_activity",
|
|
"VSName": "Specimen Activity",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "SColl", "value": "Collection"},
|
|
{"key": "STran", "value": "Transport"},
|
|
{"key": "SRec", "value": "Reception"},
|
|
{"key": "SPrep", "value": "Preparation"},
|
|
{"key": "SAlqt", "value": "Aliquot"},
|
|
{"key": "SDisp", "value": "Dispatching"},
|
|
{"key": "SDest", "value": "Destruction"}
|
|
]
|
|
}
|