Healthy Care Community HIT Installation Plan

This week you continue your work on the Healthy Care Community (HCC) HIT system upgrade project. You have been tasked with drafting the installation plan for the HCC Medication Synchronization portion of the project. The installation plan for this portion of the project will create a model for the installation phases of the other recommended HIT system components of your HCC HIT upgrade plan. 

Part 1 – HIT Architecture and Pharmacy Medication Synchronization Diagrams 

Revise your proposed HCC HIT Architecture Diagram from your Week Two Healthy Care Community Security and Privacy Plan individual assignment with instructor feedback (coming soon).

Create a separate Microsoft® Visio® system diagram of the Pharmacy Medication Synchronization component. Use one of the cloud-based Pharmacy medication synchronization solutions you recommended in the Week Three Supporting Activity: Healthy Care Community Medication Synchronization Vendor Recommendation.

Include the following in your diagram:

  • The HIT system components with the new pharmacy system interface
  • Security requirements and standards for the new pharmacy system
  • Hardware and software elements required for the new pharmacy system 

Part 2 – HIT Installation Plan 

Develop a 3- to 4-page Healthy Care Community HIT Installation Plan, in Microsoft® Word, specific to the medication synchronization cloud-based solution you selected in Part 1 of this assignment. The plan should explain what your solution is, how you arrived at your recommendation, and how you plan to implement it. 

Include the following elements in your plan:

  • The medication synchronization-related business requirements considered and addressed
  • The minimum hardware operating requirements that the vendor must adhere to
  • Two vendors you considered for this project
  • Your final vendor recommendation and rationale
  • The list of hardware components that will be required for this solution and whether they will be installed onsite or within the vendor’s environment
  • A high-level task list and schedule for implementing the cloud-based medication synchronization solution, including:
  • Review and confirmation of vendor specs to business requirements
  • Hardware and software installation order and dependencies
  • Performance testing
  • User testing
  • Estimated go-live date

***ALL REFERENCE DOCS WILL BE INCLUDED ONCE CONFIRMED***

Discussion-6 ME

 

For this Discussion Question, complete the following.

1. Review the two articles about bank failures and bank diversification that are found below this. Economic history assures us that the health of the banking industry is directly related to the health of the economy. Moreover, recessions, when combined with banking crisis, will result in longer and deeper recessions versus recessions that do occur with a healthy banking industry. 

Bank Diversification, Economic Diversification?

https://www.richmondfed.org/~/media/richmondfedorg/publications/research/economic_quarterly/2005/winter/pdf/walter.pdf

2. Locate two JOURNAL articles which discuss this topic further. You need to focus on the Abstract, Introduction, Results, and Conclusion. For our purposes, you are not expected to fully understand the Data and Methodology.  

3. Summarize these journal articles. Please use your own words. No copy-and-paste. Cite your sources.

Final Exam

 

Answer the four questions noted below.  Please use at least one reference and ensure it’s in APA format (as well as the in-text citation).  Also, ensure to NOT COPY DIRECTLY from any source (student or online source), rather rephrase the author’s work and use in-text citations were necessary.

Describe the CIA triad and the defense in depth principle? Why are those concepts important when designing your network security strategy?

What are the steps for an incident response plan? How does network security play into an incident response plan? 

What are some major differences between open source and commercialclosed source software and solutions? Should you consider one over the other? 

What are firewalls? What are VPNs? What are some alternatives to a traditional firewall? What are some alternatives to traditional VPNs? How does the alternatives improve the traditional version of both?

Note: The essay should include an APA cover page and at least two reference (academic or professional literature) in APA v7 format.

emerging threats and counter measures

 

Threat Modeling

A new medium-sized health care facility just opened and you are hired as the CIO. The CEO is somewhat technical and has tasked you with creating a threat model. The CEO needs to decide from 3 selected models but needs your recommendation. Review this week’s readings, conduct your own research, then choose a model to recommend with proper justifications. Items to include (at a minimum) are:

  • User authentication and credentials with third-party applications
  • 3 common security risks with ratings: low, medium or high
  • Justification of your threat model (why it was chosen over the other two: compare and contrast)

You will research several threat models as it applies to the health care industry, summarize three models and choose one as a recommendation to the CEO in a summary with a model using UML Diagrams (Do not copy and paste images from the Internet). In your research paper, be sure to discuss the security risks and assign a label of low, medium or high risks and the CEO will make the determination to accept the risks or mitigate them.

Your paper should meet the following requirements:

  • Be approximately three in length, not including the required cover page and reference page.
  • Follow APA 7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
  • Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find resources.
  • Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.

book's observation ( web usability)

Observations, questions, comments about “Don’t make me think” by Steve Krug ( the book is attached) 

question must answer: 

1/  What have you learned so far that you didn’t already know?  

2/ What might you incorporate into your group project?

( two paragraph) less than a page 

Please read requirement in below comment section.

Please fill it with detailed job duties with respect to each job duty pertaining to the project. Include the COMPLEXITIES and details on each job duty and include skills/technologies required for each job duty. Also, he needs to look into both Master’s and see which relevant courses he studied are applicable to perform each job duty. 

Note: I have the job duties in the word document(Detailed JD Doc) and also attached my Master’s courses in the notepad. Relate my master’s courses to each of my job duties.

IT project management

I have started on this project with the attachments below but need to finish it up with the final project table of contents. i will not need every thing on the final project paper completed but will need at least 5 of the pages added along with the following.

 Write a final presentation that summarizes the project and reflects upon  the areas that were most difficult for you. Summarize the  techniques/tools that you have developed to ensure that a future project  would be successful.  

