Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Design and develop an electronic prescription system that serves as a platform for doctors, patients and pharmacies. Doctors will use the system to issue prescriptions

Design and develop an electronic prescription system that serves as a platform for doctors, patients and pharmacies. Doctors will use the system to issue prescriptions for their patients. Once a prescription is issued, a “token” is generated in the form of a string code and a QR code, and sent to the patient (via email or optionally SMS). To get the prescription dispensed, the patient visits a pharmacy and shows the electronic prescription token (e.g. on their phone). The pharmacy then dispenses the appropriate medicines and dosage based on the doctor’s prescription associated with the token. The pharmacy can also update status of the prescription (e.g. date of dispensed, number of supplies left, etc.) The system should support at least the following key aspects.

1. Support and manage different types of users and user profiles.

2. Support doctors in providing and managing electronic prescriptions for their patients.

3. Support patients in seeing their past and new prescriptions.

4. Support pharmacies in accessing prescriptions (through tokens using the associated string code and/or QR code – accessing using QR code is optional) and updating the prescriptions’ status.

5. Support the generation and transmission of tokens.

You must create test data that is sufficiently large enough to simulate the system (e.g. 100 records to each datatype). You could write a script to generate these data randomly.

Step by Step Solution

3.68 Rating (171 Votes )

There are 3 Steps involved in it

Step: 1

A decentralised network often known as a peertopeer platform is a distributed architecture that distributes resources among a number of nodes that collaborate to make choices on the networks behalf No ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Mobile Communications

Authors: Jochen Schiller

2nd edition

978-0321123817, 321123816, 978-8131724262

More Books

Students also viewed these Programming questions

Question

Tell whether the triangle is a right triangle. 21.2 23 11.4

Answered: 1 week ago