Iterations and Phases. Phases. An RUP Case Study. Models and Workflows. Bringing It All Together... Workflows. Stuart Anderson

Size: px
Start display at page:

Download "Iterations and Phases. Phases. An RUP Case Study. Models and Workflows. Bringing It All Together... Workflows. Stuart Anderson"

Transcription

1 Releases s and Phases An RUP Case Study Inception Elaboration Construction Stuart Anderson Preliminary Architect. Architect. Devel. Devel. Devel. CS2 Software Engineering Note 7. An iteration is a distinct sequence of activities with an established plan and evaluation criteria, resulting in an executable release (internal or external). s and Workflows Business ing Requirements Workflow Analysis Design Workflow Implementation Workflow Test Workflow Business Use-Case Each major workflow describes how to create and maintain a particular model realized by Design implemented by Implementation verified by Test Bringing It All Together... Phases Process Workflows Supporting Workflows Workflows group activities logically Business ing Requirements Analysis & Design Implementation Test Deployment Configuration Mgmt Management Environment Inception Preliminary (s) #1 Elaboration #2 #n Construction #n+1 s In an iteration, you walk through all workflows #n+2 #m #m+1 1

2 The Problem You have been asked to provide a system that will be used as part of a patient management system in healthcare systems in the UK. The system is intended to manage certain classes of patients with mental health problems. The goal is to manage patients detained against their will under various sections of the Mental Health (Scotland) Act Problem ctd Under the Mental Health (Scotland) Act a person may be: Detained against their will Given medical treatment against their will Various sections of the act give various powers. For detention to take place, the hospital must be satisfied that: The patient is suffering from a mental disorder, and The disorder is serious enough to need treatment, and For the patient s health and safety or for the protection of others they should be detained The patient can only be treated in a hospital Problem ctd (Sect 24) Patient may be admitted and required to stay for 72 hours (emergency admission). (Sect 25) Patient may be detained in a hospital for 72 hours (emergency detention), A nurse can detain any voluntary patient for up to 2 hours. (Sect 26) After detention under Sect 24 or 25 the consultant psychiatrist may detain the patient for up to a further 28 days (short term detention). (sect 18) The patient can then be detained for a further 6 months, renewable after 6 months and then annually (involves Sheriff court) (full detention). There are other types of detention that are out of scope From Inception to Elaboration After iterations in the Inception phase have: enhanced use cases, improved planning, developed the environment, understood project risk. It is time to move to Elaboration. Inception generates: A vision document. An initial use-case model (10%-20% complete). An initial project glossary. An initial business case. An initial risk assessment. A project plan, showing phases and iterations. A business model, if necessary. One or several prototypes. 2

3 Lifecycle Objectives Milestone Evaluation Criteria Stakeholder agreement on scope definition and cost/schedule estimates. Requirements understanding as evidenced by the fidelity of the primary use cases. Credibility of the cost/schedule estimates, priorities, risks, and development process. Depth and breadth of any architectural prototype that was developed. Actual expenditures versus planned expenditures. Elaboration : Building an Architectural Prototype Example of an early elaboration iteration. Each iteration involves a full development cycle, involving all the workflows, in this case: Project management: plan the iteration, risk assessment on the plan, set architectural objectives. Requirements: Decide on primary use cases chosen to drive architecture. Understand drivers. Reconsider use cases and risks. Prototype user interface. Use cases: a summary Each use case describes what needs to be done to accomplish the functionality described in the use case. Process is: Establish the system boundary e.g. how much of the legal system is inside the system? Roughly delineate the system boundaries, then actors and use cases refine the definition. Discover Actors: Hospital Administrator, Nurse, Consultant, Doctor, Trust Administrator, Social Worker, GP, Patient, Next-of-Kin, To identify actors ask yourself: Who are the actors? Who: Uses the system? Installs the system? Starts up the system? Maintains the system? Shuts down the system? Gets information from the system? Provides information to the system? What: Other systems use the system? Automatic actions are taken at set intervals? 3

4 Spelling out Use Cases Identify the names of the use cases by asking: What functions does each actor require to happen? If the systems stores information - which actor provides, uses, modify, delete the information? Does an actor need to be notified if the system changes state in some way? What external events does the system need to know about? Use Cases in the Mental Health Example Register patient as detained under the act, involves hospital administrator, patient, consultant, GP, social worker, Next of Kin. Extend detention, involves hospital administrator, patient, consultant, GP, social worker, sheriff court, Next of Kin. Discharge patient, involves hospital administrator, patient, consultant, GP, social worker, Next of Kin. Change ward, involves consultant, and 2 nurses. Change responsible consultant, involves 2 consultants. Gather statistics, involves Trust Administrator. Monitor ward caseload, Nurse. Monitor doctor caseload, Consultant. Others involving backup, restore, secure access, access control, log-in, log-out, distributed working, Periodic or Timed Use Cases Many systems incorporate timed or periodic events, two common ways of dealing with this are to: Treat time like actors that instigate certain use case. For example, we might introduce an actor for each periodic event and let the actor instigate the event. Treat use cases as time and associate time with all the actions, placing constraints on the times. 1. A title, Use Case Comprises 2. Actors involved, 3. Preconditions describing the circumstances under which the use case is applicable. 4. Flow of events: usually consists of a primary sequence with some description of the alternate sequences that might arise. 5. Postcondition describing the state of the system after the functionality of the use case has been carried out. 4

