clqms-be/app/Libraries/Data/specimen_condition.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

18 lines
569 B
JSON

{"name": "specimen_condition",
"VSName": "Specimen Condition",
"VCategory": "System",
"values": [
{"key": "HEM", "value": "Hemolyzed"},
{"key": "ITC", "value": "Icteric"},
{"key": "LIP", "value": "Lipemic"},
{"key": "CFU", "value": "Centrifuged"},
{"key": "ROOM", "value": "Room temperature"},
{"key": "COOL", "value": "Cool"},
{"key": "FROZ", "value": "Frozen"},
{"key": "CLOT", "value": "Clotted"},
{"key": "AUT", "value": "Autolyzed"},
{"key": "CON", "value": "Contaminated"},
{"key": "LIVE", "value": "Live"}
]
}