Skip to main content

This is a project which has following tasks to be completed : 1) a research proposal has to be made. i have uploaded template for standard protocol. please follow it

 This is a project which has following tasks to be completed : 1) a research proposal has to be made. i have uploaded template for standard protocol. please follow it 2) data analysis. Go to myhospital.gov.au and look for data of central queensland hospitals CQ for emergency department triage category 4 and 5 level presentations of patients. do the data analysis of this please. 3) make a project plan …template i have attached for the project plan ….. “plan on a page” is something different .I have attached Template of that too. its a summary of the project plan on a page 4) make a power point presentation of that project plan . it should consist of 8 slides . 5) after this , Next i will send you some data which needs to be analysed with which you can make a final report . Template of final report has been attached in this msg. 6) power point presentation of final report has to be made as well consisting of 8 slides. 7) confidentiality strategy for research data storage has to be identified as well.
Instructions:
title of project plan is : The work that you will be involved with is to develop a research proposal to develop locally tailored solutions to reduce category 4 & 5 Emergency Department presentations within Central Queensland. The primary health network would like to understand the patterns of presentation for lower acuity patients, Triage category 4 and 5 ED data (CQ wide). This analysis would determine what types of conditions are presenting, where and the demographics of the patients. Secondly, the work would include a review of the literature to find interventions that can reduce and manage the high volume or identified presentations. Students will also provide evidence based recommendations for some locally tailored solutions (taking into account services which exist here) which could be implemented in the primary health space aiming to reduce these presentations. This work will involve preparing a research protocol, data analysis plan, undertake data analysis and other deliverables as described by the Primary Health Network. You are also to prepare a data storage and confidentiality strategy to manage research data. AttachmentProject Title

Author

Date

Workplace supervisor name
 

Table of contents

Contents

Plan on a page. 3

Introduction and purpose of plan. 3

Background to the project/Case for Change. 3

Project objectives. 3

Scope. 3

Benefits. 3

Project deliverables. 3

Communication plan and stakeholder engagement activities. 3

Risk management plan. 3

Project budget. 3

Gantt chart. 3

Quality and evaluation methodology and measures to be used to evaluate the success or not of the project  3

Summary. 3

References. 4

Appendices. 4

 
 

 

Plan on a page

See template

Introduction and purpose of plan

Statement of intention and purpose of plan.

Background to the project/Case for Change

Why it is necessary to complete the work that you have been tasked to perform.

Project objectives

Written in the SMART format

Scope

Definition of the scope of the project that is being conducted

Benefits

Outline the benefits in conducting the project to the WIL organisation

Project deliverables

Overview of the outputs of the work to be completed in the workplace.

Communication plan and stakeholder engagement activities

Plan for communicating with key stakeholders.

Risk management plan

Plan for managing risks

Project budget

Budget both labour and non-labour for work to be completed.

Gantt chart

Time line of project key tasks, who will complete and when.

Quality and evaluation methodology and measures to be used to evaluate the success or not of the project

 

Plan to ensure quality of project outcomes.  Consideration of how project work will be evaluated.

Summary

Summary of the plan

References

References used to support the development of the plan, case for change or justification of use of project management tools.

Appendices

Include any relevant appendices here



Logo
.
CLICK HERE TO ORDER 100% ORIGINAL PAPERS AT PrimeWritersBay.com

Comments

Popular posts from this blog

Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything! What was special about Alfred Hitchcock and this film?

  Directions For this assignment, you will need to choose a topic or person from any of the various eras, movements or decades that we've discussed this semester and do a presentation on them using any media format you choose. (IM CHOOSING THE MOVIE PSYCHO-    Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything!  What was special about Alfred Hitchcock and this film? The subject matter doesn't have to be limited to an actor, director or filmmaker, but  the topic of your presentation could be on the inventions of any of the equipment, editing or filming techniques that you've learned about.  Basically, you can pick an area to cover and do your presentation on that.  The point is that you take a deeper dive into the subject by exploring information about it that may not have been  covered in this course.  It does have to...

Account Cost Systems and Cost Behaviors

  ACC501 Account Cost Systems and Cost Behaviors You are applying for a managerial position at an innovative and rapidly growing company. This is a dynamic company that wants an individual who adds value to the organization. Managers at this company wear many hats, so the position requires managing products, people, and financial aspects of running the company. As part of the interview process, you are required to make a presentation covering four different topics, one per module for this course. You choose the company and the new product that you want to showcase in your presentation. It can be real or fictitious (based on an industry). This is for background purposes only. The presentation is to showcase your abilities and what you can contribute to the organization. IBIS World (access on the Trident Portal through the Online Library > Additional Library Resources > IBISWorld link) and BizStats have estimates of cost of goods sold ...

Starting with this provided code, add the following functionality

1.Starting with this provided code, add the following functionality: Replace hardcoded strings “Zero”, “One”, “Two”, “Three” in the ArrayList based on user typed input (use Scanner or JOptionPane classes). The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to continue to add items to the ArrayList until they just hit enter without typing anything. Once the user does this (hits enter without typing anything), the program will display all of the elements of the ArrayList, both the index and String values, in a table. It will do this via a single loop making use of an iterator method. 2. Starting with this provided code, add the following functionality: Use a Try/Catch block so that the exception is caught and the program exits a bit more gracefully. Save this file as TryCatch.java. (Be sure to rename the Public Class accordingly.) Starting with the provided code again (without the Try/Catch block), fix the code so that ...