clqms-be/app/Libraries/Data/collection_method.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
636 B
JSON
Executable File

{"name": "collection_method",
"VSName": "Collection Method",
"VCategory": "System",
"values": [
{"key": "pcntr", "value": "Puncture"},
{"key": "fprk", "value": "Finger-prick sampling"},
{"key": "ucct", "value": "Urine specimen collection, clean catch"},
{"key": "utcl", "value": "Timed urine collection"},
{"key": "ucth", "value": "Urine specimen collection, catheterized"},
{"key": "scgh", "value": "Collection of coughed sputum"},
{"key": "bpsy", "value": "Biopsy"},
{"key": "aspn", "value": "Aspiration"},
{"key": "excs", "value": "Excision"},
{"key": "scrp", "value": "Scraping"}
]
}