Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

Ellerslie Family Practice Ellerslie VIC XXXXXXXXXX Vinifera Health Clinic Vinifera VIC XXXXXXXXXX Jolimont Clinic Jolimont VIC XXXXXXXXXX Lalor Health Clinic Lalor VIC XXXXXXXXXX Bairnsdale Health...

1 answer below »
Ellerslie Family Practice
Ellerslie
VIC
XXXXXXXXXX


Vinifera Health Clinic
     Vinifera
VIC
XXXXXXXXXX


Jolimont Clinic
     Jolimont
VIC
XXXXXXXXXX


Lalor Health Clinic
     Lalo
VIC
XXXXXXXXXX


Bairnsdale Health Service
     Bairnsdale
VIC
XXXXXXXXXX


Wandin Super Clinic
     Wandin North
VIC
XXXXXXXXXX


De
imut Village Clinic
     De
imut
VIC
XXXXXXXXXX


Melbourne Centre Clinic
     Melbourne
VIC
XXXXXXXXXX


Preston Health
     Preston
VIC
XXXXXXXXXX







ICT321

Architecture and System Integration


Task 2



ATMC Semester 2, 2018

ICT321 Architecture and System Integration Assignment 2
Page 2 of 10
Assessment and Submission Details

Marks: 30% of the Total Assessment for the Course

Due Date: 11:59pm Friday, Week 12 (ATMC Semester 2)

Task 2 consists of a demo code package and a technical report for the integration plan.
Submit your work as a .zip file, which contains the code files (another .zip file) and your
eport (a .docx file), to Blackboard Task 2. Please follow the submission instructions
described in this document.

The assignment will be marked out of a total of 100 marks and forms 30% of the total
assessment for the course. ALL assignments will be checked for plagiarism by SafeAssign
system provided by Blackboard automatically.

Refer to your Course Outline or the Course Web Site for a copy of the “Student Misconduct,
Plagiarism and Collusion” guidelines. Academic Integrity Information.

Assignment submission extensions will only be made using the official Faculty of Arts,
Business and Law Guidelines.

Requests for an extension to an assignment MUST be made to the course coordinator prior to
the date of submission and requests made on the day of submission or after the submission
date will only be considered in exceptional circumstances.


https:
www.usc.edu.au/learn/student-support/academic-and-study-support/online-study-resources/academic-integrity
ICT321 Architecture and System Integration Assignment 2
Page 3 of 10
Case Study: Victoria Health – Digitising Health

After evaluating various platforms, Victorian Department of Health and Human Services (Vic
Health) finally decided to adopt a Service Oriented Architecture (SOA) for its future IT
infrastructure. Vic Health was impressed with your Template based, Reference Architecture
approach set out in your Task 1 Report and has accepted your recommendations regarding
Application and Service Integration. However, Vic Health Executives would like to gain a
deeper understanding of:
• Computing and storage infrastructure design,
• Information integration, and
• Technologies behind your recommendation regarding Application and Service
Integration and have asked for a small specific demonstration of these technologies
along with a
ief explanation of the concepts and principles of how it works.
There are 2 parts to this Assignment:

Part 1 - Integration Demo (60%)
Because Vic Health have medical practice related applications in many health practices
around Victoria, Vic Health Executives would like a demonstration of a web service to help
Vic Health employees and the Victorian public to find health practices within Victoria. The
demo enables Victorian users to
owser search the locations of medical practices in Google
Maps using a postcode and retrieve an example of town information along with the map. You
are required to use the specific data provided to you by your lecturer / tutor (there will
e a 0 (zero) mark for this section if you don’t use the data provided by your lecturer /
tutor). There are three major components in the demo system:

1. Data integration demo. In this demo, there are two data source files provided to you by
your Lecturer / Tutor:
• ‘Vic_Health_Care’ contains the information about fictional health practices, and
• ‘Vic_Locations’ contains the information about the location coordinates for towns
with health practices.
A Python scrip file with the name ‘data_merger.py’ should be implemented to read
these two data files. Using the Python petl framework you are required to output the
merged data into a CSV file with the name ‘practice_locations.csv’.

2. RESTful Web service server demo. In this demo, you are required to build a RESTful
Web service which supports a ‘getlocation’ query from the client
owser similar to
‘/getlocation?postcode=xxxx’. The server Web Service will return a JSON object with
four attributes (practice name, latitude, longitude, town name and state). The data for this
JSON object will be retrieved from the ‘practice_locations.csv’ file you created in
component 1. The Python Bottle framework is required for this implementation. A Python
scrip file with the name ‘practice_locator.py’ will contain this RESTful Web Service
Demo.
ICT321 Architecture and System Integration Assignment 2
Page 4 of 10