5 Use case: Register Patient 1. Register patient. 2. Involves: Hospital Administrator, Consultant, Patient, GP, Social Worker, Next of Kin. 3. Precondition: the patient is not detained under the act but the consultant believes the patient should be detained Register Patient Ctd. 4. Flow of Events: i. Use case starts when the administrator elects to register a patient. ii. The administrator gathers data on the patient, enough to identify the patient and the GP, Social Worker and next of kin. iii. The administrator gets authorisation to section the patient from the consultant (maybe two opinions?). iv. The administrator allocates the patient a ward. v. The administrator allocates the patient to the consultant. vi. The administrator informs GP, social worker, next of kin. 5. Postcondition: patient is added to the list of people detained under the act in the hospital. Use Cases to Drive Architecture We select an initial set of use cases to drive the architectural design. Initially we may choose a small number to get the basic functionality agreed. In the example we might choose: Register patient Extend detention Discharge patient As the basic use cases to drive early architectural design this omits many essential aspects e.g. access control, confidentiality, etc. Understand Drivers Revisit and refine the use cases. Revise the overall collection in the light of the better understood use cases. For example, in our case study, it may become obvious that we need the system to operate across a number of sites and to make data available in real time to the other sites. This will change the structure of the driver use case and may introduce new use cases to handle synchronisation issues. 5

6 Reconsider Use Cases and Risks Reconsider the use case set chosen as a driver possible modify the set in the light of the revised use cases and revise the iteration plan. Reassess risk in the light of better understanding - in our example, risks might change because: We understand the requirements on distributed data better. We know the system has some real time aspects and these may increase the likelihood of failure and may introduce new risks. Prototype UI Aims to support validation, we can show the user how the key use cases will be reflected in the system allows early feedback. In our case study: May choose a forms-based interface with one screen for each item in the flow of events. Mock up the screens in PowerPoint and use these to illustrate example scenarios for each use case. Building an Architectural Prototype Analysis and design: Identify classes, find subsystems, check use cases. Refine classes, identify architectural elements. Consider implementation mechanism for architectural classes, review how design meets key use cases. Consider distribution and concurrency in the design. Review the architecture. Architectural Prototype: Analysis and Design In the case study the main classes are the class model associated with the patient this includes the basic admin data plus any treatment associated classes. In addition, the collection of patient objects is of prime importance since that is the main repository of patient information. In refining the classes we would look at determining the implementation packages needed to implement the classes. In considering implementation we would explore the middleware and components we might want to use, e.g. the choice of database system and delivery middleware (maybe we want intranet delivery this implies using some web middleware product). Concurrency and distribution will play an important role if the system is distributed round many sites try to decide policies and access protocols maybe this comes for free with the implementation components. 6

