clqms-be/app/Libraries/Data/specimen_activity.json
mahdahar e5ac1957fe ● refactor: update API responses to use {field}Label format
- 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
2026-01-28 17:31:00 +07:00

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"}
]
}