3. Mashup demo. In this demo, you are required to build a mashup application which
accepts a postcode as the input. If a health practice in that subu
can be found, then its
location is displayed in Google Map. Otherwise, a default clinic is displayed. A HTML
file ‘practice_map.html’ should be implemented. In this file, a text field is provided at the
page top to accept user’s input of postcode. In addition, a Submit button will trigger the
‘getlocation’ Web Service to retrieve its co
esponding latitude and longitude, and
highlight and centre the location in Google map.
In addition to highlighting the positon on the map, a user is able to click on the marker
u
le and see an information window containing subu
/ town specific information or a
link to that information.

Two Very Important Notes:
1. You MUST use and incorporate the specific ‘Vic_Health_Care’ and ‘Vic_Locations’
data files provided to you by your Lecturer / Tutor. There will be a mark of 0 (Zero)
awarded for this demo section if your solutions do not use the specific data files
provided to you by your Lecturer / Tutor.
2. For ease of demonstration to Vic Health executives, your code must be self-
contained and run easily in PyCharm. In addition to using Standards based HTML
and Python, the Python modules ‘petl’, ‘Bottle’ and ‘parser’ are the only additional
frameworks you should need. ALL required files must be provided with your
submission and should not require any extra installation.
Code Package Format
The code implementation should be with Python 3 and PyCharm. You are required to
compress all your Python code, data files and all supporting packages/modules into one .zip
file and upload it to Blackboard. Make sure your demo code is runnable in PyCharm after
eing unzipped.



ICT321 Architecture and System Integration Assignment 2
Page 5 of 10
Part 2 – Integration Report (40%)
In addition to the above Demo code (60%) you are required to include a Report (40%) Based
on Task 1 case study explaining the key concepts for:
• The demo design and implementation (including instructions on running your code).
• Computing and storage infrastructure design, and
• Information integration
Please use the following outline in your report:

Title Major Outcomes
1 Introduction
2 Information Management
and Integration
Discuss and design strategies to integrate the multiple
data sources developed and used by different teams for
various business units and departments.
3 Application and Data Storage
Infrastructure Design
Discuss various cloud options and their suitability.
Design a cloud infrastructure strategy.
4 Data merging Explain data merging principles and how it was applied
in your Demo
5 RESTful Web services Explain RESTful Web services and how they were
applied in your Demo
6 Mashups Explain Mashup principles and how it was applied in
your Demo
7 Conclusion

Consult Ru
ic in Appendix A for more details on how this question will be marked.

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

The report MUST be formatted using the following guidelines:
• Paragraph text – 12 point Cali
i single line spacing
• Headings – Arial in an appropriate type size
• Margins – 2.5cm on all margins
• Header – Report title
• Footer – page number (including the word “Page”)
• Page numbering – roman numerals (i, ii, iii, iv) up to and including the Table of
Contents, restart numbering using conventional numerals (1, 2, 3, 4) from the first
page after the Table of Contents.
• Title Page – Must not contain headers or footers. Include your name as the report’s
author.
• The report is to be created as a single Microsoft Word document (version 2007, 2010,
2013 or Office 365). No other format is acceptable and doing so will result in the
deduction of marks.
ICT321 Architecture and System Integration Assignment 2
Page 6 of 10
Please follow the conventions detailed in:
Summers, J. & Smith, B., 2014, Communication Skills Handbook, 4th Ed, Wiley, Australia.

Submission

Submit your work as a zip file to Blackboard Task 2 by the due date of 11:59pm Friday,
Week 12. Inside the zip file, a zip package of code and a Word file of report should be
included.

The assignment will be assessed according to the marking sheet
Answered Same Day Sep 20, 2020 ICT321 University of the Sunshine Coast

Solution

Akash answered on Sep 30 2020
134 Votes
python-bottle/tfthcsv.csv
Subu
,Lat,Long
Bairnsdale,-37.82289,147.61041
Jolimont,-37.8168,144.9846
Ellerslie,-38.168548,142.687023
Vinifera,-35.217734,143.405908
Lalor,-37.672361,145.015089
Wandin North,-37.771442,145.411
De
imut,-37.795525,144.771362
Melbourne,-37.814563,144.970267
Preston,-37.738736,145.000515
python-bottle/tfth.xml


     Ellerslie Family Practice
Ellerslie
VIC
3272


Vinifera Health Clinic
     Vinifera
VIC
3591


Jolimont Clinic
     Jolimont
VIC
3002


Lalor Health Clinic
     Lalo
VIC
3075


Bairnsdale Health Service
     Bairnsdale
VIC
3875


Wandin Super Clinic
     Wandin North
VIC
3139


De
imut Village Clinic
     De
imut
VIC
3030


Melbourne Centre Clinic
     Melbourne
VIC
3000


Preston Health
     Preston
VIC
3072

python-bottle/practice_map.html

LOCATION APP:
PINCODE:




{{lat}} {{log}}
python-bottle/practice_locator.py
import...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here