Re-synced controllers, configs, libraries, seeds, and docs with the latest API expectations and response helpers.
18 lines
569 B
JSON
Executable File
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"}
|
|
]
|
|
}
|