Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Management Information System Expert

Background: Health Information Technology

After evaluating various platforms, the government finally decided to adopt a Service Oriented Architecture (SOA) for its future IT infrastructure. They were impressed with your Template based, Reference Architecture approach set out in your Task 1 Report and have accepted your recommendations regarding:

• Computing and storage infrastructure design,

• Application / service integration, and

• Information integration.

However, they would like to gain a deeper understanding of the technologies behind your recommendation and have asked for a small specific demonstration of these technologies along with a brief explanation of the concepts and principles of how it works.

Specifically, they have asked you to provide a demonstration web page in which the user will input a service and a post code. Upon clicking a button, a cluster map of clinics, based on the services they offer and location, will be displayed to the user.

Assignment Tasks

This assignment consists of two deliverables, being: demonstration code 75%, and a report 25%. All code relating to this assignment should be contained within a folder named: Task 2 - Your Name - Student Number, the folder is then to be zipped and uploaded to blackboard.

The report must be uploaded separately. Important Note: For ease of demonstration, your code must be self-contained. In addition to using
Standards based HTML and Python, PETL, Bottle and Parser are the only additional frameworks you should need. If you use others they must be provided and not require installation.

Demonstration Code

To demonstrate your code, you have been provided with four data sources compiled with fictitious sample data. These are:

• "clinics.csv" contains the information about the clinics,

• "cliniclocations.xml" contains the location coordinates for each clinic

• "services.csv" contains a list of clinical services

• "clinicservices.csv" contains a list of clinics and the services they offer

Task 1 - Data integration demo.

You are to submit a python script named "data_merger.py".

Your script should firstly clean the data then merge it into one CSV file named "clinicservicelocations.csv".

Task 1.1 Data Cleansing (6 marks)

Clean data in the email address field from "clinics.csv" such that:

• All spaces are removed,

• The domain "myclinic.com.au" is appended to those address without a domain,

Task 1.2 Data Merge (15 marks)

Merge the data from the four data sources into "clinicservicelocations.csv" with the following fields (attributes):

• ClinicServicesID a unique field identifying each record from clinicservices

• ServiceID a foreign key linking to services from clinicservices

• Service the linked title of the service from services

• ClinicID a foreign key linking to clinics and locations

• Clinic the name of the clinic from clinics

• Suburb from clinics

• State from clinics

• Email cleaned email address from clinics

• Lat from cliniclocations

• Lon from cliniclocations

Task 2 - RESTful Web Service Demo

You are to submit a python script named "clinic_locator.py".

For tasks 2.1 to 2.2 Your script should build a RESTful web service that supports a ‘getclinics' query from the client browser similar to "/getclinics?serviceid=x". The server Web Service will return a JSON table with the following fields (attributes): Clinic, Service, Suburb, State, Email, Lat, Lon. Data is to come from the "clinicservicelocations.csv" you built in task 1.2.

Task 2.1 Return clinics for a service (6 marks)

The server will return a table of records (tuples) of clinics offering the service ID passed to it.

Task 2.2 Return all unique clinics (6 marks)

In the advent of a call to "getclinics?serviceid=0", the server will return a distinct list of clinics offering any service. That is a list of all clinics listed once.

Task 2.3 List of Services (6 marks)

To populate your drop-down list in task 3.1 you will need to return a JSON table of all records from "services.csv" with the following fields (attributes): ServiceID, Service. The server should respond to a "getservices" request.

Task 2.4 Error Handling (6 marks)

Your code should handle any errors including incorrect requests.

Task 3 Mashup Demo You are to submit a HTML file "clinic_map.html" and optionally a CSS file named "clinic_map.css".

Task 3.1 Form Layout (10 marks)

You are to create an input form that accepts user input for a medical service and a postcode. The input for the medical service should be a drop-down list with the first item of being "Any Service" with a value = 0 remaining items should be created dynamically from a call to getservices from task 2.3.

Note: The input for the postcode should be a text box. These inputs should be accompanied with descriptors and a "Locate Clinics" button.

Task 3.2 Google Map (10 marks)

Clicking the "Locate Clinics" button the will trigger a "getclinics" web service to retrieve a table of clinics matching the service with attributes described in task 2. From this data you are to display a Google map marking the position of the returned clinics. The map should be  centred on the input postcode and zoomed to an appropriate level to show nearby clinics, alternatively you may choose to use marker clustering which automatically centres and zooms map based on clustering.

Task 3.3 Information Window Demographics (5 marks)

