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

17 lines
481 B
JSON
Executable File

{"name": "result_unit",
"VSName": "Result Unit",
"VCategory": "System",
"values": [
{"key": "g/dL", "value": "g/dL"},
{"key": "g/L", "value": "g/L"},
{"key": "mg/dL", "value": "mg/dL"},
{"key": "mg/L", "value": "mg/L"},
{"key": "L/L", "value": "L/L"},
{"key": "x106/mL", "value": "x106/mL"},
{"key": "x1012/L", "value": "x1012/L"},
{"key": "fL", "value": "fL"},
{"key": "pg", "value": "pg"},
{"key": "x109/L", "value": "x109/L"}
]
}