Clinical Genetic Management and Information System

Size: px
Start display at page:

Download "Clinical Genetic Management and Information System"

Transcription

1 Clinical Genetic Management and Information System for supply to the Health Trusts in Helse Vest Case No. 2012/068 Part 2 K Appendix 1, Attachment 2: Integration Requirements

2 Content 1 INTRODUCTION OBJECTIVES SYSTEM SKETCH OF INTEGRATIONS OVERALL CONSTRAINTS AND GUIDELINES FOR INTEGRATION ARCHITECTURE INTEGRATION STRATEGY ARCHITECTURE PRINCIPLES USE CASES RETRIEVING PATIENT DEMOGRAPHICS FROM THE PATIENT REGISTRY AND PERSON REGISTRY GETTING INFORMATION ABOUT FAMILY RELATIONS STARTING THE SYSTEM WITH START-UP PARAMETERS UPDATE PATIENT ID UPDATE PATIENT DEMOGRAPHICS RETRIEVE LABORATORY RESULTS EXPORT OF DATA FOR REPORTING EXPORT OF DATA TO RESEARCH AND QUALITY REGISTERS GENERAL TECHNICAL REQUIREMENTS SECURITY REQUIREMENTS REQUIREMENTS FOR MONITORING AND LOGGING Page 2 of 13

3 1 Introduction This document is a detailed description of the integration requirements for the procurement of a Clinical Genetic Management and Information System, hereinafter referred to as "the solution", for Helse Bergen. It is desirable that the solution should be integrated with core services offered and used in Helse Vest, i.e. services, registers and functionality that are outside of the solution 1.1 Objectives The objectives of the technical descriptions that are set up in this document are: - To ensure that the functional requirements are supported by relevant technical integration descriptions / requirements - Ensuring that the solution is seen in the context of the existing infrastructure in the health region - To get the best possible overall picture of the technical aspect of a system delivery 1.2 System sketch of integrations The figure below provides an overview of the most relevant systems and equipment that are involved in clinical genetics activities, but the specific integration needs of the solution are described specifically in chapter 3 in this document. Figure 1 Solution for a Clinical Genetic Information System an integration sketch Page 3 of 13

4 2 Overall constraints and guidelines for integration architecture 2.1 Integration strategy Helse Vest has a regional integration strategy that is to be followed when implementing new integrations. The strategy is quality assured by Nasjonal ICT, and principles, requirements and recommendations are according to their report: Service oriented architecture for the specialist health care services. Some key elements from the integration strategy are summarized below: For message based services (asynchronous), the communication should go through Helse Vest s middle ware, Microsoft BizTalk Server. In accordance with Nasjonal ICT s architecture, the messages should be in the standard formats of KITH or HL7. For synchronous communication, a set of web services should be used. In accordance with Nasjonal ICT s architecture, these services will adhere to the ISO standard HL7 v3. Replication of data should only take place if business needs dictate that this is the only solution. In other cases, integrations/look-ups to source systems should provide data when the system itself is not master of the data elements. The solution should be implemented in accordance with Helse Vest s integration strategy and principles. Any deviations from this should be documented in the Solution Specification. 2.2 Architecture principles Helse Vest has defined a set of architecture principles that apply to all enterprises within the secondary health care in the region. These principles define stable, overarching rules and guidelines for management and further development of the architecture, and shall ensure that the architecture supports the business goals and purpose. In addition to the regional principles one has also chosen to fulfil the national architecture principles developed by DIFI (The Agency for Public Management and egovernment) and the Nasjonal ICT. Two important national architecture principles one has chosen to fulfil, are the service orientation and interoperability principles. The principle of interoperability is realized by connecting systems technically together using the Web services standard, and through information exchange using a common reference standard; HL7 version 3. Use of the reference standard HL7 v3 ensures a common understanding of the meaning content of the information exchanged between systems. The National ICT has in collaboration with the regional health care enterprises prepared implementation profiles for the use of HL7 v3 - in this context the profiles for patient demographic- and logistical services are relevant. Page 4 of 13

5 3 Use cases For some of the use cases, descriptive process diagrams have been added to illustrate how the solution should interact with core services. A subset of the standard BPMN notation has been used in the diagrams. 3.1 Retrieving patient demographics from the patient registry and person registry The web service AddGetDemographics must be used for retrieving name and address from DIPS PAS based on an F- or D-number. This service is an aggregated web service developed by Helse Vest IKT hosted on MS Biztalk server. It leverages HL7 standard service portfolio and the person registry (National Population Register). The solution does not have to consume underlying HL7 services. AddGetDemographics has an identical interface to the HL7 v3 service PatientRegistry.GetDemographics. AddGetDemographics will, when called, make an attempt to retrieve patient demographics by calling the service PatientRegistry.GetDemographics. If the patient does not exist person demography will be retrieved from the person registry by using the service PersonRegistry.GetDemographics. The person will then be added to the DIPS PAS registry by using the service PatientRegistry.Add. Patient demography will be returned to the calling client. The request and response interactions are identical with the interactions PRPA_IN201307UV and PRPA_IN201308UV02 that are used by the HL7 v3 service PatientRegistry.GetDemographics, they only differ by names. Request Response PRPA_IN201307UV02_HV PRPA_IN201308UV02_HV Page 5 of 13

6 Person registry Clinical Genetic Management and Information System Figure 2 AddGetDemographics Requirements for security: The use of the web service should satisfy security requirements as specified in 4.1. Page 6 of 13

