-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy patherror_type.json
More file actions
executable file
·1 lines (1 loc) · 2.07 KB
/
error_type.json
File metadata and controls
executable file
·1 lines (1 loc) · 2.07 KB
1
[{"pk": 1, "model": "ubuzima.errortype", "fields": {"name": "Unknown Error", "description": "The message format is confusing."}}, {"pk": 2, "model": "ubuzima.errortype", "fields": {"name": "Unknown Keyword", "description": "The used keyword is not defined in the system."}}, {"pk": 3, "model": "ubuzima.errortype", "fields": {"name": "Unknown Clinic", "description": "The Clinic provided FOSAID does not exist in the system."}}, {"pk": 4, "model": "ubuzima.errortype", "fields": {"name": "Unknown Reporter", "description": "The reporter is not registered, he needs to be registered at the health centre before he can send the report."}}, {"pk": 5, "model": "ubuzima.errortype", "fields": {"name": "Invalid Date", "description": "The date is wrong, the format is dd.mm.yyyy"}}, {"pk": 6, "model": "ubuzima.errortype", "fields": {"name": "Invalid ID", "description": "The national is not valid, it must be 16 digits, from the Rwandan NID ISO. if it is not available, also any given ID must be 16 digits."}}, {"pk": 7, "model": "ubuzima.errortype", "fields": {"name": "Invalid Action Code", "description": "The provided Action Code is not defined in the system."}}, {"pk": 8, "model": "ubuzima.errortype", "fields": {"name": "Invalid Location Code", "description": "More than one locations of the incident (home, route, facility)"}}, {"pk": 9, "model": "ubuzima.errortype", "fields": {"name": "Incomplete Report", "description": "The report sent is incomplete, some of mandatory, required information is missing."}}, {"pk": 10, "model": "ubuzima.errortype", "fields": {"name": "Invalid Information", "description": "Some of the information provided is incorrect. (Ex: Responding to AMB call of a mother who is not yet registered in the system.)"}}, {"pk": 11, "model": "ubuzima.errortype", "fields": {"name": "Duplicate Report", "description": "Reporter is sending a report that exists already in the system."}}, {"pk": 12, "model": "ubuzima.errortype", "fields": {"name": "Missing Report", "description": "Notification for a missing report. (ex: sending ANC, PNC without respectively Pregnancy and Birth reports) "}}]