CodeSolved

A comprehensive source of programming questions and exercises

Clinic

Practice Normal 1554/ Download 475 Views

Design an appointment management system for a clinic. This system must have the following abilities:

Patient Registration:Each patient must have a unique ID, name, date of birth and contact number.

Turn Register:Each turn should include the patient's ID, the date and time of the turn, and the status of the turn (planned, canceled, and performed).

Turn Management:Ability to view and change the status of the turns. Possibility of removing turns.

Search:Ability to search for shifts based on the patient's ID, date and status.

Reporting:Possibility of producing reports of current day and canceled appointments.

API or user interface (optional):Implementing an API to interact with the system.

This exercise is a project! It has the potential to be expanded much further, so take the main idea from here and work on it more to turn it into a larger project.

1 Answers

This answer is only visible to premium members
This answer is only visible to premium members
This answer is only visible to premium members
let msg = 'error'
alert(msg) 
This answer is only visible to premium members
This answer is only visible to premium members

This answer is only visible to premium members

Subscription is currently unavailable.

Submit answer

Submitting answers is currently unavailable.

×
×
Close