clqms-be/app/Libraries/Data/specimen_condition.json
OpenCode Bot 9946978487 chore: refresh CLQMS backend baseline
Re-synced controllers, configs, libraries, seeds, and docs with the latest API expectations and response helpers.
2026-04-08 16:07:19 +07:00

18 lines
569 B
JSON
Executable File

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