Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.44 KB

File metadata and controls

30 lines (23 loc) · 1.44 KB

picture-archiving-and-communication-system-PACS-

a university project on "system design and analysis" course

Project Requirement Document
Project Title: Picture Archiving and Communication System (PACS)
Project brief description
This project is defined as part of the “system design and analysis” course at Shiraz University, supervised by Dr. Ashkan Sami.
This project is an application used for the following purposes:
• Acquire medical images from imaging devises
• Store medical images alongside the patient’s complete data
• Forward medical images and patient data in a safe way for other doctors (secure transmission of data between doctors )
• Manipulate and edit medical images or patient data
• Query among the images and find the image with the specified features
• Prepare the medical image for a machine learning system that gets a 2D input\

Initial facilities of the app
• a sign-up/login page for the doctor to log into the system
• the main page where the doctor (user) can choose their action and navigate to the following pages if necessary
Some of the proposed actions include:
• Add a patient’s data/image
• Edit a patient’s data/image
• Delete a patient’s data/image
• Send a patient’s data/image via email
• Query among the patients’ data/image according to their gender, age, diagnosis, image features, etc.
• Prepare the image for the machine learning system