-
Notifications
You must be signed in to change notification settings - Fork 0
specification
Gisele Pecapedra edited this page May 19, 2022
·
1 revision
The project consists in the development of a complete web application with server and client modules whose general purpose is to manage the data of a clinic.
The product must support the management of clinics where a team of doctors works. It will be used by receptionists to book appointments and also by doctors to record patient history. The test results that are sent directly from the laboratories to the doctors must be controlled; at the physician's option, these results can be delivered to patients, or kept in the clinic for later reference.
Therefore, this web application must meet the following requirements:
- The system should manage the registration of professionals who work at the clinic (CRUD). The system must manage the users that will have access to the system, and the permission that each one has in the features.
- The system should control the days and times available for scheduling appointments for the doctors who work at the clinic.
- The system should manage the registration of patients treated at the clinic (CRUD).
- The system should control the registration of the patient's clinical history and store the prescribed medicines, requested exams and the results obtained (CRUD).
- The system should manage the scheduling of patients' appointments according to the doctors' schedules. The system should provide options to select, search and cancel, as well as record the history of consultations in order to identify statistics of attendances.
- The system should provide a record of the issuance of medication prescriptions to patients.
- The system should manage the request for exams to patients.
- The system should manage the receipt of the exam performed by the patient, passing on the result to the doctor, and if desired, delivering the result to the patient.
- The system should contemplate the types of possible exams. The types of exams will not be registered in the system, but inserted directly into the database.
- The system must manage the names of drugs that can be included in prescriptions. Generic name, factory name and manufacturer must be registered.
- It is noteworthy that the records include inclusion, alteration, research and exclusion of each data.
- The system must be responsive, that is, be operated through computers, tablets or smartphones.
- The system must function exclusively as a web application.