7 Genetic information system 3.2 Getting information about family relations The solution must be able to call the web service familiefolkeregister to bring out the family relationships of a given person. Parameters to the web service are the person identity, and user code to the current user that calls the service. The return of the service provides a list of individuals with demographic information with the following possible relationship value to the given person: Mother, Father, Spouse, Separated, Partner, Son, Daughter, Sister, Brother, Sister, Half-Brother and 'Same Adresse'. 3.3 Starting The System with start-up parameters The active patient is transferred automatically from the patient registry (DIPS PAS) to the solution by starting the solution with (among other things) the patient Id as start-up parameter. The patient should be created in internal registry if it does not exist already, and a screen with the selected patient should be displayed in the solution Workflow Core services Cell therapy system User Select patient from DIPS appoinment diary Start professional system with selected patient Checks if patient is in internal register DIPS Tools Integration starts professional system with selected patient id No Get demographic data HL7 PatientRegistry. GetDemographics Yes Create patient in internal register Start registration Prepare for registration Figure 3 Receive a patient id and optionally create a patient Technical requirements It should be able to start The System using DIPS Tools Integration with context synchronization. There are two ways to start another application from DIPS EPR / PAS: 1. Starting the application by specifying the command line (CMD) with parameters 2. Registering a COM component that is loaded and called each time the user selects a specific menu item. a. Calls to a COM component that implements the interface IDIPSToolsIntegration b. IDIPSToolsIntegration has one method: execute (IStrings) Page 7 of 13

8 c. 3rd parties can integrate without being dependent on changes in DIPS client d. Can transfer a variety of parameters, e.g. patient Id and / or name. Note: It is not possible to send the password as a parameter. Username is however possible to submit, e.g. active user in DIPS. Upon receipt of a patient ID the System shall search for the patient in the internal register. If the patient does not exist it must be retrieved from the core patient registry (DIPS PAS) using the HL7 service PatientRegistry.GetDemographics, before it is created in the internal register. Request: PRPA_IN201307NO Response: PRPA_IN201308NO Context synchronization Context synchronization with DIPS requires the use of DIPS Context Manager (CM). Other client applications can subscribe to events from the DIPS CM application, such as the user switches to a different patient. DIPS CM is based on the CCOW standard (Clinical Context Object Workgroup from HL7), a framework for adapting to contexts from other products, and that can be used to integrate DIPS with context management products from other vendors. 3.4 Update patient Id The System should merge patient records if these refer to the same physical person. Example: a patient record with an H-number as identifier (H-numbers (help numbers) are used for new born children and persons with unknown identity) is updated to use the proper F/D number-identifier (social security number for Norwegian citizens/norwegian social security number for foreign citizens, respectively). DIPS will send a notification message to The System when the merge of patient records occur in DIPS. The action taken by The System upon reception of the notification message depends on the information already recorded on the patient in The System: Both old and new ID is known the patient records are merged, identified by the new ID. Only old ID is known ID should be updated Only new ID is known no update required Neither old nor new ID is known no update required Technical Requirements The System must be able to receive the message PatientRegistry.DuplicatesResolved. The message contains information on merged patient ids, and is distributed to subscribing systems. The System should update Page 8 of 13

9 patient demographics in the local database if the patient already exists. For unknown patients, the message should be discarded. The System must be able to send an acknowledgement that the original message was received. It should be configurable whether or not The System should send such acknowledgements. Message: PRPA_IN201304NO Acknowledgement: MCCI_IN000002UV01 DIPS MessageBroker DIPS BizTalk PatientRegistry.DuplicatesResolved PRPA_IN201304NO Receipt ack MCCI_IN000002UV01 Sammenslått pasient KITH XML AppRec KITH XML Clinical Cell therapy Genetic system Management and Information System 3.5 Update patient demographics Figure 4 Duplicates Resolved The System must update local patient demographics for patients that have an updated demographics record in DIPS. Page 9 of 13

10 This is particularly relevant for cases where the patient status is updated to dead in DIPS but it is also relevant for other changes in patient demographics Technical requirements The System must be able to receive the message PatientRegistry.RecordRevised. This message contains updated patient demographic data. The System should update patient demographics in the local database if the patient already exists. For unknown patients, the message should be discarded. In any case, The System must be able to send an acknowledgement that the original message was received. It should be configurable whether or not The System should send such acknowledgements. Both the original message and the acknowledgement are HL7v3 messages described in the implementation guide. Message: PRPA_IN201302NO Acknowledgement: MCCI_IN000002UV01 DIPS MessageBroker DIPS BizTalk PatientRegistry.RecordRevised PRPA_IN201302NO Receipt ack MCCI_IN000002UV01 Oppdatert pasient KITH XML AppRec KITH XML Clinical Cell therapy Genetic system Management and Information System Figure 5 Record Revised Page 10 of 13

11 3.6 Retrieve laboratory results Describe the solution's capabilities for retrieval of laboratory results from other specialized system or from the Electronic Health Record system DIPS. 3.7 Export of data for reporting Describe the functionality in the solution to extract data for reporting. 3.8 Export of data to research and quality registers Describe the functionality in the solution to extract data to research and quality registers. Page 11 of 13

12 4 General technical requirements 4.1 Security requirements Security in Web services To consume the web services, a user identity with corresponding password should be included in the SOAP header for the web service request. The SOAP header should look something like the below figure. <soapenv:header> <wsse:security xmlns:wsse="(..)" soapenv:mustunderstand="1">.. <wsse:usernametoken somenamespace:id= uuid-060c77ce-... > <wsse:username>wsconsumer</wsse:username> <wsse:password wsse:type=... >SecretPassword</wsse:Password> </wsse:usernametoken> </wsse:security> </soapenv:header> Figure 6 Example of SOAP header with security credentials The user identity will be specific to the system calling, intended solely for use of the web services. Identity and password are supplied by Helse Vest IKT. Channel of communication with the web services will be encrypted using SSL. 4.2 Requirements for monitoring and logging General requirements The system should log activity for users who search for and access patient information so that users who read and update patient information can be tracked. Information on patients should be treated according to LAW No. 31: Act concerning the processing of personal data and LAW No. 24: Act relating to health records and processing of health information Logging of web service calls DIPS will log all use of the HL7 interface, therefore, all queries must contain a user ID. Request messages to HL7 DIPS Connector include a ControlAct wrapper. This includes the following structure: <controlactprocess moodcode="evn"> <authororperformer typecode="aut"> <!-- Identifies the person responsible for sending this message --> <assignedperson> <!-- User ID assigned by Helse Vest IKT to identify the person --> Page 12 of 13

13 <id extension="teneur" root=" "/> </assignedperson> </authororperformer> <subject>... </subject> </controlactprocess> Id should refer to the logged in user in Helse Vest infrastructure. A more detailed description of the HL7 implementation Guide: Page 13 of 13

cxl ontology system, Cyscom Biznet Services work flow and business applications Get to know the power of cxl

cxl ontology system, Cyscom Biznet Services work flow and business applications Get to know the power of cxl cxl ontology system, Cyscom Biznet Services work flow and business applications Get to know the power of cxl cxl structures, enriches and semantically maps product data into a repository for work flow

More information

A Web Services Based Architecture for Improvement of the Transparency and Decision-making in Public Administration

A Web Services Based Architecture for Improvement of the Transparency and Decision-making in Public Administration A Web Services Based Architecture for Improvement of the Transparency and Decision-making in Public Administration Emil Stănescu, stanescu@ici.ro National Institute for R&D in Informatics - ICI, Bucharest

More information

https://partners.exact.com/docs/docview.aspx?documentid=%7b9676e04a-eca2-47c2-9c...

https://partners.exact.com/docs/docview.aspx?documentid=%7b9676e04a-eca2-47c2-9c... Page 1 of 11 The release notes of this product update are also available in the following language(s): Hint: To view the respective release notes, click the release note titles. Collapse all Tabbed view

More information

Cloud Computing Lectures SOA

Cloud Computing Lectures SOA Cloud Computing Lectures SOA 1/17/2012 Service Oriented Architecture Service Oriented Architecture Distributed system characteristics Resource sharing - sharing of hardware and software resources Openness

More information

Architecture Overview Nintex Live

Architecture Overview Nintex Live support@nintex.com www.nintex.com Table of Contents Architecture Overview - Nintex Live... 3 Nintex Live for SharePoint environments... 3 Nintex Live services for Nintex Workflow... 5 Nintex Live services

More information

Atlant s atwatch CAPA TM. Corrective and Preventive Action System (CAPA) Product & Services Bundle for

Atlant s atwatch CAPA TM. Corrective and Preventive Action System (CAPA) Product & Services Bundle for Corrective and Preventive Action System (CAPA) Product & Services Bundle for Atlant s atwatch CAPA TM Atlant Systems, Inc. (781)325-8157 team@atlantsystems.com Effectively Manage CAPAs Globally According

More information

TABLE OF CONTENTS DOCUMENT HISTORY

TABLE OF CONTENTS DOCUMENT HISTORY TABLE OF CONTENTS DOCUMENT HISTORY 4 UPDATE 17D 4 Revision History 4 Overview 4 Optional Uptake of New Features (Opt In) 5 Update Tasks 5 Feature Summary 6 Supply Chain Collaboration 7 Streamline Collaboration

More information

1Z Oracle Eloqua Marketing Cloud Service 2017 Implementation Essentials Exam Summary Syllabus Questions

1Z Oracle Eloqua Marketing Cloud Service 2017 Implementation Essentials Exam Summary Syllabus Questions 1Z0-349 Oracle Eloqua Marketing Cloud Service 2017 Implementation Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-349 Exam on Oracle Eloqua Marketing Cloud Service 2017

More information

Laboratory Information Management System Index

Laboratory Information Management System Index Laboratory Information Management System Index About LIMS Patient Tracking Overview Key Module & Key Features LIMS Architecture Benefits LIMS Standards Interface Integration Sample Tracking LIMS. Net Screen-shots

More information

Functional Requirements of the National Health Infrastructure in Haiti

Functional Requirements of the National Health Infrastructure in Haiti Functional Requirements of the National Health Infrastructure in Haiti Copyright 2016 University of Washington I-TECH This work is licensed under a Creative Commons Attribution 4.0 International License

More information

Pepperi Plugin for SAP Business One

Pepperi Plugin for SAP Business One Pepperi Plugin for SAP Business One April. 2015 Ver 1.1 Contents 1 Introduction...4 1.1 System Requirements... 4 1.2 Glossary... 4 2 System Architecture...5 3 Overview...6 3.1 Installation and Setup...

More information

egovernment adoption Cases based on ebxml

egovernment adoption Cases based on ebxml Asia-Pacific Trade Facilitation Forum 2011: "Trade Facilitation beyond Borders: International Supply Chain Efficiency" egovernment adoption Cases based on ebxml 토피도 - 1 - Contents I. Korea utrade Hub II.

More information

Future State Architecture Guide

Future State Architecture Guide Future State Architecture Guide Contents 1 System Architecture... 1 1.1 Modular CRVS Architecture... 1 1.2 Integrated CRVS Architecture... 2 1.3 Interoperable CRVS Architecture... 3 1.4 Strengths and Weaknesses

More information

Procure-to-Pay Automation for Microsoft Dynamics AX

Procure-to-Pay Automation for Microsoft Dynamics AX Procure-to-Pay Automation for Microsoft Dynamics AX softcogroup www.softco.com Contents 1. Executive Summary...2 2. Introduction to Microsoft Dynamics AX...3 3. Drivers for integrating a P2P automation

More information

Efficiently Integrate Enterprise Applications with Salesforce.com using Oracle SOA Suite 11g

Efficiently Integrate Enterprise Applications with Salesforce.com using Oracle SOA Suite 11g Efficiently Integrate Enterprise Applications with Salesforce.com using Oracle SOA Suite 11g Cloud Integration Bristlecone, Inc. 488 Ellis Street, Mountain View, CA 94043 Phone: 1-650-386-4000 Fax: 1-650-961-2451

More information

About Contract Management

About Contract Management Contract Management System Architecture Data Sheet July 2014 About Contract Management Oracle Primavera Contract Management is a multi-user, multi-project Web-based application that manages all aspects

More information

Welcome to the course on the initial configuration process of the Intercompany Integration solution.

Welcome to the course on the initial configuration process of the Intercompany Integration solution. Welcome to the course on the initial configuration process of the Intercompany Integration solution. In this course, you will see how to: Follow the process of initializing the branch, head office and

More information

Enhancing Clinical Decision-Making with Corolar Clinical Data Repository (CDR)

Enhancing Clinical Decision-Making with Corolar Clinical Data Repository (CDR) Enhancing Clinical Decision-Making with THE SOLUTION THE CHALLENGE In today s healthcare systems, clinicians and healthcare administrators are looking for better ways to accelerate improved efficiencies

More information

Deltek Touch for Maconomy. Touch 2.2 User Guide

Deltek Touch for Maconomy. Touch 2.2 User Guide Deltek Touch for Maconomy Touch 2.2 User Guide July 2017 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may

More information

Windchill ProjectLink Curriculum Guide

Windchill ProjectLink Curriculum Guide Windchill ProjectLink 10.1 Curriculum Guide Live Classroom Curriculum Guide Introduction to Windchill ProjectLink 10.1 Business Administration of Windchill ProjectLink 10.1 Workflow Administration of Windchill

More information

Project and Portfolio Management Center

Project and Portfolio Management Center Project and Portfolio Management Center Software Version: 9.42 Portfolio Management Configuration Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/ppm/ Document Release Date: September 2017

More information

RESOLV THIRD PARTY MANAGEMENT (3PL)

RESOLV THIRD PARTY MANAGEMENT (3PL) RESOLV THIRD PARTY MANAGEMENT (3PL) USER MANUAL Version 9.2 for Desktop HANA PRESENTED BY ACHIEVE IT SOLUTIONS Copyright 2012-2016 by Achieve IT Solutions These materials are subject to change without

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

An Oracle E-Business Suite Integration Primer: Technologies and Use Cases

An Oracle E-Business Suite Integration Primer: Technologies and Use Cases 1 An Oracle E-Business Suite Integration Primer: Technologies and Use Cases Veshaal Singh Senior Director ATG Development Neeraj Chauhan Manager Product Management The following is

More information

Exact Synergy Service Management. User Guide

Exact Synergy Service Management. User Guide Exact Synergy Service Management User Guide Exact Synergy Service Management Despite the continued efforts of Exact to ensure that the information in this document is as complete and up-to-date as possible,

More information

Addendum No. 2 to RFP

Addendum No. 2 to RFP Addendum No. 2 to RFP 9600-71 DATE: September 21, 2017 PROJECT: TO: SUBJECT: Request for Proposals #9600-71 for Enterprise Master Person Index System All interested Contractors Changes to Calendar of Events

More information

HEALTH INFORMATICS STANDARD: AN EXAMPLE OF APPLICATION. Corso di Informatica Medica

HEALTH INFORMATICS STANDARD: AN EXAMPLE OF APPLICATION. Corso di Informatica Medica Università degli Studi di Trieste Corso di Laurea Magistrale in INGEGNERIA CLINICA HEALTH INFORMATICS STANDARD: AN EXAMPLE OF APPLICATION Corso di Informatica Medica Docente Sara Renata Francesca MARCEGLIA

More information

SHARED HEALTH RECORD(SHR)

SHARED HEALTH RECORD(SHR) Health Information Data and Messaging Specification HEALTH INFORMATION STANDARDS COMMITTEE FOR ALBERTA SHARED HEALTH RECORD(SHR) MESSAGE AND DATA STANDARD SUMMARY Status: Accepted in Draft Version: 1.10

More information

Models Supporting Development of Complex Information Systems in Healthcare. Case study: an Obstetrics-Gynecology Department

Models Supporting Development of Complex Information Systems in Healthcare. Case study: an Obstetrics-Gynecology Department en18 Original Article Models Supporting Development of Complex Information Systems in Healthcare. Case study: an Obstetrics-Gynecology Department Mihaela Crisan-Vida 1, Lăcrămioara Stoicu-Tivadar 1, Oana

More information

SIMPLIFIES AND STREAMLINES THE CLAIMS SUBMISSION, MONITORING AND RESOLUTION PROCESS

SIMPLIFIES AND STREAMLINES THE CLAIMS SUBMISSION, MONITORING AND RESOLUTION PROCESS SIMPLIFIES AND STREAMLINES THE CLAIMS SUBMISSION, MONITORING AND RESOLUTION PROCESS A Jardine Matheson Associate Company what is? JLT Interactive s 3rd generation online claims management product helps

More information

Procure-to-Pay Automation for Microsoft Dynamics NAV

Procure-to-Pay Automation for Microsoft Dynamics NAV Procure-to-Pay Automation for Microsoft Dynamics NAV softcogroup www.softco.com Contents 1. Executive Summary...2 2. Introduction to Microsoft Dynamics NAV...3 3. Drivers for integrating a P2P automation

More information

WEDI 2015 Health Information Exchange Value and ROI Survey

WEDI 2015 Health Information Exchange Value and ROI Survey Welcome to the Workgroup for Electronic Data Exchange (WEDI) 2015 Health Information Exchange Value and ROI Survey. WEDI is a multi-stakeholder coalition dedicated to solving the most critical problems

More information

Request for Information (RFI) # Performance Management System. May 23, 2014

Request for Information (RFI) # Performance Management System. May 23, 2014 Request for Information (RFI) #14-21 Performance Management System May 23, 2014 5 / 2 2 / 2 0 1 4 1 : 2 7 P M R F I 1 4-2 1 P E R F O R M A N C E M A N A G E M E N T S Y S T E M P A G E 1 O F 8 Table of

More information

Financial Fusion. Feature Guide. Consumer e-finance Suite. version 4.6

Financial Fusion. Feature Guide. Consumer e-finance Suite. version 4.6 Financial Fusion Consumer e-finance Suite version 4.6 Feature Guide Financial Fusion, e-finance, and Financial Fusion Server are trademarks of Financial Fusion, Inc. Sybase is a registered trademark of

More information

DKSystems DKHelpDesk Software

DKSystems DKHelpDesk Software John Inverso Product Report 27 October 2003 DKSystems DKHelpDesk Software Summary DKHelpDesk combines help-desk capabilities with asset-tracking features for the small-to-midsize internal help desk. Modules

More information

An Introduction to Integration. tion and Interoperability

An Introduction to Integration. tion and Interoperability S 4 Country View Road Malvern, PA 19355 800.223.7036 610.647.5930 www.sct.com An Introduction to Integration tion and Interoperability An SCT Position Paper EPP-003 (02/03) An Introduction to Integration

More information

Emissions Inventory System Exchange. Version 1.2a. Flow Configuration Document

Emissions Inventory System Exchange. Version 1.2a. Flow Configuration Document Emissions Inventory System Exchange Flow Configuration Document Version 1.2a Prepared by: Office of Air Quality Planning and Standards Outreach and Information Division Original: July 1, 2009 Modified:

More information

NAV Invoice Online SAP Plugin. User Manual SYSTEMFOX CONSULTING KFT Version:

NAV Invoice Online SAP Plugin. User Manual SYSTEMFOX CONSULTING KFT Version: NAV Invoice Online SAP Plugin User Manual SYSTEMFOX CONSULTING KFT. 29.06.2018 Version: 20180629.000 Contents Preamble... 3 SAP NAV Online Invoice Plugin... 3 Legal Background... 3 The Dashboard (Cockpit)...

More information

Emissions Inventory System Exchange. Version 1.2b. Flow Configuration Document

Emissions Inventory System Exchange. Version 1.2b. Flow Configuration Document Emissions Inventory System Exchange Flow Configuration Document Version 1.2b Prepared by: Office of Air Quality Planning and Standards Outreach and Information Division Original: July 1, 2009 Modified:

More information

The Role of Integration in Radiology: Moving from Necessity to Leverage

The Role of Integration in Radiology: Moving from Necessity to Leverage The Role of Integration in Radiology: Moving from Necessity to Leverage Larchmont Imaging Associates Insights with Robert Walsh, Director of Professional Services, DLC Technology Solutions, Inc. Biography

More information

CLINICAL PORTAL Hospital Services. Presented by Stephen Parsons

CLINICAL PORTAL Hospital Services. Presented by Stephen Parsons 1 CLINICAL PORTAL Hospital Services Presented by Stephen Parsons 2001-2011 Dependence on Interoperability 2 Multiple modular solutions centred on Series of interface engines Web based applications Data

More information

ADDENDUM # 3 Tender Request for Proposal for the Telecare Operator Service for the Department of Health and Wellness

ADDENDUM # 3 Tender Request for Proposal for the Telecare Operator Service for the Department of Health and Wellness Procurement Services - Public Tenders Office 6176 Young Street, Suite 200 Halifax, Nova Scotia B3K 2A6 Telephone: (902) 424-3333 Date: September 6, 2013 To: Subject: All Suppliers Addendum ADDENDUM # 3

More information

4.13 Case Study #19: Portuguese National Broker

4.13 Case Study #19: Portuguese National Broker 4.13 Case Study #19: Portuguese National Broker Author of case study within the estandards project: o Rita Cunha o Hugo Soares Project name: PNB Portuguese National Broker Project type: large-scale deployment

More information

Request for Information 18-RFP-004-LAJ WOTC Application Management System. Questions and Answers

Request for Information 18-RFP-004-LAJ WOTC Application Management System. Questions and Answers Request for Information 18-RFP-004-LAJ WOTC Application Management System Questions and Answers The Department s responses to timely submitted questions are provided below: Question Number 1. All 2. All

More information

Oracle Customer Data Synchronization Integration Pack for Oracle Utilities Customer Care and Billing and Siebel Energy E

Oracle Customer Data Synchronization Integration Pack for Oracle Utilities Customer Care and Billing and Siebel Energy E Oracle Customer Data Synchronization Integration Pack for Oracle Utilities Customer Care and Billing and Siebel Energy Implementation Guide Release 11.1 E50331-01 December 2013 Oracle Customer Data Synchronization

More information

Integration Patterns and Practices

Integration Patterns and Practices Integration Patterns and Practices Version 40.0, Summer 17 @salesforcedocs Last updated: August 31, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Infor LN DEM Content Pack User Guide

Infor LN DEM Content Pack User Guide Infor LN DEM Content Pack User Guide Copyright 2018 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential and

More information

IBM Fundamentals of Ent Solutions Using IBM Tivoli Security Download Full Version :

IBM Fundamentals of Ent Solutions Using IBM Tivoli Security Download Full Version : IBM 000-889 Fundamentals of Ent Solutions Using IBM Tivoli Security 2007 Download Full Version : http://killexams.com/pass4sure/exam-detail/000-889 access controls D. secure authentication between the

More information

NetSuite OpenAir/NetSuite Connector Guide April

NetSuite OpenAir/NetSuite Connector Guide April NetSuite OpenAir/NetSuite Connector Guide April 16 2016 General Notices Attributions NetSuite OpenAir includes functionality provided by HighCharts JS software, which is owned by and licensed through Highsoft

More information

Varibill Implementation Plan On-Premise

Varibill Implementation Plan On-Premise Varibill Implementation Plan On-Premise Last Modified: 2017/02/09 6:12 AM Version: 27.0 Page 1 of 12 Table of Contents 1. Introduction... 3 1.1. Purpose... 3 1.2. System Overview... 3 1.2.1. Assumptions

More information

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS Introduction Scribe Online is a leading integration platform as a service (ipaas) from Scribe Software. It has a multi-tenant architecture that scales by distributing

More information

Material Logistics User Guide

Material Logistics User Guide Infor ERP XA Material Logistics User Guide Release 9.0 Copyright 2011 Infor All rights reserved. The word and design marks set forth herein are trademarks and/or registered trademarks of Infor and/or related

More information

CONNECT ALL OF YOUR DATA

CONNECT ALL OF YOUR DATA CONNECT ALL OF YOUR DATA Cross-Domain Vendor Neutral Integration 7.14.2016, Schouten Webinar Overview Integrating your TDM systems (CAD) with your parts (PLM) and your materials (ERP) between different

More information

بﻟﺎطﻣ ﯽﻠﮐ لﺻﻓ رﺳ Se rvice O r ien t A rch it ec t SOA Workshop: A. Mahjoorian, Session

بﻟﺎطﻣ ﯽﻠﮐ لﺻﻓ رﺳ Se rvice O r ien t A rch it ec t  SOA Workshop: A. Mahjoorian, Session - معماری سرویس گرا (SOA) قسمت ھفتم - مرداد 86 امیر رضا مهجوریان دوره آموزشی شرکت... سر فصل کلی مطالب معرفی معماری سرویس گرا کاربرد معماری سرویس گرا شناخت تفصیلی ادبیات کسب و کار پروتکل ھای معماری سرویس

More information

Requirements for the Electronic Logistics Management Information System (elmis)

Requirements for the Electronic Logistics Management Information System (elmis) THE UNITED REPUBLIC OF TANZANIA Ministry of Health and Social Welfare Requirements for the Electronic Logistics Management Information System (elmis) October 2011 Table of Contents User and Systems Requirements

More information

OSS TENDER PORTAL MANAGEMENT SYSTEM (ASP.NET)

OSS TENDER PORTAL MANAGEMENT SYSTEM (ASP.NET) OSS TENDER PORTAL MANAGEMENT SYSTEM (ASP.NET) APPLICATION SPECIFICATIONS, FEATURES DESCRIPTIONS SCREEN SHOT ILLUSTRATION Version: ASP.NET (2) Updated: 3Q/2007, v-2 Reference: Middleware 0445/86 1. TECHNICAL

More information

Infor Cloverleaf Integration Suite

Infor Cloverleaf Integration Suite Healthcare Infor Cloverleaf Integration Suite With the Infor Cloverleaf Integration Suite, you ll have an end-to-end integration platform that addresses the fundamental obstacles to healthcare integration,

More information

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS Introduction Scribe Online is a leading integration platform as a service (ipaas) from Scribe Software. It has a multi-tenant architecture that scales by distributing

More information

Page 1 of 12 The release notes of this product update are also available in the following language(s): Hint: To view the respective release notes, click the release note titles. Collapse all Tabbed view

More information

Medical Virtual Public Services

Medical Virtual Public Services Revista Informatica Economică nr. 1(45)/2008 157 Medical Virtual Public Services Manole VELICANU Academy of Economic Studies, Bucharest Iulia SURUGIU TotalSoft, Bucharest The healthcare enterprises are

More information

Da Vinci. Program Overview. August 15, 2018

Da Vinci. Program Overview. August 15, 2018 Da Vinci Program Overview August 15, 2018 Interim Antitrust Policy ANSI Antitrust Policy ANSI neither develops standards nor conducts certification programs but instead accredits standards developers and

More information

New and noteworthy in Rational Asset Manager V7.5.1

New and noteworthy in Rational Asset Manager V7.5.1 Rational Asset Manager New and noteworthy in Rational Asset Manager V7.5.1 IBM Corporation 2011 The information contained in this presentation is provided for informational purposes only. While efforts

More information

Sage 100. Sage Payroll Services Getting Started Guide

Sage 100. Sage Payroll Services Getting Started Guide Sage 100 Sage Payroll Services Getting Started Guide This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service

More information

RFI. Request for Information For Silicon Valley Power Data Warehouse and Reporting System

RFI. Request for Information For Silicon Valley Power Data Warehouse and Reporting System RFI Request for Information For Data Warehouse and Reporting System October 8, 2015 Table of Contents 1. Opportunity Overview... 1 2. Instructions for Vendors... 2 3. REQUEST FOR INFORMATION... 3 3.1.

More information

EVA Netmodeler VERSION Q

EVA Netmodeler VERSION Q VERSION 2.6 - Q3 2011 1 CONTENTS Desirable Futures... 3 Easy Data Gathering... 4 Powerful Analysis... 5 Easy Output and Sharing... 7 Standards Compliance... 8 Easy Deployment... 9 More information... 9

More information

National Single Window Prototype

National Single Window Prototype National Single Window Prototype Overview and Leading Principles Version Date: 15/10/2015 Applicable to NSW Prototype version 1.3 Document History Date Changes Prepared by 15/10/2015 Initial version, corresponding

More information

Services Governance with IBM WebSphere

Services Governance with IBM WebSphere Services Governance with IBM WebSphere Terry S Burnside IBM March 15, 2012 Session Number (10785) Without proper management and governance of service-oriented architecture (SOA) This could become like

More information

Informatica Cloud Application Integration

Informatica Cloud Application Integration Data Sheet Informatica Cloud Application Integration Key Benefits Implement processes and APIs with zero code Build APIs with sophisticated data integration capabilities Leverage out-of-the-box connectivity

More information

Electronic I-9 Documentation Guardian Electronic I-9 and E-Verify Compliance with 8 CFR 274a.2

Electronic I-9 Documentation Guardian Electronic I-9 and E-Verify Compliance with 8 CFR 274a.2 Electronic I-9 Documentation Guardian Electronic I-9 and E-Verify Compliance with 8 CFR 274a.2 Abstract This document may be provided to Immigration and Customs Enforcement (ICE) in connection with a Form

More information

Research on the Application Integration Model for the Agricultural Enterprise of Integrative Production and Marketing

Research on the Application Integration Model for the Agricultural Enterprise of Integrative Production and Marketing Research on the Application Integration Model for the Agricultural Enterprise of Integrative Production and Marketing Feng Yang 1, Xiandi Zhang 1, Zhongqiang Liu 1, Zhenzhi Wang 1, Kaiyi Wang 1,* 1 National

More information

ION DIFFERENTIATION FLEXIBLE STANDARDS BASED MESSAGING BUS CONNECT APPLICATIONS IN A VARIETY OF WAYS CREATE MONITORS / ALERTS CREATE CUSTOM WORKFLOWS

ION DIFFERENTIATION FLEXIBLE STANDARDS BASED MESSAGING BUS CONNECT APPLICATIONS IN A VARIETY OF WAYS CREATE MONITORS / ALERTS CREATE CUSTOM WORKFLOWS ION DIFFERENTIATION FLEXIBLE STANDARDS BASED MESSAGING BUS CONNECT APPLICATIONS IN A VARIETY OF WAYS CREATE MONITORS / ALERTS CREATE CUSTOM WORKFLOWS ION PRACTICAL APPLICATION: INFOR APP TO INFOR APP INFOR

More information

Agile Product Lifecycle Management Integration Pack for Oracle E-Business Suite: Design to Release

Agile Product Lifecycle Management Integration Pack for Oracle E-Business Suite: Design to Release Agile Product Lifecycle Management Integration Pack for Oracle E-Business Suite: Design to Release Implementation Guide Release 3.1 E20498-04 February 2012 Agile Product Lifecycle Management Integration

More information

Slide 1. Slide 2. Slide 3. Objectives. Who Needs Interoperability? Component 9 Networking and Health Information Exchange

Slide 1. Slide 2. Slide 3. Objectives. Who Needs Interoperability? Component 9 Networking and Health Information Exchange Slide 1 Component 9 Networking and Health Information Exchange Unit 8 Enterprise Architecture Models This material was developed by Duke University, funded by the Department of Health and Human Services,

More information

Tascent Enterprise Suite Multimodal Biometric Identity Platform

Tascent Enterprise Suite Multimodal Biometric Identity Platform TM Tascent Enterprise Suite Multimodal Biometric Identity Platform tascent.com Multimodal Biometric Identity System Secure, scalable, and easy-to-use, the Tascent Enterprise Suite represents a thoroughly

More information

Corrective and Preventive Action System (CAPA) Product & Services Bundle for Winchester s adwatch CAPA TM. Life Sciences Companies

Corrective and Preventive Action System (CAPA) Product & Services Bundle for Winchester s adwatch CAPA TM. Life Sciences Companies Life Sciences Companies Corrective and Preventive Action System (CAPA) Product & Services Bundle for Winchester s adwatch CAPA TM Effectively Manage CAPAs Globally According to regulations, all companies

More information

ebizcore - The RCB Technology Infrastructure

ebizcore - The RCB Technology Infrastructure Date: 4 Dec 2001 ebizcore - The RCB Technology Infrastructure Business Entities In Singapore, the types of business entities are classified as follows: Businesses Sole Proprietorships Partnerships Companies

More information

IBM WebSphere Service Registry and Repository, Version 6.0

IBM WebSphere Service Registry and Repository, Version 6.0 Helping you get the most business value from your SOA IBM Repository, Version 6.0 Highlights Provide clear visibility into service Use other standard registries associations and relationships while and

More information

Customs-related aspects of the Rotterdam Convention Switzerland s experience. Secretariat of the Rotterdam Convention. Switzerland s experience

Customs-related aspects of the Rotterdam Convention Switzerland s experience. Secretariat of the Rotterdam Convention. Switzerland s experience ROTTERDAM CONVENTION Case study on the Customs-related aspects of the Rotterdam Convention Switzerland s experience 1 Secretariat of the Rotterdam Convention TABLE OF CONTENTS 1.0 BACKGROUND. page 1 2.0

More information

Windchill ProjectLink Curriculum Guide

Windchill ProjectLink Curriculum Guide Windchill ProjectLink 10.2 Curriculum Guide Live Classroom Curriculum Guide Workflow Administration of Windchill 10.2 System Administration of Windchill 10.2 Introduction to Windchill ProjectLink 10.2

More information

Request for Proposals Baltimore Accountable Health Communities - Technical Infrastructure

Request for Proposals Baltimore Accountable Health Communities - Technical Infrastructure Request for Proposals Baltimore Accountable Health Communities - Technical Infrastructure 1 1. BACKGROUND / PURPOSE Addressing health-related social needs is essential to driving population health and

More information

AND SAP INTEGRATED IT PORTFOLIO MANAGEMENT. Dispersed SAP systems present a business challenge

AND SAP INTEGRATED IT PORTFOLIO MANAGEMENT. Dispersed SAP systems present a business challenge INTEGRATED IT PORTFOLIO MANAGEMENT AND SAP The importance of complete IT transparency in SAP consolidation projects TABLE OF CONTENTS 1 Dispersed SAP systems present a business challenge 2 Documenting

More information

Identity and Access Management

Identity and Access Management Chapter 2 Identity and Access Management There are many configurations of identity and access management (IAM) systems, and to some extent, each organization s IAM system will be unique, developed and

More information

Enterprise Information Architecture. Connected Government. Author name is hidden

Enterprise Information Architecture. Connected Government. Author name is hidden Enterprise Information Architecture Connected Government Author name is hidden Date: Friday, 4 September 2015 Table of contents Table of contents 1 Introduction 1 2 Conceptual Architecture 1 3 Logical

More information

Integration Patterns and Practices

Integration Patterns and Practices Integration Patterns and Practices Version 41.0, Winter 18 @salesforcedocs Last updated: November 16, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Release Notes SAP Enhancement Package 1 (Including SP11) for SAP CRM 7.0

Release Notes SAP Enhancement Package 1 (Including SP11) for SAP CRM 7.0 Release Notes SAP Enhancement Package 1 (Including SP11) for SAP CRM 7.0 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted

More information

Solution Architecture Training: Enterprise Integration Patterns and Solutions for Architects

Solution Architecture Training: Enterprise Integration Patterns and Solutions for Architects www.peaklearningllc.com Solution Architecture Training: Enterprise Integration Patterns and Solutions for Architects (3 Days) Overview This training course covers a wide range of integration solutions

More information

Oracle Siebel CRM On Demand Integration Pack for JD Edwards EnterpriseOne (Opportunity to Cash)

Oracle Siebel CRM On Demand Integration Pack for JD Edwards EnterpriseOne (Opportunity to Cash) Oracle Siebel CRM On Demand Integration Pack for JD Edwards EnterpriseOne (Opportunity to Cash) An AMX International White Paper January 2008 Page 1 NOTE: The following is intended to outline our general

More information

Sage ERP Accpac Online 5.6

Sage ERP Accpac Online 5.6 Sage ERP Accpac Online 5.6 Integration Resource Guide for Sage ERP Accpac And Sage CRM (Updated: December 1, 2010) Thank you for choosing Sage ERP Accpac Online. This Resource Guide will provide important

More information

SERVICE ORIENTED ARCHITECTURE (SOA)

SERVICE ORIENTED ARCHITECTURE (SOA) International Civil Aviation Organization SERVICE ORIENTED ARCHITECTURE (SOA) ICAO APAC OFFICE BACKGROUND SOA not a new concept. Sun defined SOA in late 1990s to describe Jini. Services delivered over

More information

WebSphere Business Integration Collaborations Reference guide. Integrate business processes across your company and beyond.

WebSphere Business Integration Collaborations Reference guide. Integrate business processes across your company and beyond. WebSphere Business Integration Collaborations Reference guide Integrate business processes across your company and beyond. February 2004 Responding to business challenges through integration From tactical

More information

Child Benefit Service (Ireland)

Child Benefit Service (Ireland) Abstract 1. Case Summary: The e-enabled child benefit service in Ireland supports the automatic and proactive allocation of a child s Personal Public Service (PPS) Number and the initiation of the child

More information

CLINICS & MEDICAL CENTER

CLINICS & MEDICAL CENTER CLINICS & MEDICAL CENTER 1 COPYRIGHT 2015 All rights reserved No part of this publication may be reproduced, photocopied, stored on a retrieval system, or transmitted without prior written permission from

More information

Use of computerised equipment, software and systems in clinical research

Use of computerised equipment, software and systems in clinical research Standard Operating Procedures (SOP) for: Use of computerised equipment, software and systems in clinical research SOP Number: 38a Version Number: 1.0 Effective Date: 21/3/16 Review Date: 21/8/17 Author:

More information

=====T-Systems= Database for the Exchange of Type Approval Documentation (DETA) Feasibility Study. From

=====T-Systems= Database for the Exchange of Type Approval Documentation (DETA) Feasibility Study. From Database for the Exchange of Type Approval Documentation (DETA) Feasibility Study From T-Systems Enterprise Services GmbH Engineering Process Integration & Process Management SSC EM / EPDM/P Ralf Pickelmann

More information

Innovation Scorecard. Guidance Notes

Innovation Scorecard. Guidance Notes Innovation Scorecard Guidance Notes Version 2.1 July 2013 Contents General information... 3 System messages... 3 Document conventions... 3 Abbreviations... 3 Icons used within the Innovation Scorecard...

More information

ConnectWise-Sage 50 Accounts User Guide

ConnectWise-Sage 50 Accounts User Guide ConnectWiseSupport@mobiusworks.com www.mobiusworks.com ConnectWise-Sage 50 Accounts Version 3.0.0.7 September 11, 2015 Table of Contents Table of Contents... 2 INSTALLATION AND CONFIGURATION... 4 Introduction...

More information

NS Connector! Seamlessly Integrate the Data Flow Between Your Projects and Financials with HOW DOES CONNECTOR WORK? WHAT CAN CONNECTOR DO FOR ME?

NS Connector! Seamlessly Integrate the Data Flow Between Your Projects and Financials with HOW DOES CONNECTOR WORK? WHAT CAN CONNECTOR DO FOR ME? Seamlessly Integrate the Data Flow Between Your Projects and Financials with NS Connector! HOW DOES CONNECTOR WORK? Connector uses a simple process for data exchange that allows you to maximize time and

More information

SECTION 1 BUSINESS OPERATIONS...

SECTION 1 BUSINESS OPERATIONS... Contents SECTION 1 BUSINESS OPERATIONS... 2 1.1 SUNCOM CLIENTS... 2 1.1.1 Intrinsic Clients... 2 1.1.2 Required Clients... 2 1.1.3 Discretionary Clients... 2 1.1.3.1 Committed Discretionary Clients...

More information

HEALTH INFORMATION STANDARDS COMMITTEE FOR ALBERTA WESTERN CANADA CHRONIC DISEASE MANAGEMENT INFOSTRUCTURE INITIATIVE

HEALTH INFORMATION STANDARDS COMMITTEE FOR ALBERTA WESTERN CANADA CHRONIC DISEASE MANAGEMENT INFOSTRUCTURE INITIATIVE Health Information Messaging Specification HEALTH INFORMATION STANDARDS COMMITTEE FOR ALBERTA WESTERN CANADA CHRONIC DISEASE MANAGEMENT INFOSTRUCTURE INITIATIVE PHASE 2: CDM HL7 MESSAGE SPECIFICATIONS

More information

SOA Concepts. Service Oriented Architecture Johns-Hopkins University

SOA Concepts. Service Oriented Architecture Johns-Hopkins University SOA Concepts Service Oriented Architecture Johns-Hopkins University 1 Lecture 2 Goals To learn the basic concepts behind SOA The roots of SOA: the history from XML to SOA, and the continuing evolution

More information