You will work on your course project throughout this course. This project is to create a simple financial system for a healthcare organization using Microsoft Access.Scenario:ACME Health Center is a...

1 answer below »



You will work on your course project throughout this course. This project is to create a simple financial system for a healthcare organization using Microsoft Access.







Scenario:




ACME Health Center is a day-surgery center used by a group practice in a small community. The center performs minor surgeries and needs to order supplies from medical equipment companies and drug companies.




Sometime prior to scheduled surgeries, new patients complete an information form with their name, address, phone number, e-mail address, and insurance company’s name. Office staff then feeds the patient’s information to the computer system and schedules the surgery. On the day of surgery, the patient arrives and checks in at the front desk.




The surgery is then performed, and when the patient checks out, an invoice is prepared for him or her. The patient can either pay at that time or be billed and pay later. Your job is to create an AIS to handle this entire process.







Tasks:





This unit, you will do the following:







  • Analyze documentation of the business and information processes within the ACME Health Center with either a Flowchart or Data Flow Diagram. This can be a high-level flow of information through the company and between outside entities with which the company will interact, such as the drug vendors and the patients. Describe your diagrams or charts with a narrative and indicate what processes and systems would most likely use a relational database to store data.



  • Justify all database tables (data stores) you think would be required for the operation of this AIS (patient information table, invoice table, etc.)



  • Integrate a sample patient table in a Microsoft Excel workbook, with information about twenty patients. Use the fields specified above in the scenario. Name it PatientList.xls.



  • Using Microsoft Access, complete the following tasks:






    • Create a Microsoft Access Database.



    • Import the patient workbook you created in step 3 into a table in your Access database you namePatientList. DownloadProcedureList.xlsandMedicalDevices.xlsand import them into tables in your Access database you nameProcedureListandMedicalDevices, respectively. To import the workbooks into the database, select the Access External Data tab and click Import.



    • When importing the workbook, let Access add primary keys to your tables. Again, the names of your the three Access tables should be PatientList, ProcedureList, and MedicalDevices. Also, when you are importing the workbooks, be sure to specify that their first row contains the field names. Name the primary key of the Procedure List table procedure number.



    • Save your Access database file and zip (compress) it, naming the zip file SU_ACC6311_W1_CP_LastName_FirstInitial.zip.












Submission Guidelines:








  • Create a 2- to 3-page report in a Microsoft Word document by combining the content for steps 1 and 2.



  • Using the APA format, cite any sources on a separate page.



Answered 3 days AfterMar 23, 2023

Answer To: You will work on your course project throughout this course. This project is to create a simple...

Shubham answered on Mar 27 2023
43 Votes
Analysis of Data Flow Diagram
ACME Health Center needs an AIS to handle the entire process of scheduling, performing and invoicing surgeries. The system wou
ld require the storage of patient data, surgical supply data, and billing data. A relational database would be an appropriate choice to store this data. It is a type of database that organizes data into one or more tables, where each table has a unique identifier called a primary key, and related tables are connected through foreign keys. This design allows for efficient and easy retrieval of information, as well as the ability to make changes to the data without affecting the entire system.
The patient information form, which contains data such as name, address, phone number, and insurance company's name, would be stored in a patient table in the relational database. The patient table would have a primary key such as patient ID, and the information could be retrieved using simple SQL queries (Setyawati, Wijoyo & Soeharmoko 2020). The surgical supply data, which contains information about the supplies used in each surgery, would be stored in a supply table. The supply table would also have a primary key such as supply ID, and it would be linked to the patient table through a foreign key. This would allow the system to keep track of which supplies were used for each surgery and which patient received which supplies.
The billing data, which contains information about the invoicing and payment process, would be stored in a billing table. The billing table would have a primary key such as...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here