- 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
16 lines
516 B
JSON
16 lines
516 B
JSON
{"name": "specimen_role",
|
|
"VSName": "Specimen Role",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "P", "value": "Patient"},
|
|
{"key": "B", "value": "Blind Sample"},
|
|
{"key": "Q", "value": "Control specimen"},
|
|
{"key": "E", "value": "Electronic QC"},
|
|
{"key": "F", "value": "Filler Organization Proficiency"},
|
|
{"key": "O", "value": "Operator Proficiency"},
|
|
{"key": "C", "value": "Calibrator"},
|
|
{"key": "R", "value": "Replicate"},
|
|
{"key": "V", "value": "Verifying Calibrator"}
|
|
]
|
|
}
|