Dentist/hygienist should be able to add Treatment and Appointment Procedure (dentist_landing.php)
Closed this issue · 1 comments
kienmarkdo commented
Here's the process
- Prerequisite: First the patient books an appointment (into a future date)
- Dentist/hygienist: The dentist then diagnoses the patient with Treatment (INSERT INTO Treatment VALUES ...)
- Dentist/hygienist: Once the Treatment is prescribed, we then create a Appointment_procedure (INSERT INTO Appointment_procedure VALUES...)
celinewmk commented
The add treatment
feature is now implemented. Only appointment procedure
left