clqms-be/app/Libraries/Data/adt_event.json
root 2bcdf09b55 chore: repo-wide normalization + rules test coverage
Normalize formatting/line endings across configs, controllers, models, tests, and OpenAPI specs.

Update rule expression/rule engine implementation and remove obsolete RuleAction controller/model.

Add unit tests for rule expression syntax and multi-action behavior, and include docs updates.
2026-03-16 07:24:50 +07:00

20 lines
756 B
JSON

{"name": "adt_event",
"VSName": "ADT Event",
"VCategory": "System",
"values": [
{"key": "A01", "value": "Admit"},
{"key": "A02", "value": "Transfer"},
{"key": "A03", "value": "Discharge"},
{"key": "A04", "value": "Register"},
{"key": "A08", "value": "Update patient information"},
{"key": "A11", "value": "Cancel admit"},
{"key": "A12", "value": "Cancel transfer"},
{"key": "A13", "value": "Cancel discharge"},
{"key": "A23", "value": "Delete patient record"},
{"key": "A24", "value": "Link patient information"},
{"key": "A37", "value": "Unlink patient information"},
{"key": "A54", "value": "Change attending doctor"},
{"key": "A61", "value": "Change consulting doctor"}
]
}