Skip to content

Latest commit

 

History

History
91 lines (72 loc) · 1.24 KB

test_data.md

File metadata and controls

91 lines (72 loc) · 1.24 KB

Test Data

You can register users using the data below

Patient

{ "email": "[email protected]", "username": "pat", "phone":"+254700215647", "password": "pass1234", "password_confirmation":"pass1234" }

Patient 2

{ "email": "[email protected]", "username": "patient", "role":"Patient", "full_name":"patient one", "phone":"+254700215665" }

Administrator

{ "email": "[email protected]", "username": "admin", "role":"Administrator", "full_name":"admin one", "phone":"+254700215648" }

Receptionist

{ "email": "[email protected]", "username": "recep", "role":"Receptionist", "full_name":"recep one", "phone":"+254700215655" }

Doctor

{ "email": "[email protected]", "username": "doc", "role":"Doctor", "full_name":"doc one", "phone":"+254700215654" }

Pharmacist

{ "email": "[email protected]", "username": "pharm", "role":"Pharmacist", "full_name":"pharm one", "phone":"+254700215653" }

Labtech

{ "email": "[email protected]", "username": "labtech", "role":"Labtech", "full_name":"labtech one", "phone":"+254700215652" }

Nurse

{ "email": "[email protected]", "username": "nurse", "role":"Nurse", "full_name":"nurse one", "phone":"+254700215651" }

Appointment

{ "appointment_fee": 200, "department": "Consultation", "appointment_date": "2021-12-03" }