7 Building an Architectural Prototype Implementation: Decide on the implementation strategy for the architectural classes. Implement the architecture classes and integrate. Integrate the implemented classes. Test: Plan integration and system tests. Assess the executable architecture. Project management: Assess the iteration prior to commencing the next elaboration. Case Study: Implementation and Test In the case study: Implementation could be a throw away prototype that does not implement any of the concurrency or distribution. It may have some aspects of the architecture. The UI may be more faithful to the design. Testing may be quite superficial. Summary Early elaboration phase iteration. Aimed at creating an initial version of the architecture. Identify the key use cases to drive the implementation. Elaborate the key use case to deepen understanding. Use these key use cases to drive the architectural design. Implementation issue are taken into account (the architecture has to be realisable 7

ENRS: an Object Oriented Approach. By Faris Kateb

ENRS: an Object Oriented Approach. By Faris Kateb ENRS: an Object Oriented Approach By Faris Kateb What is ENRS? ENRS( Electronic Nursing Record System) Computer-based documentation associated with nursing care It will be the cornerstone of a new way

More information

NHS Information Standards Board

NHS Information Standards Board DSC Notice: 29/2002 Date of Issue: September 2002 NHS Information Standards Board Subject: Data Standards: Mental Health Minimum Data Set Implementation Date: 1 st April 2003 DATA SET CHANGE CONTROL PROCEDURE

More information

Project Request and Approval Process

Project Request and Approval Process The University of the District of Columbia Information Technology Project Request and Approval Process Kia Xiong Information Technology Projects Manager 13 June 2017 Table of Contents Project Management

More information

Sharing of MOHH Approach to EA

Sharing of MOHH Approach to EA Health and Medical Practice Insurance Pte Ltd Sharing of MOHH Approach to EA Dang Minh Duc First Up, Organization Context - Singapore Confidential to MOH Holdings Pte Ltd. 2 The Healthcare Services Primary

More information

Clinical Risk Management: Agile Development Implementation Guidance

Clinical Risk Management: Agile Development Implementation Guidance Document filename: NPFIT-FNT-TO-TOCLNSA-1306.03 CRM Agile Development Implementation Guidance v1.1 Directorate / Programme Solution Design Standards and Assurance Project Clinical Risk Management Document

More information

Software Requirements Specification

Software Requirements Specification Software Requirements Specification Co-op Evaluation System Senior Project 2014-2015 Team Members: Tyler Geery Maddison Hickson Casey Klimkowsky Emma Nelson Faculty Coach: Samuel Malachowsky Project Sponsors:

More information

When and Where to Apply the Family of Architecture- Centric Methods

When and Where to Apply the Family of Architecture- Centric Methods When and Where to Apply the Family of - Centric Methods Mike Gagliardi Tim Morrow Bill Wood Software Engineering Institute Carnegie Mellon University Pittsburgh, PA 15213 Copyright 2015 Carnegie Mellon

More information

CSE255 Introduction to Databases - Fall 2007 Semester Project Overview and Phase I

CSE255 Introduction to Databases - Fall 2007 Semester Project Overview and Phase I SEMESTER PROJECT OVERVIEW In this term project, you are asked to design a small database system, create and populate this database by using MYSQL, and write a web-based application (with associated GUIs)

More information

Why Isn t Someone Coding Yet (WISCY)? Avoiding Ineffective Requirements

Why Isn t Someone Coding Yet (WISCY)? Avoiding Ineffective Requirements Why Isn t Someone Coding Yet (WISCY)? Avoiding Ineffective Charlene Gross, Sr Member Technical Staff Software Engineering Institute Presented at the SEPG, May 2004, in Orlando, Florida 2003 by Carnegie

More information

Outsourced Product Development

Outsourced Product Development Outsourced Product Development - An Overview Outsourced Product Development - An Overview 2 ABSTRACT: Outsourced Product Development (OPD) is a rapidly emerging niche as more product companies consider

More information

Section 132 of the Mental Health Act 1983 Procedure for Informing Detained Patients of their Legal Rights

Section 132 of the Mental Health Act 1983 Procedure for Informing Detained Patients of their Legal Rights Section 132 of the Mental Health Act 1983 Procedure for Informing Detained Patients of their Legal Rights DOCUMENT CONTROL: Version: 11 Ratified by: Mental Health Legislation Sub Committee Date ratified:

More information

At a very high level, the Additional Funds financial aid certification process consisted of the following manual business steps:

At a very high level, the Additional Funds financial aid certification process consisted of the following manual business steps: Client Success Story Sierra-Cedar Extends PeopleSoft with Financial Aid Solution at Apollo Group, Inc. Financial Aid Business Process Automation in Higher Education Vertical BACKGROUND Apollo Group, Inc.

More information

DOD INSTRUCTION DEPOT SOURCE OF REPAIR (DSOR) DETERMINATION PROCESS

DOD INSTRUCTION DEPOT SOURCE OF REPAIR (DSOR) DETERMINATION PROCESS DOD INSTRUCTION 4151.24 DEPOT SOURCE OF REPAIR (DSOR) DETERMINATION PROCESS Originating Component: Office of the Under Secretary of Defense for Acquisition, Technology, and Logistics Effective: October

More information

Project Management for Proposal Managers

Project Management for Proposal Managers Project Management for Proposal Managers Dick Eassom, BSc, AF.APMP CEO and Fellow, APMP VP, IT & Knowledge Management, SM&A 2007 8 SM&A. All Rights Reserved Overview It s not just about getting your proposal

More information

SOFTWARE REQUIREMENTS SPECIFICATION Hospital Management System

SOFTWARE REQUIREMENTS SPECIFICATION Hospital Management System Introduction: SOFTWARE REQUIREMENTS SPECIFICATION Hospital Management System This is a Software Requirements Specification (SRS) for the Hospital Management System. It describes the functions, goals and

More information

GRANTfinder Special Feature

GRANTfinder Special Feature GRANTfinder Special Feature Successfully Securing Grant Funding: A Beginner s Guide Article submitted by Robert Kelk, Information Researcher Introduction Even in times of economic austerity, funding bodies

More information

Requirements for the Mentcare system

Requirements for the Mentcare system Requirements for the Mentcare system 1 Requirements for the Mentcare system A system to support the clinical management of patients suffering from mental illness Requirements for the Mentcare system 2

More information

Introduction to GRIP Governance for Railway Investment Projects

Introduction to GRIP Governance for Railway Investment Projects Introduction to GRIP Governance for Railway Investment Projects Document Ref Status Document Owner Date Published GRIP/Intro DRAFT Mike Wright Introduction Network Rail operates in a complex environment

More information

REQUEST FOR EXPRESSIONS OF INTEREST AFRICAN DEVELOPMENT BANK. Avenue Joseph Anoma, 01 B.P. 1387, Abidjan, CÔTE d'ivoire

REQUEST FOR EXPRESSIONS OF INTEREST AFRICAN DEVELOPMENT BANK. Avenue Joseph Anoma, 01 B.P. 1387, Abidjan, CÔTE d'ivoire REQUEST FOR EXPRESSIONS OF INTEREST AFRICAN DEVELOPMENT BANK Avenue Joseph Anoma, 01 B.P. 1387, Abidjan, CÔTE d'ivoire Department of Gender, Women and Civil Society (AHGC) E-mail: b.jones@afdb.org; d.elhassan@afdb.org;

More information

Patient Unified Lookup System for Emergencies (PULSE) System Requirements

Patient Unified Lookup System for Emergencies (PULSE) System Requirements Patient Unified Lookup System for Emergencies (PULSE) System Requirements Submitted on: 14 July 2017 Version 1.2 Submitted to: Submitted by: California Emergency Medical Services Authority California Association

More information

Using the Systems Engineering Method to Design A System Engineering Major at the United States Air Force Academy

Using the Systems Engineering Method to Design A System Engineering Major at the United States Air Force Academy Using the Method to A System Major at the United States Air Force Academy 1387 J. E. Bartolomei, S. L. Turner, C. A. Fisher United States Air Force Academy USAF Academy CO 80840 (719) 333-2531 Abstract:

More information

Informing Patients of their Rights under Section 132

Informing Patients of their Rights under Section 132 Policy: I9 Informing Patients of their Rights under Section 132 Version: I9/05 Ratified by: Trust Management Team Date ratified: 12 June 2013 Title of Author: MHA Office / Health Records Manager Title

More information

EU registry on industrial sites

EU registry on industrial sites Daniel Martin-Montalvo I 14 November 2016 I Brussels EU registry on industrial sites Modified project approach and plan New arrangements EEA takes the lead on this activity Technical revision will come

More information

Component Description Unit Topics 1. Introduction to Healthcare and Public Health in the U.S. 2. The Culture of Healthcare

Component Description Unit Topics 1. Introduction to Healthcare and Public Health in the U.S. 2. The Culture of Healthcare Component Description (Each certification track is tailored for the exam and will only include certain components and units and you can find these on your suggested schedules) 1. Introduction to Healthcare

More information

SUPREME COURT OF NEW JERSEY. It is ORDERED that the attached amendments to Rules 4:74-7 and 4:74-

SUPREME COURT OF NEW JERSEY. It is ORDERED that the attached amendments to Rules 4:74-7 and 4:74- SUPREME COURT OF NEW JERSEY It is ORDERED that the attached amendments to Rules 4:74-7 and 4:74-7A of the Rules Governing the Courts of the State of New Jersey are adopted to be effective August 1, 2012.

More information

Admission to Hospital under Part II of the Mental Health Act 1983 and Mental Capacity Act 2005 Deprivation of Liberty Safeguards.

Admission to Hospital under Part II of the Mental Health Act 1983 and Mental Capacity Act 2005 Deprivation of Liberty Safeguards. Document level: Trustwide (TW) Code: MH3 Issue number: 6 Admission to Hospital under Part II of the Mental Health Act 1983 and Mental Capacity Act 2005 Deprivation of Liberty Safeguards. Lead executive

More information

WHAT YOU NEED TO KNOW ABOUT YOUR LEGAL RIGHTS UNDER THE MENTAL HEALTH ACT

WHAT YOU NEED TO KNOW ABOUT YOUR LEGAL RIGHTS UNDER THE MENTAL HEALTH ACT The Community Legal Assistance Society s Mental Health Law Program is a program of the Community Legal Assistance Society (CLAS) To contact the community Legal Assistance Society's Mental Health Law Program

More information

ERA Status Report: Design and Implementation Status of the NIH Commons

ERA Status Report: Design and Implementation Status of the NIH Commons ERA Status Report: Design and Implementation Status of the NIH Commons March 2000 Prepared by: Office of Policy for Extramural Research Administration Office of Extramural Research Office of the Director

More information

Supervised Community Treatment and Community Treatment Orders (S17(a)) Policy

Supervised Community Treatment and Community Treatment Orders (S17(a)) Policy Supervised Community Treatment and Community Treatment Orders (S17(a)) Policy SUPERVISED COMMUNITY TREATMENT AND COMMUNITY TREATMENT ORDERS (S17(A)) POLICY Document Type Policy Unique Identifier CL-010

More information

WJEC LEVEL 3 APPLIED CERTIFICATE AND DIPLOMA IN HEALTH AND SOCIAL CARE

WJEC LEVEL 3 APPLIED CERTIFICATE AND DIPLOMA IN HEALTH AND SOCIAL CARE Applied Certificate and Diploma in Health and Social Care Sample Internal Assessment 1 WJEC LEVEL 3 APPLIED CERTIFICATE AND DIPLOMA IN HEALTH AND SOCIAL CARE SAMPLE INTERNAL ASSESSMENT For first certification

More information

POLICY FOR THE IMPLEMENTATION OF SECTION 132 OF THE MENTAL HEALTH ACT (MHA) 1983 AS AMENDED BY THE MHA 2007:

POLICY FOR THE IMPLEMENTATION OF SECTION 132 OF THE MENTAL HEALTH ACT (MHA) 1983 AS AMENDED BY THE MHA 2007: POLICY FOR THE IMPLEMENTATION OF SECTION 132 OF THE MENTAL HEALTH ACT (MHA) 1983 AS AMENDED BY THE MHA 2007: PROVISION OF INFORMATION TO DETAINED PATIENTS Document Author Written By: Lead for Mental Health

More information

CanSat Competition PDR and CDR Guide

CanSat Competition PDR and CDR Guide CanSat Competition PDR and CDR Guide 2007 This years competition will do away with the design document. Instead, each team will hold a PDR and CDR with members of the competition committee attending in

More information

MENTAL HEALTH (SCOTLAND) BILL

MENTAL HEALTH (SCOTLAND) BILL MENTAL HEALTH (SCOTLAND) BILL POLICY MEMORANDUM INTRODUCTION 1. This document relates to the Mental Health (Scotland) Bill introduced in the Scottish Parliament on 16 September 2002. It has been prepared

More information

Policy: L5. Patients Leave Policy (non Broadmoor) Version: L5/01. Date ratified: 8 th August 2012 Title of originator/author:

Policy: L5. Patients Leave Policy (non Broadmoor) Version: L5/01. Date ratified: 8 th August 2012 Title of originator/author: Policy: L5 Patients Leave Policy (non Broadmoor) Version: L5/01 Ratified by: Policy Review Group Date ratified: 8 th August 2012 Title of originator/author: Consultation Psychiatrist Title of responsible

More information

Capability Integration

Capability Integration SoS/Interoperability IPT Integrating Lockheed Martin Strengths Realizing Military Value Integration Framework for Developing C4ISTAR Solutions Dr David Sundstrom Director, Network Centric 21 September

More information

Community Health Partnerships (CHPs) Scheme of Establishment for Glasgow City Community Health and Social Care Partnerships

Community Health Partnerships (CHPs) Scheme of Establishment for Glasgow City Community Health and Social Care Partnerships EMBARGOED UNTIL MEETING Greater Glasgow NHS Board Board Meeting Tuesday 19 th April 2005 Board Paper No. 2005/33 Director of Planning and Community Care Community Health Partnerships (CHPs) Scheme of Establishment

More information

Information on Mental Health Law in Tennesseee. taken from TCA Annotated. There may be other legislation on the subject worth reviewing.

Information on Mental Health Law in Tennesseee. taken from TCA Annotated. There may be other legislation on the subject worth reviewing. Information on Mental Health Law in Tennesseee NOTE: This information was taken from TCA Annotated. There may be other legislation on the subject worth reviewing. Tennessee laws apply to someone who needs

More information

Mental Health Act 2007: Workshop. Approved Clinicians and Responsible Clinicians. Participant Pack

Mental Health Act 2007: Workshop. Approved Clinicians and Responsible Clinicians. Participant Pack Mental Health Act 2007: Workshop Approved Clinicians and Responsible Clinicians Participant Pack Table of Contents Introduction...1 Professional roles...2 Overview...2 Responsible clinician...2 Approved

More information

GOOD PRACTICE GUIDE. The Adults with Incapacity Act in general hospitals and care homes

GOOD PRACTICE GUIDE. The Adults with Incapacity Act in general hospitals and care homes GOOD PRACTICE GUIDE The Adults with Incapacity Act in general hospitals and care homes Reviewed March 2017 This document was reviewed in Spring 2017 in light of changes to the Mental Health Act. It was

More information

The Concept of C2 Communication and Information Support

The Concept of C2 Communication and Information Support The Concept of C2 Communication and Information Support LTC. Ludek LUKAS Military Academy/K-302 Kounicova str.65, 612 00 Brno, Czech Republic tel.: +420 973 444834 fax:+420 973 444832 e-mail: ludek.lukas@vabo.cz

More information

Matching System for Creative Projects and Freelance Workers: PaylancerHK

Matching System for Creative Projects and Freelance Workers: PaylancerHK Department of Computer Science The University of Hong Kong Final Year Project (2015/16) Matching System for Creative Projects and Freelance Workers: PaylancerHK Interim Report 24 th January, 2016 Group

More information

FREE Know your rights

FREE Know your rights FREE A guide to the easy read fact sheets for the Mental Health Act This newspaper is for patients, friends and families who want to know more about the Mental Health Act and their rights. In the newspaper

More information

INVERCLYDE COMMUNITY HEALTH AND CARE PARTNERSHIP - DRAFT SCHEME OF ESTABLISHMENT

INVERCLYDE COMMUNITY HEALTH AND CARE PARTNERSHIP - DRAFT SCHEME OF ESTABLISHMENT EMBARGOED UNTIL DATE OF MEETING Greater Glasgow and Clyde NHS Board Board Meeting Tuesday 17 th August 2010 Board Paper No. 2010/34 Director of Corporate Planning and Policy/Lead NHS Director Glasgow City

More information

Section 117 Policy The Mental Health Act 1983

Section 117 Policy The Mental Health Act 1983 Section 117 Policy The Mental Health Act 1983 [as amended by the Mental Health Act 2007] DOCUMENT CONTROL: Version: 1 Ratified by: Mental Health Legislation Committee Date ratified: 2 November 2016 Name

More information

Technical Charter (the Charter ) for. ONAP Project a Series of LF Projects, LLC

Technical Charter (the Charter ) for. ONAP Project a Series of LF Projects, LLC Technical Charter (the Charter ) for ONAP Project a Series of LF Projects, LLC This charter (the Charter ) sets forth the responsibilities and procedures for technical contribution to, and oversight of,

More information

Trigger / Timing / Frequency: When a new award is received by the University and OSP determines that the award can be accepted.

Trigger / Timing / Frequency: When a new award is received by the University and OSP determines that the award can be accepted. Kuali Research User Guide: Create a New Parent Award Version October 06 Purpose: To create a new parent award record in the system. Trigger / Timing / Frequency: When a new award is received by the University

More information

VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM

VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM AirWatch v9.3 Have documentation feedback? Submit a Documentation

More information

Unless this copy has been taken directly from the Trust intranet site (Pandora) there is no assurance that this is the most up to date version

Unless this copy has been taken directly from the Trust intranet site (Pandora) there is no assurance that this is the most up to date version Policy No: MH27 Version: 2.0 Name of Policy: Care Programme Approach & Care Co-ordination Effective From: 25/08/2015 Date Ratified 24/07/2015 Ratified Mental Health Committee Review Date 01/07/2017 Sponsor

More information

Request for Proposal NYISO SGIG DBA RFP #: 12-7 NYISO DOE Smart Grid Investment Grant - Database Administrator Issued: February 2, 2012

Request for Proposal NYISO SGIG DBA RFP #: 12-7 NYISO DOE Smart Grid Investment Grant - Database Administrator Issued: February 2, 2012 10 Krey Boulevard Rensselaer, NY 12144 Request for Proposal NYISO SGIG DBA RFP #: 12-7 NYISO DOE Smart Grid Investment Grant - Database Administrator Issued: February 2, 2012 I. INTRODUCTION A. Overview

More information

Project Initiation Document

Project Initiation Document Project Initiation Document Pilot name: Web Services Project Municipality: The City of Edinburgh Council Work-package: 3 and 5 Date: 15 December 2009 Edinburgh Napier University October 2009 Contents 1.

More information

INTRODUCTION SOLUTION IMPLEMENTATION BENEFITS SUCCESS FACTORS LESSONS LEARNED. First phase of NEHR launched, with 15 care organisations

INTRODUCTION SOLUTION IMPLEMENTATION BENEFITS SUCCESS FACTORS LESSONS LEARNED. First phase of NEHR launched, with 15 care organisations NATIONAL ELECTRONIC HEALTH RECORD SINGAPORE INTRODUCTION Singapore s Ministry of Health Holdings (MOHH) initiated the National Electronic Health Record (NEHR) program to improve healthcare quality and

More information

Core competencies for the care of acutely ill and injured children and young people. May 2006

Core competencies for the care of acutely ill and injured children and young people. May 2006 Core competencies for the care of acutely ill and injured children and young people May 2006 Contents Introduction 3 How the competencies can be used 6 Core competencies : Assessment domain 7 Core competencies

More information

Mission Threads: Bridging Mission and Systems Engineering

Mission Threads: Bridging Mission and Systems Engineering Mission Threads: Bridging Mission and Systems Engineering Dr. Greg Butler Engility Corp Dr. Carol Woody Software Engineering Institute SoSECIE Webinar June 20, 2017 Any opinions, findings and conclusions,

More information

Northern Ireland Social Care Council. NISCC (Registration) Rules 2017

Northern Ireland Social Care Council. NISCC (Registration) Rules 2017 Northern Ireland Social Care Council NISCC (Registration) Rules 2017 April 2017 Produced by: Northern Ireland Social Care Council 7 th Floor, Millennium House 19-25 Great Victoria Street Belfast BT2 7AQ

More information

CHAIRMAN OF THE JOINT CHIEFS OF STAFF INSTRUCTION

CHAIRMAN OF THE JOINT CHIEFS OF STAFF INSTRUCTION CHAIRMAN OF THE JOINT CHIEFS OF STAFF INSTRUCTION J-8 CJCSI 8510.01C DISTRIBUTION: A, B, C, S MANAGEMENT OF MODELING AND SIMULATION References: See Enclosure C. 1. Purpose. This instruction: a. Implements

More information

VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM

VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM AirWatch v9.2 Have documentation feedback? Submit a Documentation

More information

Quick Guide to A3 Problem Solving

Quick Guide to A3 Problem Solving Quick Guide to A3 Problem Solving What is it? Toyota Motor Corporation is famed for its ability to relentlessly improve operational performance. Central to this ability is the training of engineers, supervisors

More information

V. RESPONSIBILITIES OF CSB:

V. RESPONSIBILITIES OF CSB: MEMORANDUM OF UNDERSTANDING BETWEEN THE FAIRFAX COUNTY BOARD OF SUPERVISORS, THE FAIRFAX-FALLS CHURCH COMMUNITY SERVICES BOARD, AND THE TOWN COUNCIL FOR THE TOWN OF HERNDON I. PARTIES: This Memorandum

More information

NUMBER Department of Defense INSTRUCTION ASD(C3I)

NUMBER Department of Defense INSTRUCTION ASD(C3I) Department of Defense INSTRUCTION NUMBER 8120.2 ASD(C3I) SUBJECT: Automated Information System (AIS) Life-Cycle Management (LCM) Process, Review and Milestone Approval Procedures References: A. PURPOSE

More information

REQUEST FOR STATEMENTS OF QUALIFICATIONS FOR ARCHITECTURAL PROGRAMMING SERVICES

REQUEST FOR STATEMENTS OF QUALIFICATIONS FOR ARCHITECTURAL PROGRAMMING SERVICES REQUEST FOR STATEMENTS OF QUALIFICATIONS FOR ARCHITECTURAL PROGRAMMING SERVICES FOR PROJECT NO. M050465 CALIFORNIA TOWER (INPATIENT HOSPITAL REPLACEMENT TOWER) July 12, 2018 UNIVERSITY OF CALIFORNIA, DAVIS

More information

Report No. D July 30, Data Migration Strategy and Information Assurance for the Business Enterprise Information Services

Report No. D July 30, Data Migration Strategy and Information Assurance for the Business Enterprise Information Services Report No. D-2009-097 July 30, 2009 Data Migration Strategy and Information Assurance for the Business Enterprise Information Services Report Documentation Page Form Approved OMB No. 0704-0188 Public reporting

More information

Page 1 of 5 ADMINISTRATIVE POLICY AND PROCEDURE

Page 1 of 5 ADMINISTRATIVE POLICY AND PROCEDURE Page 1 of 5 SECTION: Recipient Rights SUBJECT: Services Suited to Condition DATE OF ORIGIN: 4/30/97 REVIEW DATES: 6/28/98, 7/1/01, 2/1/04, 3/1/05, 10/1/05, 6/1/08, 7/15/13, 10/4/14, 6/15/15, 5/27/16, 4/25/17

More information

Certification of Employee Time and Effort

Certification of Employee Time and Effort Procedure: Policy: Number: Completing a Personnel Activity Report (PAR) Certification of Employee Time and Effort GP1200.3 ( ) Complete Revision Supersedes: Page: ( ) Partial Revision Page 1 of 21 ( X

More information

Proposal for a CG Educational Content Online Submission and Reviewing System

Proposal for a CG Educational Content Online Submission and Reviewing System Proposal for a CG Educational Content Online Submission and Reviewing System Sónia A. Assunção LEIC, IST saa@virtual.inesc.pt Frederico C. Figueiredo LEIC, IST fepf@virtual.inesc.pt Joaquim A. Jorge INESC/DEI/IST

More information

icardea Project: Personalized Adaptive Care Planner

icardea Project: Personalized Adaptive Care Planner icardea Project: Personalized Adaptive Care Planner Software Detailed Design Document Version 1.0.0 ANTIQUE COWS Cihan Çimen 1560689 Elif Eryılmaz 1560200 Emine Karaduman 1560317 Ozan Çağrı Tonkal 1560598

More information

CWE TM COMPATIBILITY ENFORCEMENT

CWE TM COMPATIBILITY ENFORCEMENT CWE TM COMPATIBILITY ENFORCEMENT AUTOMATED SOURCE CODE ANALYSIS TO ENFORCE CWE COMPATIBILITY STREAMLINE CWE COMPATIBILITY ENFORCEMENT The Common Weakness Enumeration (CWE) compatibility enforcement module

More information

NSERC Management Response: Evaluation of NSERC s Discovery Program

NSERC Management Response: Evaluation of NSERC s Discovery Program NSERC Response: Evaluation of NSERC s Discovery Program Discovery Grants are NSERC s leading source of funding for thousands of researchers each year. These grants account for more than one-third of NSERC

More information

Author: Kelvin Grabham, Associate Director of Performance & Information

Author: Kelvin Grabham, Associate Director of Performance & Information Trust Policy Title: Access Policy Author: Kelvin Grabham, Associate Director of Performance & Information Document Lead: Kelvin Grabham, Associate Director of Performance & Information Accepted by: RTT

More information

Guide to Advance Statement

Guide to Advance Statement Guide to Advance Statement Contents 1. Advance Statement. 2. What is treatment 3. Benefits of an Advance Statement.. 4. Making an Advance Statement.. 5. Content of an Advance Statement.. 6. Tips and Ideas.

More information

UNIVERSITY OF TEXAS MD ANDERSON CANCER CENTER ODYSSEY FELLOWSHIP PROGRAM AND OUTSTANDING RESEARCH PUBLICATION AWARDS GUIDELINES

UNIVERSITY OF TEXAS MD ANDERSON CANCER CENTER ODYSSEY FELLOWSHIP PROGRAM AND OUTSTANDING RESEARCH PUBLICATION AWARDS GUIDELINES UNIVERSITY OF TEXAS MD ANDERSON CANCER CENTER ODYSSEY FELLOWSHIP PROGRAM AND OUTSTANDING RESEARCH PUBLICATION AWARDS GUIDELINES I. MISSION STATEMENT The mission of the Odyssey Program is to support the

More information

Nicolas H. Malloy Systems Engineer

Nicolas H. Malloy Systems Engineer Integrating STAMP-Based Hazard Analysis with MIL-STD-882E Functional Hazard Analysis A Consistent and Coordinated Process Approach to MIL- STD-882E Functional Hazard Analysis Nicolas H. Malloy Systems

More information

Department of Defense DIRECTIVE

Department of Defense DIRECTIVE Department of Defense DIRECTIVE NUMBER 5000.59 January 4, 1994 Certified Current as of December 1, 2003 SUBJECT: DoD Modeling and Simulation (M&S) Management Incorporating Change 1, January 20, 1998 USD(A&T)

More information

Level 2 and 3 Certificate in Preparing to Work in Adult Social Care ( /03)

Level 2 and 3 Certificate in Preparing to Work in Adult Social Care ( /03) Level 2 and 3 Certificate in Preparing to Work in Adult Social Care (4229-02/03) Qualification handbook for centres www.cityandguilds.com July 2011 Version 2.3 (May 2013) 600/0077/6 Level 2 600/0108/2

More information

Section 136: Place of Safety. Hallam Street Hospital Protocol

Section 136: Place of Safety. Hallam Street Hospital Protocol MENTAL HEALTH DIVISION Section 136: Place of Safety Hallam Street Hospital Protocol 1. Introduction 2. Purpose 3. Section 136: Place of safety 4. Exclusion Criteria 5. Reception at Place of Safety 6. Initial

More information

University of Maine System Grant Management Business Analyst Services - RFP# ADDENDUM #01

University of Maine System Grant Management Business Analyst Services - RFP# ADDENDUM #01 CLARIFICATIONS 1. Section 1..3.1 Timeline of Key Events Deadline for Proposal Submission is extended to November 17, 2017. Reference Section Section 1.2.2 Section 1.2.2 Section 1.2.2 Section 1.3.8 Section

More information

Department of Defense DIRECTIVE

Department of Defense DIRECTIVE Department of Defense DIRECTIVE NUMBER 3405.1 April 2, 1987 ASD(C) SUBJECT: Computer Programming Language Policy References: (a) DoD Instruction 5000.31, "Interim List of DoD Approved Higher Order Programming

More information

Streamlining care processes with a data-driven approach

Streamlining care processes with a data-driven approach Streamlining care processes with a data-driven approach With Innovaccer s efficient and end-to-end care management solution Case Study Leading Iowa-based Mercy ACO deployed InCare to enable every member

More information

COMPLIANCE WITH THIS PUBLICATION IS MANDATORY

COMPLIANCE WITH THIS PUBLICATION IS MANDATORY BY ORDER OF THE COMMANDER AIR FORCE WEATHER AGENCY AIR FORCE WEATHER AGENCY INSTRUCTION 63-1 7 MAY 2010 Acquisition CONFIGURATION CONTROL COMPLIANCE WITH THIS PUBLICATION IS MANDATORY ACCESSIBILITY: Publications

More information

Colorado CCAR ICD-10 Update Release Notes

Colorado CCAR ICD-10 Update Release Notes Colorado CCAR ICD-10 Update Release Notes 9/30/2015 Proprietary Information: For Use and Our Customers Only Table of Contents Feature Specifications... 3 When does this change take place? Is it critical?...

More information

Deprivation of Liberty Safeguards A guide for primary care trusts and local authorities

Deprivation of Liberty Safeguards A guide for primary care trusts and local authorities OPG607 Deprivation of Liberty Safeguards A guide for primary care trusts and local authorities Mental Capacity Act 2005 DH INFORMATION READER BOX Policy HR/Workforce Management Planning/Performance Clinical

More information

Islanders' Guide to the Mental Health Act

Islanders' Guide to the Mental Health Act Community Legal Information Association of Prince Edward Island, Inc. Islanders' Guide to the Mental Health Act Prince Edward Island's Mental Health Act defines mental disorder as "a substantial disorder

More information

Request for Qualifications: Information Technology Services

Request for Qualifications: Information Technology Services CITY OF PARKVILLE 8880 Clark Avenue Parkville, MO 64152 (816) 741-7676 FAX (816) 741-0013 Request for Qualifications: Information Technology Services The City of Parkville, Missouri ( City ) is pleased

More information

NORTH CENTRAL TEXAS COUNCIL OF GOVERNMENTS METROPOLITAN PLANNING ORGANIZATION REQUEST FOR PROPOSALS

NORTH CENTRAL TEXAS COUNCIL OF GOVERNMENTS METROPOLITAN PLANNING ORGANIZATION REQUEST FOR PROPOSALS NORTH CENTRAL TEXAS COUNCIL OF GOVERNMENTS METROPOLITAN PLANNING ORGANIZATION REQUEST FOR PROPOSALS CITY OF CEDAR HILL CITY CENTER TRANSIT-ORIENTED DEVELOPMENT PLAN August 19, 2011 REQUEST FOR PROPOSALS

More information

NHS Summary Care Record. Guide for GP Practice Staff

NHS Summary Care Record. Guide for GP Practice Staff NHS Summary Care Record Guide for GP Practice Staff NHS Summary Care Record Guide for GP Practice Staff v1.2 October 2012 Table of Contents 1 Introduction to this guide...3 2 Overview of the Summary Care

More information

Learning Legacy Document STRATEGIC PROJECTS. Innovation Management Procedure. Document Number: CRL1-XRL-Z-GPD-CR

Learning Legacy Document STRATEGIC PROJECTS. Innovation Management Procedure. Document Number: CRL1-XRL-Z-GPD-CR Current Document History: Revision: Effective Date: STRATEGIC PROJECTS Innovation Management Procedure Document Number: CRL1-XRL-Z-GPD-CR001-50023 Author(s) Reviewed by: Approved by: Reason for Issue:

More information

Introduction to Grants Management at the King Baudouin Foundation: Implementing an Integrated Multilingual System

Introduction to Grants Management at the King Baudouin Foundation: Implementing an Integrated Multilingual System Introduction to Grants Management at the King Baudouin Foundation: Implementing an Integrated Multilingual System European Foundation Centre Annual Conference 25 May 2006 Brussels, Belgium Guido Knops

More information

Request for Proposal. WEBSITE DESIGN and CONTENT MANAGEMENT SERVICES

Request for Proposal. WEBSITE DESIGN and CONTENT MANAGEMENT SERVICES VERNAL CITY, UTAH Request for Proposal for WEBSITE DESIGN and CONTENT MANAGEMENT SERVICES May 2018 Section A General Information Vernal City, Utah (City) is requesting proposals for Website Design and

More information

LOS ANGELES COUNTY SHERIFF S DEPARTMENT REQUEST FOR INFORMATION RFI NUMBER 652 SH ONLINE TRAFFIC REPORTS (OLTR)

LOS ANGELES COUNTY SHERIFF S DEPARTMENT REQUEST FOR INFORMATION RFI NUMBER 652 SH ONLINE TRAFFIC REPORTS (OLTR) LOS ANGELES COUNTY SHERIFF S DEPARTMENT REQUEST FOR INFORMATION RFI NUMBER 652 SH ONLINE TRAFFIC REPORTS (OLTR) May 2018 Prepared By These guidelines are intended to provide general information only and

More information

Policies, Procedures, Guidelines and Protocols

Policies, Procedures, Guidelines and Protocols Policies, Procedures, Guidelines and Protocols Document Details Title Advanced Decision to Refuse Treatment Policy and Procedure (previously known as Living Wills) Trust Ref No 443-24903 Local Ref (optional)

More information

1. Lead Times. 2. Duration and Effective Date

1. Lead Times. 2. Duration and Effective Date 1. Lead Times From receipt of a new signed service agreement, the times taken to implement the Hosting Services will be 2 weeks. 2. Duration and Effective Date 2.1 The Effective Date of this Schedule is

More information

We are the regulator: Our job is to check whether hospitals, care homes and care services are meeting essential standards.

We are the regulator: Our job is to check whether hospitals, care homes and care services are meeting essential standards. Inspection Report We are the regulator: Our job is to check whether hospitals, care homes and care services are meeting essential standards. The St Aubyn Centre The St Aubyn Centre, Severalls Hospital,

More information

METHODOLOGY - Scope of Work

METHODOLOGY - Scope of Work The scope of work for the Truckee West River Site Redevelopment Feasibility Study will be undertaken through a series of sequential steps or tasks and will comprise four major tasks as follows. TASK 1:

More information

This factsheet covers:

This factsheet covers: Mental Health Act This factsheet is about detention under the Mental Health Act 1983. This is sometimes called sectioning. We explain why you may be detained, and what rights you have. If you care for

More information

SBTDC Interview with NASA

SBTDC Interview with NASA SBTDC Interview with NASA Ujvari: What is the agency s overall mission? NASA: The NASA Mission is To understand and protect our home planet, To explore the universe and search for life, To inspire the

More information

GEORGIA DEPARTMENT OF CORRECTIONS Standard Operating Procedures (210.03) Authority: Effective Date: Page 1 of Bryson/Ward 07/15/15 5

GEORGIA DEPARTMENT OF CORRECTIONS Standard Operating Procedures (210.03) Authority: Effective Date: Page 1 of Bryson/Ward 07/15/15 5 GEORGIA DEPARTMENT OF CORRECTIONS Standard Operating Procedures Functional Area: Subject: Probation Boot Camp Screening/Sentencing and Assignment Revises Previous Authority: Page 1 of Bryson/Ward 07/1/1

More information

CHILD AND FAMILY DEVELOPMENT SERVICE STANDARDS. Caregiver Support Service Standards

CHILD AND FAMILY DEVELOPMENT SERVICE STANDARDS. Caregiver Support Service Standards CHILD AND FAMILY DEVELOPMENT SERVICE STANDARDS Caregiver Support Service Standards Effective Date: December 4, 2006 CONTENTS INTRODUCTION 1 GLOSSARY 5 Standard 1: Recruitment and Retention 10 Standard

More information

Practice Manual 2009 A S TAT E W I D E P R I M A R Y C A R E P A R T N E R S H I P S I N I T I AT I V E. Service coordination publications

Practice Manual 2009 A S TAT E W I D E P R I M A R Y C A R E P A R T N E R S H I P S I N I T I AT I V E. Service coordination publications Victorian Service Coordination Practice Manual 2009 A S TAT E W I D E P R I M A R Y C A R E P A R T N E R S H I P S I N I T I AT I V E Service coordination publications 1. Victorian Service Coordination

More information

A Tivoli Field Guide Maximo for the Nuclear Power Industry Duty Stations (Nuc) Release 7.51

A Tivoli Field Guide Maximo for the Nuclear Power Industry Duty Stations (Nuc) Release 7.51 A Tivoli Field Guide Maximo for the Nuclear Power Industry Duty Stations (Nuc) Release 7.51 By Jean Bellefeuille Version 1.0 Copyright Notice Copyright IBM Corporation 2009. All rights reserved. May only

More information

Mental Health Act Policy. Board library reference Document author Assured by Review cycle. Introduction Purpose or aim Scope...

Mental Health Act Policy. Board library reference Document author Assured by Review cycle. Introduction Purpose or aim Scope... Mental Health Act Policy Board library reference Document author Assured by Review cycle P041 Associate Director of Governance, Quality and Regulatory Compliance Quality and Standards Committee 1 Year

More information

Applying for a Ménière s Society Research Grant

Applying for a Ménière s Society Research Grant Applying for a Ménière s Society Research Grant Ménière s Society helping people with dizziness and balance disorders Contents Information for Applicants Types of Grants Research Policy Terms & Conditions

More information