COBOL programming

Write the following program using COBOL programming language:

Grade Report

This is a program designed to hit you where you live! This program will compute your current average in a class, the minimum average that you could earn from this point forward, and the maximum average that you can earn. In addition to this, it prints the relative weights of each assignment category.

This program assumes that grades are computed out a fixed pool of points. For example, the course in which you currently find yourself has 1000 points. Your total average is computed by the formula:

grade = (points_earned * 100) / points_possible

So at any given point in the semester, you could compute your current average by totaling the points you have earned and dividing by the possible points on your assignments so far.

The minimum grade is what you would earn if you stopped handing in work. That is, you would forfeit all remaining possible points in the semester (not a good idea, usually!)

The maximum grade is what you would earn if you earned all remaining possible points in the semester.

This program will take as its input the name of a file. The file is a flat-format file of the following form:

  1. The total number of points for the entire semester on a line by itself.
  2. Zero or more assignment records, with each field being a fixed width. The format of these records are as follows:
    • Assignment Name (20 characters)
    • Category (20 characters)
    • Possible Points (14 characters)
    • Earned Points (14 characters)

Consider the file generated by a student whom we will call “Bill”. Bill has recorded his first few as shown:

1000
MS 1 - Join Grps    Group Project       5             5             
Four Programs       Programming         15            9             
Quiz 1              Quizzes             10            7             
FORTRAN             Programming         25            18            
Quiz 2              Quizzes             10            9             
HW 1 - Looplang     Homework            20            15            

Note that there is no separator between these fields! If they use the full width of the field, they run right up to the next one:

HW 3 - Struct & VarsHomework            20            20            

When Bill runs the program, it generates the following output:

File: Bill

Group Project        (5%)
==================================
MS 1 - Join Grps        5/5   100%
==================================
                       5/5   100%

Homework             (23%)
==================================
HW 1 - Looplang       15/20    75%
==================================
                     15/20    75%

Programming          (47%)
==================================
Four Programs          9/15    60%
FORTRAN               18/25    72%
==================================
                     27/40    67%

Quizzes              (23%)
==================================
Quiz 1                 7/10    70%
Quiz 2                 9/10    90%
==================================
                     16/20    80%

Current Grade: 74%
Minimum Total Grade: 6%
Maximum Total Grade: 97%

Here, neatness counts! Make the output line up in nice neat tables. Also note that category weights are the weight of how much the category counts toward the current average. At the end of the course, these would match the weights in the syllabus. Also, note that while Bill is earning a C, if he buckles down he can still get that A. Perhaps you could use this program to help you in your courses!

The contents of sample data files are given below:
File bill:

1000
MS 1 – Join Grps Group Project 5 5   
Four Programs Programming 15 9   
Quiz 1 Quizzes 10 7   
FORTRAN Programming 25 18
Quiz 2 Quizzes 10 9   
HW 1 – Looplang Homework 20 15

File cs-390 assignments:

1000
MS 1 – Join Grps Group Project 5 0   
Four Programs Programming 15 0   
Quiz 1 Quizzes 10 0   
FORTRAN Programming 25 0   
Quiz 2 Quizzes 10 0   
HW 1 – Looplang Homework 20 0   
COBOL Programming 25 0   
Quiz 3 Quizzes 10 0   
Mid Mid 200 0   
HW 2 – LL Enhanced Homework 20 0   
ALGOL 68 Programming 25 0   
MS 2 – Descr. Lang. Group Project 50 0   
HW 3 – Struct & VarsHomework 20 0   
Lua Programming 25 0   
Quiz 4 Quizzes 10 0   
HW 4 – Variable Typ.Homework 20 0   
MS 3 – Example ProgsGroup Project 45 0   
JavaScript Programming 25 0   
Quiz 5 Quizzes 10 0   
HW 5 – Smalltalk Homework 20 0   
MS 4 – Interpreter Group Project 100 0   
Ms 5 – Presentation Group Project 50 0   
Scheme Programming 25 0   
Quiz 6 Quizzes 10 0   
Prolog Programming 25 0   
Final Final test 200 0   

Cloud Project

 

The Mind Map will need to have major GCP product types, their subtopics and actual products that perform those functions. 

There needs to be a complete layout which will include the following details:

· Business Location (Cloud / Brick & Mortar / Hybrid)

· Product and / or Services Offered

The Mind Map can be of any industry that you choose.

The topics and subtopics on the Mind Map must be actual products that are related to GCP products.

Details

The following files will be provided.

· GCP – Conceptual Mind Map

o The topic concept would be business needs as shown in the “GCP – Conceptual Mind Map”

· The entries would be actual products as shown, but not limited to, the file called “GCP Products”

· Your presented product would be similar in nature to the graphic “Google Cloud Mapping”

o The products on each topic will be based on GCP concepts.

· I have created a Mind Map called “GCP Mind Map Sample – Guide” which illustrates the mapping requirements.

Criteria

The Mind Map must have the following 4 major topics

· Storage Products

· Database Products

· G Suite Platform

· Networking Products

The Mind Map layout needs to include:

· At least 2 additional major topics of your choosing

· The Mind Map must have at least 20 2nd tier subtopics

· The map must go at least 3 levels deep on at least 3 topics

o You can use any Mind Map tool or theme that you prefer

o The example provided was made on Miro.com

Presentation

You will need to present the business idea as a timed 15-minute presentation

The PowerPoint slide show needs to be at least 20 slides

The presentation needs to show and explain 

· What the Mind Map shows

· How the business will be developed / lifecycle

· Product / Services offered

· Relationship to GCP and how the topics are integrated.