ICT321 Architecture and System Integration Assignment

Assignment Help Python Programming
Reference no: EM132649615

ICT321 Architecture and System Integration - University of the Sunshine Coast

Case Study: Victoria Health - Technology Strategy

As with all heath systems around the world, the Victorian State Government are confronting increasing cost pressures in delivering health services. As part of healthcare reform, the Victorian Department of Health and Human Services are developing a more person-centred system that focuses on keeping people healthy throughout their lives. Technology is at the centre of this new strategy to efficiently and cost effectively improve the health and wellbeing outcomes for its Victorian population.

The technology based strategic roadmap named Digitising health will enable clinical information to be shared safely, and in such a way as to meet individual needs and produce better and more cost-effective outcomes.

The 6 building blocks of Digitising Health are (Victoria Department of Health & Human Services 2016):
• Implementing digital clinical systems: reducing the reliance on paper-based systems when delivering clinical care.
• Shared clinical information: sharing relevant health and wellbeing information with those actively supporting the person.
• System integration and interoperability: providing a robust, secure and interoperable health network and systems infrastructure that provides equity of access for all individuals.
• Person-centred and place-based health and wellbeing: transitioning from provider-centred healthcare towards preventive health and personalised pathways centred on the individual and responsive to their needs, location and preferences.
• Preventive health and early intervention: focusing on prevention and early intervention to reduce the occurrence of chronic disease and start the journey to health and wellbeing early in life.
• Applied health research, education and analytics: using analytics and research to facilitate the proactive identification of consumer healthcare needs to better position the sector to meet future challenges.

After evaluating various platforms, Victoria Health finally decided to adopt a Service Oriented Architecture (SOA) for its future IT infrastructure. However, the managers from clinical services would like to gain a deeper understanding of:
• Computing and storage infrastructure design,
• Information integration,
• Application and Service Integration, and
• Technologies behind Application and Service Integration including a small specific demonstration of these technologies along with a brief explanation of the concepts and principles of how it works.

Part 1 - Integration Demo
For this integration demo, 3 data sources with fictitious records are provided, including:
• "clinics.csv" contains the details about the clinical offices,
• "clinic_locations.xml" contains the location coordinates for each clinic,
• "clinic_services.csv" contains a list of clinic offices and the services they offer.

Please follow the instructions carefully. There are two major components in the demo system:

1. Data integration demo. In this demo, you are required to implement a Python script file with the name ‘data_integration.py' to correctly merge records from different given data sources into one CSV output file named "clinic_service_locations.csv".

The Python petl framework is recommended for this implementation.
The output file "clinic_service_locations.csv" consists of the following fields (attributes):
• ClinicServiceID - a unique field identifying each record from clinic_services.csv
• Service - the service name from clinic_services.csv
• ClinicID - the ID for each clinic
• Suburb - the "Suburb" from clinics.csv
• Postcode - the "Postcode" from clinics.csv
• Latitude - the "Lat" value from clinic_locations.xml
• Longitude - the "Lon" value from clinic_locations.xml

2. RESTful Web service demo. In this demo, you are required to implement a Python scrip with the name ‘web_service.py' to provide two RESTful Web services:
• Get services by postcode. The server should accept a ‘getServices' query from the client browser similar to "/getServices?postcode=xxxx". After processing this request, the service should return a HTML document containing the list of available services for a given postcode, including the following fields (attributes): Service, Suburb.
• Get clinics by service name. The server should accept a ‘getClinics' query from the client browser similar to "/getClinics?service=xxxx". After processing this request, the service should return a HTML document containing the list of available clinics for a given service, including the following fields (attributes): ClinicID, Suburb, Latitude, Longitude.

The Python Bottle and petl frameworks are required for this implementation. Data for the service is from the output file "clinic_service_locations.csv" of the integration demo.

Part 2 - Integration Report
In addition to the above Demo code you are required to include a Report based on the above case study explaining the key concepts for:
• Application and Data Storage Infrastructure design,
• Information Management and Integration,
• Application and Service Integration, and
• The demo design and execution instructions.

Reference no: EM132649615

Questions Cloud

What are the harmful effects : Write a full 1-2 page paper with references: What is the number 1 illegal drug? What are the potential benefits? Who do they benefit?
Prepare the journal entries in the records of Snap Ltd : Prepare the journal entries in the records of Snap Ltd at 1 September 2020 to record the business combination (dates and narrations are required)
How to compute manufacturing cycle efficiency : The Cute Corporation produces small plastic dolls in its Florida. How many defective units were produced? Compute manufacturing cycle efficiency (MCE).
Do you see distracted drivers on the road : Find a PSA on drinking and diving, texting and driving, or some form of distracted driving. Do you see distracted drivers on the road?
ICT321 Architecture and System Integration Assignment : ICT321 Architecture and System Integration Assignment Help and Solution, University of the Sunshine Coast - Assessment Writing Service
Classify each performance measure : On the space provided for, classify each performance measure. Write F (Financial); C (Customer); P (Process); or LG (Learning and Growth).
Describe the pathophysiology and provide treatment options : Osteoarthritis (OA) is a common, age-related disorder of synovial joints. Describe the pathophysiology and provide the treatment options.
Describe the corporate culture within your organization : Describe the corporate culture within your organization, or one that you know well. What effects do the nature and condition of your organizational culture
Find the cost of goods sold for the month of august : During August, Altamont Machine Company started production orders 118, 117, and 118. Determine the cost of goods sold for the month of August

Reviews

len2649615

10/1/2020 2:29:05 AM

Report should 1000 words without coding. Please read assignment carefully. Also, Please check clinic.zip file for other files. thanks

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

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