Design and implementation of demonstration system

Assignment Help Computer Engineering
Reference no: EM132014932

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

Task
- 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
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
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
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
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
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
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
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
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
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
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.0 Introduction
Key System Concepts
Data merging and cleaning
RESTful Web Services
Mashups
3.0 Demo Running Instructions
Conclusion 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.

Referencing
References should follow the Harvard method of referencing. Note that ALL references should be from journal articles, conference papers, technical papers or a recognized expert in the field. DO NOT use Wikipedia as a reference. The use of unqualified references will result in the deduction of marks.

Attachment:- Services.zip

Verified Expert

The main objective theme of the project is to provide the web pages according to the user specification . The user inputs the service and or a postal code it navigates that code through our app which was developed by us needs to display the map that is cluster map of clinics to the user specification. In this project , main file (clinics.csv) contains the data about the clinics. In this project we are using the python code for merging the two files namely csv and xml file.

Reference no: EM132014932

Questions Cloud

Explain the three proposed standards for the care. : Explain the three proposed standards for the care of critically ill newborns, the Medical Interests Standard, Best Interests Standard, and Relational Quality
Complete a depreciation schedule for the income year ended : All items are used 100% for business use and the diminishing value method is used. Complete a depreciation schedule for the income year ended
List five good reasons : List five good reasons for using both in a single management system? As always, include specific theory and examples, in your response.
What kinds of behaviors do children of trauma demonstrate : How common is it for children to experience this kind of trauma? What kinds of behaviors do children who have undergone this kind of trauma demonstrate?
Design and implementation of demonstration system : ICT705 - Data and System Integration - University of the Sunshine Coast - You are required to write a report explaining the key concepts around the design
Method of production results in optimum output : Honda uses flexible plants in the manufacturing of its cars. Does this method of production results in optimum output.
What is arbitration and mediation : What is arbitration and mediation, what are some examples of when each might be applied?
Explain what homeostasis is in the body : Explain what homeostasis is in the body, and describe one example in your own word of how your body maintains homeostasis. Be specific.
Expected returns in each scenario for market portfolio : Consider the following two scenarios for the economy and the expected returns in each scenario for the market portfolio,

Reviews

urv2014932

10/16/2018 2:34:45 AM

Excellent 1 till now as per the expectation I got very Good marks so please provide this kind of solution. Awesome Job. Submitted by the deadline and received great scores too. Surely recommend to all students. An awesome piece of work done by the expert, thanks for the best efforts, I'm very much satisfied as all the required points are covered accordingly. References are well organised as well

len2014932

6/11/2018 1:42:23 AM

Code Implementation (75%) Items Maximum Marks Marks Obtained 1.1 - data_merger.py – cleaning 6 1.2 - data_merger.py – merging 15 2.1 - clinic_locator.py – Web service - Clinics 6 2.2 - clinic_locator.py – Web Service – All Clinics 6 2.3 - clinic_locator.py – Web Service - Services 6 2.2 - clinic_locator.py – input error handling 6 3.1 - clinic_map.html – form layout 10 3.2 - clinic_map.html – Google Map 10 3.3 - clinic_map.html – information window – demographics 5 3.4 - clinic_map.html – information window – email link 5 Total Marks: 75

len2014932

6/11/2018 1:42:16 AM

Appendix A Marking Sheet for ATMC ICT705 2018.S1 Assignment 1 Student name: Student ID: Report 25% Items Maximum Marks Marks Obtained Report formatting (font, header and footer, table of content, numbering, correct spelling, grammar) 3 Executive Summary, Introduction & Conclusion 3 Concepts – Data Merging 5 Concepts – RESTful Web Services 5 Concepts – Mashups 5 Demo Running Instructions 4 Total Marks: 25

len2014932

6/11/2018 1:42:08 AM

3. Each time you work on any aspect of the assignment reread the assignment requirements to ensure that what is required is clearly understood. 4. Prior to submitting your code, you should ensure not only that it executes as required, but also looks professional. It is expected that you adhere to HTML and python standards for naming and indenting. All methods should be adequately documented such that another programmer examining your code will readily know what the code is doing.

len2014932

6/11/2018 1:42:01 AM

Assignment Advice This assignment will take several weeks to complete and will require a good understanding of application and information integration technologies for successful completion. It is imperative that students take heed of the following points in relation to doing this assignment: 1. Ensure that you clearly understand the requirements for the assignment – what must be done and what are the deliverables. 2. If you do not understand any of the assignment requirements – Please ASK the course coordinator or your tutor

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd