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

15 lines
407 B
JSON
Executable File

{"name": "marital_status",
"VSName": "Marital Status",
"VCategory": "System",
"values": [
{"key": "A", "value": "Separated"},
{"key": "D", "value": "Divorced"},
{"key": "M", "value": "Married"},
{"key": "S", "value": "Single"},
{"key": "W", "value": "Widowed"},
{"key": "B", "value": "Unmarried"},
{"key": "U", "value": "Unknown"},
{"key": "O", "value": "Other"}
]
}