Upon clicking a marker bubble on the map, the user will be displayed an information window containing: Clinic Name, Suburb, State and a clickable email address.

Task 3.4 Information window email (5 marks)

Clicking an email address link in the information window should launch the user's email application and automatically insert the subject line "Clinic Enquiry".

Report

You are required to write a report explaining the key concepts around the design and implementation of your demonstration system. You are also required to explain how to run your code. Finally, you are to include all code submitted in the appendices to the report, note that the code will not count towards the word count.

Your report should follow the following template:

Executive Summary

Table of Contents

Table of Figures (if needed)

Table of Tables (if needed)

1.0Introduction

2.0Key System Concepts

2.1 Data merging and cleaning

2.2 RESTful Web Services

2.3 Mashups

3.0Demo Running Instructions

4.0Conclusion

Bibliography

Appendices

Report Format

Your report should be no less than 800 words and it would be best to be no longer than 1500 words.

The report must be formatted using the following guidelines:

• Paragraph text 12-point Calibri single line spacing

• Code Text 12-point Courier new single line spacing

• Headings Arial in an appropriate type size

• Margins 2.5cm on all sides

• Title Page is not to contain headers, footers, or page numbering

• Header is to display the Report Title (excluding the title page)

• Footer to display your name and the page number (excluding the title page)

• Title Page - Must not contain headers or footers. Include your name as the report's author.

• Page numbering

o Executive summary to the last page of Table of Figures / Table of Tables to use roman numerals (i, ii, iii, iv)

o Introduction and onwards to use conventional numerals (1, 2, 3, 4) starting at page 1 from the introduction

• The report is to be created as a single Microsoft Word document (version 2007, 2010, 2013, 2016, or Office 365). No other format is acceptable and doing so will result in the deduction of marks.

• The report must use the built-in features of Microsoft Word to create page numbers, section numbers, citations, cross referencing of sections, figures and tables, table of contents, table of figures, table of tables, and bibliography.

Please follow the conventions detailed in:

Summers, J. & Smith, B., 2014, Communication Skills Handbook, 4th Ed, Wiley, Australia.


Attachment:- Task Data.rar

Management Information System, Management Studies

  • Category:- Management Information System
  • Reference No.:- M92826475
  • Price:- $75

Priced at Now at $75, Verified Solution

Have any Question?


Related Questions in Management Information System

Discussion boardfor this discussion board please write

Discussion Board For this discussion board, please write 400-600 words discussing the following. List and discuss some of the natural deterrence provided by topographies. Why should topographies be considered when design ...

Designing team and team identitypart 1 think about how to

Designing Team and Team Identity Part 1: Think about how to build teams in terms of designing the task, selecting the people, and then, managing their relationships. How would compose a team for completing a course/work ...

Using an organization of your choicedevelop a complete

Using an organization of your choice: Develop a Complete Disaster Recovery Plan to be submitted to the executive board of your company. Please note that this is a formal writing, all references (peer-reviewed) must be ci ...

Question onea identify six major components of a computer

QUESTION ONE a) Identify six major components of a computer system. b) Describe the following with reference to systems development. 1. Structured analysis 2. Structured design c) The current trend in database systems de ...

1 write a report at least 400 words on how to use data

1. Write a report (at least 400 words) on how to use data mining to help marketing managers specifically. Give a title to your report an interesting title to reflect the theme(s) of your report. You must use a specific b ...

Ethics and information managementusing campbellsville

Ethics and Information Management Using Campbellsville University library and/or other sources, read at least four (4) academically reviewed articles on the ethical issues that may arise in information management. Please ...

Essay question 1what are the challenges encountered when

Essay Question 1: What are the challenges encountered when identifying emerging technologies? Essay Question 2: What are the monitoring levels of emerging technologies? Each question with atleast 300 words and two-three ...

Question determine the necessary service level agreements

Question : Determine the necessary Service Level Agreements (SLA) needed from your carrier services, along with the quality of service expectations required. Consider how the SLA will affect business and how you will mea ...

A register is the fastest data storage element within a

A register is the fastest data storage element within a processor. A 32-bit register consists of a set of flip-flops to store 32 bits of information. Design a 4-bit register by using flip-flops and answer the following q ...

Confidentiality integrity and availability or the cia triad

Confidentiality, integrity, and availability or the CIA triad of security is introduced in this session. These three dimensions of security may often conflict. Confidentiality and integrity often limit availability. So, ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As