Skip to content

A client-server pharmacy and e-prescription system using XML-RPC. Supports prescription handling, stock management, analytics, and concurrency control.

Notifications You must be signed in to change notification settings

anaoramos/prescription-pharmacy-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presciptions-Pharmacy System

This project aims to create a pharmacy and electronic prescription management system. The use of data structures, in this case lists and dictionaries, the client / server architecture with XMLRPC and competition control. The following requirements also had to be guaranteed:

• Overview of the requirements of the applications concerned

• Definition of the units involved

• Definition of the interfaces of the different services you imagine

• Implement the business logic necessary for the applications to function properly

• implementation of client and server applications

• If there is no supply when filling a recipe, the recipe must be blocked until there is a supply

• Definition of statistics:


	▪ User

		- Average prescription per user

		- users with more prescriptions

		- users who spend more

	▪ Doctors

		- Average prescription per doctor

		- Doctors with more prescriptions

	▪ Medication

		- Stock

		- Stocks on alert

		- Best sellers

About

A client-server pharmacy and e-prescription system using XML-RPC. Supports prescription handling, stock management, analytics, and concurrency control.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages