Radiology information system: a workflow-based approach

Size: px
Start display at page:

Download "Radiology information system: a workflow-based approach"

Transcription

1 Int J CARS (2009) 4: DOI /s ORIGINAL ARTICLE Radiology information system: a workflow-based approach Jinyan Zhang Xudong Lu Hongchao Nie Zhengxing Huang W. M. P. van der Aalst Received: 29 January 2009 / Accepted: 13 May 2009 / Published online: 9 June 2009 CARS 2009 Abstract Purpose Introducing workflow management technology in healthcare seems to be prospective in dealing with the problem that the current healthcare Information Systems cannot provide sufficient support for the process management, although several challenges still exist. The purpose of this paper is to study the method of developing workflow-based information system in radiology department as a use case. Method First, a workflow model of typical radiology process was established. Second, based on the model, the system could be designed and implemented as a group of loosely coupled components. Each component corresponded to one task in the process and could be assembled by the workflow management system. The legacy systems could be taken as special components, which also corresponded to the tasks and were integrated through transferring non-workflow-aware interfaces to the standard ones. Finally, a workflow dashboard was designed and implemented to provide an integral view of radiology processes. Result The workflow-based Radiology Information System was deployed in the radiology department of Zhejiang Chinese Medicine Hospital in China. The results showed that it could be adjusted flexibly in response to the needs of changing process, and enhance the process management in the department. It can also provide a more workflow-aware J. Zhang X. Lu (B) H. Nie Z. Huang The Key Laboratory of Biomedical Engineering, College of Biomedical Engineering and Instrumentation of Zhejiang University, Hangzhou, China lxdlxd@mail.hz.zj.cn W. M. P. van der Aalst Department of Information and Technology, Eindhoven University of Technology, P.O. Box 513, 5600 MB, Eindhoven, The Netherlands integration method, comparing with other methods such as IHE-based ones. Conclusion The workflow-based approach is a new method of developing radiology information system with more flexibility, more functionalities of process management and more workflow-aware integration. The work of this paper is an initial endeavor for introducing workflow management technology in healthcare. Keywords Workflow management Radiology information system Workflow modeling System integration Purpose The healthcare practitioners are now facing challenges of increasing cost and growing demand for higher efficiency and quality. The quickly evolving technologies of workflow management provide solutions to these challenges. With functionalities of workflow automation, monitoring, and configuration, it could be prospective to improve the efficiency and quality of healthcare, so as to reduce the cost. Nevertheless, current medical information systems cannot provide sufficient support to these functionalities. Typical medical information systems are data-oriented and composed of a group of data Create, Read, Update and Delete (CRUD) transactions. The processes are driven by the codes encapsulated in the systems which could hardly be configured corresponding to changes in demand. Meanwhile, due to the heterogeneous environment in healthcare, the processes are divided into several segments for different systems and it is difficult to monitor and connect them as a whole. Integrating the Healthcare Enterprise (IHE) has addressed the problem of workflow integration through integration profiles [1] that aim at connecting processes in heterogeneous medical information

2 510 Int J CARS (2009) 4: systems. But this bottom-up approach only concerns with the linkage of the processes among different systems other than managing the process as a whole. As pointed in [2], it not only makes the process inflexible to modify but also shields the process from audition and manipulation. Therefore, developing medical information system through a workflow-based approach seems to be a better solution. Since the radiology process is typical in healthcare, the following of this paper will introduce an approach to develop workflow-based information system in radiology department as a use case. Workflow management [3] is a state-of-the-art technology focusing on the process itself. Initially emerging as management research consideration of office automation, the workflow management technology has experienced several evolution stages, and has spawned various workflow management systems (WfMSs). Early workflow management systems appeared as document-driven systems automating office work processes. Then they evolved as embedded software components supporting business processes and standalone software suits providing workflow management functions [4,5]. The Workflow Management Coalition (WfMC) was founded in 1993 to clarify the confusions in WfMS product market by specifying the desired functions of workflow management system, and proposing a reference model of workflow management system and corresponding Workflow Application Programming Interfaces (Workflow APIs) [6]. Recently, workflow management system has evolved as the execution kernel of business process management (BPM) discipline [7]. As specified in the reference model, it can take control of designation, execution and analysis of processes. It is assumed that workflow management system is a promising complement of current healthcare information system development, as proposed in [8] and [2]. However, there exist certain challenges. First, the complex and flexible radiology workflow makes modeling difficult. Second, the heterogeneous systems in radiology environment have to be integrated in the perspective of workflow. In our study, a workflow-based radiology information system was designed and implemented to tackle these challenges, and the results of its deployment in the radiology department of Zhejiang Chinese Medicine Hospital in China were discussed. The remaining parts are organized as follows: Method describes the method of system design and implementation, System implementation presents the results after the system was deployed. Finally we conclude this paper with some remarks in Conclusion. Method Overview The workflow-based radiology information system takes WfMS as its backbone, which controls the system behavior according to a workflow model prescribing radiology processes. The first step of this approach is workflow modeling. It depicts the typical radiology process using a workflow modeling language. The second step is to design and implement the workflow-based system. Most tasks defined in the model are designed as independent components so that they could be easily controlled by the WfMS. The other tasks which stand for legacy systems such as modalities from different vendors need to be integrated. The existing non-workflowaware interfaces of these systems need to be transferred to workflow-aware ones. At runtime, a workflow management system interprets and executes the input workflow model to produce process instances; the newly designed components and the legacy systems could be controlled so as to enact the whole process. Finally, a workflow dashboard is designed to provide an integral process view of the reality for better process management. The modeling language and corresponding WfMS must be selected at the beginning. Petri Net is a mathematical modeling language widely used in describing distributed systems, and is deemed also proper for process modeling [9]. Compared to other process modeling languages, it has exact mathematical definition of execution semantics and hence well-formed theories in process analysis. A workflow language named Yet Another Workflow Language (YAWL) [10] is proposed as a variant of Petri Net and expresses workflow patterns [11] more explicitly. In this study YAWL language is selected as workflow modeling language and hence the supporting WfMS -YAWL system [12]. Workflow modeling Workflow modeling abstracts the tasks and their logical relations in radiology process. The modeling effort starts from requirement analysis, including some process statements with management rules or some drawings that illustrate routine workflows in the radiology domain. Then the statements and initial drawings are interpreted to workflow notations using model elements YAWL semantic elements in this case. In this approach, the initial model got from the requirement analysis is taken as the basic one. It is used to guide the system development since the tasks inside could be taken as the counterpoints of the system components. After the system being deployed, the model may be dynamically adjusted to reflect the changing need. The result model is presented in Fig. 1. The dashed rectangle indicates the trunk of the routine radiology process, while the remainders represent the ad-hoc operations and dynamic decisions in the process. The process starts from the operation of examination scheduling or registering. A routing task with XOR-split is

3 Int J CARS (2009) 4: Fig. 1 The workflow model of radiology information system used to separate the examinations that need scheduling from the ones that do not. A Deferred Choice pattern [11] is applied to represent the choice between the task of scheduling modification before the registration, and the task of registration directly. Once the Scheduling Modification task is started the Registration task is disabled until the former task is completed. Meanwhile, the scheduling information can be modified any time as long as the Registration task has not been started. After registration, another routing task with AND-split enables two possible routes, both of which are of Deferred Choice pattern. One of them indicates the choice between the task of Registration Modification before Examination and the task of Examination directly. The other indicates the choice between the task of Fee Modification and the task of Examination Canceling before it is completed. The sub-process within the dashed ellipse is denoted as a Cancelation set of Examination task, which means that all the tasks in the set will be disabled if the Examination task is completed. After examination, a XOR-split routing is used to differentiate the ordinary exams that can be reported after exam and the ones that need Post-Processing before Reporting. Postprocessing task is carried out by technicians to perform image processing such as image enhancement and reconstruction, while the Reporting task is done by the radiologist. After reporting, the task of Review will be started for senior ones to further review and approve the report. In case of problems, it will be returned to the reporting radiologists for modifications; otherwise, the report will be delivered to the referring physician and the whole process completes. YAWL shows its capability of explicitly representing flexible and complex healthcare workflow patterns. Without its semantic features, it is difficult to model the Deferred Choice or Cancelation patterns, since the tasks inside the pattern may be enabled, disabled or even removed dynamically. Compared with a scrambled model by other language, it ends up in a concise and precise representation with YAWL. System implementation General structure The system architecture of the workflow-based radiology information system is illustrated in Fig. 2. The Workflow Management System (WfMS) acts as the backbone in the architecture. It interprets and executes the established workflow model and controls all the components in the system to enact the whole process. The YAWL system clearly supports YAWL modeling language and is Fig. 2 System structure of workflow-based radiology information system

4 512 Int J CARS (2009) 4: open-sourced with a flexible and extensible service-oriented architecture. It has been selected as the WfMS in the design. The functionalities of the system are organized as several components corresponding to tasks. A Worklist Handler is designed as a task dispatcher of WfMS, which drives and controls these components in a de-coupled manner. Meanwhile, an Integration Engine is designed to integrate legacy systems such as acquisition modalities and post-processing workstations. Adapters may be used in case the interfaces are proprietary other than standard ones like Health Level 7(HL7) and Digital Images Communication of Medicine (DICOM). Finally, a Workflow Dashboard is developed as the monitoring tool to show the information of the running process instances and resources participating in radiology process. Worklist handler YAWL system provides Representational State Transfer (REST)-style web services as its interfaces to other components [13], and the Worklist Handler interacts with it through two kinds of services, the worklist service and the custom service. The worklist service, which is an instantiation of Interface 2 of the WfMC, allows the Worklist Handler to retrieve and manipulate work items, which means the instantiation of tasks [14], while the custom service [15], which is an instantiation of Interface 3 of the WfMC Workflow Reference Model [14], enables the Worklist Handler to be invoked by the WfMS. Through this interaction, the Worklist handler can retrieve or receive work items and dispatch them to the working queue of users or the automatically invoking system components. With a predefined organization model, it can also dispatch work item according to the departmental work planning strategies. For example, when a work item of Report task of CT examination is instantiated, the Worklist handler is invoked by WfMS to be aware of this new work item. Through the organization model, the Worklist handler can dispatch it to the working queue of the radiologist of CT examination on duty. The system components correspond to the tasks in the model one by one. In order to achieve the system flexibility, they are developed as atomic standalone modules so that it Is easy to attach or detach them from the Worklist Handler using a configuring tool. Two types of components are developed: manual task components and automatic task components. The work items of manual tasks will be listed in the user s worklist page provided by the Worklist Handler, and the corresponding component can be invoked manually through selecting one work item in the page. To take the CT reporting as an example, the radiologist on duty can look up his work items when he opens the worklist page of the system. To start reporting, the radiologist selects one reporting work item and then the corresponding manual task component is invoked, so the radiologist can work on the component for structured reporting. The component will interact with the Worklist Handler through two interfaces. The check-out interface is called at the beginning of reporting, and the check-in interface is called after reporting is completed. Through these two interfaces the Worklist Handler knows the status of the work item, so that it can refresh the results appearing on the worklist page as soon as possible. The automatic task components are invoked by the Worklist Handler directly. When an automatic work item is enabled, the Worklist Handler locates its associated system component, check-outs the work item and passes it to the system component through the component s invocation interface, so that the component can be processed automatically. After processing completes, the component will check-out the work item to the Worklist Handler to inform about the status. For example, a Queuing task is implemented as an automatic system component. After exam registration, the Queuing work item is enabled. At this time, according to configuration, the Worklist Handler finds the Queuing system component which is automatically running at a server, and checks out the work item from the WfMS. Then the Queuing component is invoked and the work item is passed to it from the Worklist Handler by calling its invocation interface. It is in this component that the actual task function is executed, where the exam is allocated to a specific exam room with a queue number. After that the work item is checked in back to the Worklist Handler, and finally checked in to the WfMS. Through this mechanism, the system is made very extensible for future changing needs. Appending new tasks or adjusting current tasks can be done by simply replacing the components, while the workflow re-engineering can be performed quickly by adjusting the workflow model. Integration engine Apart from the RIS components implemented with workflow-aware interfaces, there are some heterogeneous systems that fulfill the tasks in radiology workflow but do not comply with the workflow-based specification, such as modalities that perform examination tasks and post-processing workstations that perform image processing tasks such as image reconstruction in CT exams. These tasks should also be integrated to the workflow since they may have relationships with other tasks. For example, the post-processing task must be performed before reporting. The Integration Engine is implemented to achieve this goal. Although legacy systems do not support workflow-aware interfaces, most of them use message interfaces complying with IHE profiles and the data exchange standards such as HL7 and DICOM. The Integration Engine is designed as

5 Int J CARS (2009) 4: Fig. 3 DICOM Adapter implementation of Examination task a bridge between workflow-aware interfaces and IHE-based ones, as shown in Fig. 2. For those with non-ihe-based interfaces, specific adapters will be used to translate them to IHEbased ones. To take the modality as an example, it has delegated the Examination task in radiology workflow, and uses message interfaces in compliance with the IHE SWF profile. The modality implements the Acquisition Modality actor as specified in IHE profiles [16 19]. As shown in Fig. 3, TheIntegration Engine receives messages from modality when the modality queries Modality Work List (MWL), when the modality Performed Procedure Step (SPS) is executed and when it is completed. Then it transfers these messages to workflow-aware interfaces of Get Task Worklist, Start Work Item and Complete Work Item, respectively, to the Worklist Handler, so that the Examination task could be enacted. The post-processing workstation only sends data-oriented DICOM Storage messages to PACS for image archiving when post-processing is completed. To integrate this task, the engine is implemented as an interceptor between this system and PACS, where DICOM messages originally sent to PACS are redirected to the engine. When it receives the storage messages, the corresponding Post-Processing task is checked out and immediately checked in to the WfMS through the Worklist Handler. Then the messages are routed to PACS. In this manner, the status of the post-processing task is acknowledged by the WfMS and the Reporting task could be enabled as soon as the post-processing completes. Though the above example only deals with the system integration based on DICOM standards, the Integration Engine could also integrate systems with appropriative interfaces through developing specific adapters to transfer them to standard ones. Monitoring and controlling tools Since the status of each work item is recorded in the WfMS, it is feasible to provide an integral view of what is going on in the department. A workflow dashboard is helpful to monitor processes running in the radiology environment. The dashboard provides comprehensive knowledge of processes and resources from different but related perspectives. Figure 4 shows a screenshot of the dashboard about an integral view for one process instance. In this figure, the examination process of the specific patient is depicted, where the currently proceeding work item is marked with highlight. The waiting time and performing time of each task and its associated performers are also presented in the middle of the view. Moreover, integrated patient-and-exam information is shown in the bottom, enabling quick and comprehensive knowledge acquisition about this specific patient. Results The system has been deployed in the radiology department of Zhejiang Chinese Medicine Hospital. Before the system has been deployed there were several isolated systems in Fig. 4 Screenshot of the workflow dashboard

6 514 Int J CARS (2009) 4: Fig. 5 The gained workflow and associated systems the department, such as modalities and reporting systems, supporting only fractions of their routine work. Under such condition the departmental workflow is neither complete nor smooth. The workflow-based RIS supports most of the routine works, and the legacy isolated systems are also integrated with the workflow. It has streamlined and automated the processes of the radiology department as a result. Figure 5 illustrates the results of system deployment, along with the corresponding workflow model. In the figure, several screenshots of the desktop user interfaces of the system components are presented. These components correspond to Registration task, Fee modification task and Report task, respectively. Based on workflow management technology, the system shows the following advantages compared to traditional RIS. System flexibility. By de-coupling and assembling the system components according to the workflow model, the system achieved the capability of flexibility. The case of introducing Queuing task into the model is an example to show system flexibility. Before the system was deployed, the hospital was experiencing the problems caused by a large number of registered patients waiting for examination. In order to channelize the examinations, an automatic task of Queuing was introduced into the model, as the dashed ellipse shows in Fig. 6. Correspondingly, the queuing application was implemented as a system component and was deployed and attached to Worklist Handler. When the work item of Queuing task is enabled, the system component is invoked by the Worklist Handler to handle the queue of patients for different examination rooms. Hence, the workflow-based RIS could be easily adjusted to this changing need. Process improvement. With the workflow-based radiology information system, the department benefits not only from the automation of its process with the system components controlled according to the workflow model, but also from being provided with comprehensive knowledge of what is going on in this department by the workflow dashboard. With the status of the whole process known at a glance, the exceptions can be identified more easily and handled instantly. It is reported from the questionnaire of the radiology department that since the deployment of this workflow-based system, the examination delays caused by exception have been dramatically reduced because of timely interventions. Workflow-aware integration. Traditional workflow integration though IHE-based approach mainly copes with the connection among heterogeneous systems based on the guidelines from some IHE integration profiles. However, the one-to-one connection introduces complexity and inflexibility when the integration scale expands. Comparatively, the workflow-based approach integrates

7 Int J CARS (2009) 4: Fig. 6 Adjustment of workflow when introducing queuing system components at process level, and the many-toone mechanism makes system more flexible, since all components are integrated into the workflow management system rather than integrated with each other. In addition, to integrate legacy systems as tasks in the process gives way to process monitoring and improvement from an integral perspective. Conclusion In this paper, a workflow-based approach of radiology information system has been presented. Radiology process is typical of the routine departmental process in healthcare. The results of this case study have shown that workflow technology could bring system flexibility and departmental process management, and can be deemed as starting point of healthcare process management endeavor. The modeling effort in the paper is intuitively dependent on mostly manual requirement collection and analysis. Since there do exist workflow solutions in healthcare such as IHE integration profiles that describe typical radiology workflow, a more systematic modeling method is required, which takes IHE profiles as the initial input for the comprehensive model. Although radiology process exhibits some flexible features, most parts are in well-formed structure. As the scope extends to multiple departments or even the whole hospital, this topic becomes more complex and needs further investigations. Acknowledgments The authors wish to thank W.M.P van der Aalst, Thomas Wendler for their effort in supporting this project named Brain- Bridge-Project. They contributed excellent methods and provided good tools to the project. Thanks also go to Chenhui Zhao and Zhaodan Chen for their joint efforts in completing this project. Last but not least, the authors would also say thanks to Maosheng Xu, Shiwei Wang and other supporting staffs in Zhejiang Chinese Traditional Medicine Hospital. References 1. HIMSS/RSNA (2004) IHE Radiology Technical Framework white Paper For Trial Implementation Departmental Workflow Revision Wendler T, Loef C (2001) Workflow management integration technology for efficient radiology. Medicamundi 45: WfMC (1999) Terminology & Glossary. Document Number WFMC-TC Georgakopoulos D, Hornick M, Sheth A (1995) An overview of workflow management: from process modeling to workflow automation infrastructure. J Distrib Parallel Datab Syst 3: doi: /bf van der Aalst WMP, van Hee K (2002) Workflow management models, methods, and systems. MIT Press, Cambridge 6. WfMC (1995) The Workflow Reference Model. Document Number TC van der Aalst WMP, ter Hofstede AHM, Weske M (2003) Business process management: a survey. In: Business process management, pp Graber S (1997) The impact of Workflow Management Systems on the design of hospital Information Systems. AMIA ANNUAL FALL SYMPOSIUM 9. Van der Aalst WMP (1998) The application of Petri Nets to Workflow Management. J Circuits Syst Comput 8: van der Aalst WMP, ter Hofstede AHM (2005) YAWL: yet another workflow language. Inf Syst 30(4): doi: /j.is van der Aalst WMP, ter Hofstede AHM (2002) Workflow patterns: on the expressive power of (Petri-net-based) workflow languages. In: Jensen K (ed) Proceedings of the fourth workshop on the practical use of coloured petri nets and CPN Tools (CPN 2002), vol 560. Aarhus, Denmark, pp van der Aalst WMP, Aldred L, Dumas M, ter Hofstede AHM (2004) Design and implementation of the YAWL system. In: Proceedings

8 516 Int J CARS (2009) 4: of the 16th international conference on advanced information systems engineering (CAiSE 04). Riga, Latvia 13. Aldred L (2006) YAWL core classes cheat sheet: a short architectural introduction. In: Online Documents of YAWL system. yawlfoundation.org/yawldocs/yawlarchitectscheatsheet_ Beta7.pdf. Accessed at WfMC (1998) Workflow management application programming interface (Interface 2&3) Specification. Document Number WFMC-TC Dumas M, Fjellheim T, Aldred L (2006) Connecting custom services to the YAWL engine. In: Online documents of YAWL system. Beta7.pdf. Accessed at HIMSS/RSNA(2002) Integrating the Healthcare Enterprise IHE Technical Framework, vol I Integration Profiles Revision HIMSS/RSNA(2005) Integrating the healthcare enterprise IHE technical framework, vol II Transactions Revision HIMSS/RSNA(2005) Integrating the Healthcare Enterprise IHE Technical Framework, vol III Transactions (Continued) Revision HIMSS/RSNA (2005) Integrating the Healthcare Enterprise IHE Technical Framework, vol IV National Extensions Revision 6.0

Workflow management integration technology for efficient radiology

Workflow management integration technology for efficient radiology integration technology for efficient radiology T. Wendler 1 and C. Loef 2 Radiology is changing rapidly. In the healthcare system and in radiology as an integral part of it we are facing a challenging

More information

Workflow Model Representation Concepts

Workflow Model Representation Concepts Workflow Model Representation Concepts József Tick Institute for Software Engineering, John von Neumann Faculty, Budapest Tech tick@bmf.hu Abstract: Workflow management and the possibilities of workflow

More information

IHE. Integration Statement. DigitalDiagnost Koninklijke Philips Electronics N.V. All rights are reserved.

IHE. Integration Statement. DigitalDiagnost Koninklijke Philips Electronics N.V. All rights are reserved. IHE Integration Statement DigitalDiagnost 1.5.3 2008 Koninklijke Philips Electronics N.V. All rights are reserved. IHE Integration Statement DigitalDiagnost 1.5.3 Page 2 of 6 Issued by Philips Medical

More information

IHE. Integration Statement. Eleva Workspot Koninklijke Philips Electronics N.V. All rights are reserved.

IHE. Integration Statement. Eleva Workspot Koninklijke Philips Electronics N.V. All rights are reserved. IHE Integration Statement Eleva Workspot 2.0 All rights are reserved. IHE Integration Statement Eleva Workspot 2.0 Page 2 of 6 Issued by Philips Medical Systems Nederland B.V. Healthcare Informatics, PII

More information

IHE Integration Statement EPIQ 7 Release 1.1.x.x EPIQ 5 Release 1.0.x.x October 14, 2013

IHE Integration Statement EPIQ 7 Release 1.1.x.x EPIQ 5 Release 1.0.x.x October 14, 2013 IHE Integration Statement EPIQ 7 Release 1.1.x.x EPIQ 5 Release 1.0.x.x October 14, 2013 Koninklijke Philips Electronics N.V. 2013 All rights are reserved. IHE Integration Statement Page 2 of 6 Issued

More information

IHE for emerging market Learning from integration experiences

IHE for emerging market Learning from integration experiences THE DICOM 2013 INTERNATIONAL CONFERENCE & SEMINAR March 14-16 Bangalore, India IHE for emerging market Learning from integration experiences Kshitija Thakar Philips Healthcare Domain Specialist Bangalore,

More information

IHE Integration Statement

IHE Integration Statement IHE Integration Statement ict Family & Ingenuity CT Family powered by ipatient 2013 Koninklijke Philips Electronics N.V. All rights are reserved. Document id: PIIOffc.0001502 IHE Integration Statement

More information

CIMFLOW A WORKFLOW MANAGEMENT SYSTEM BASED ON INTEGRATION PLATFORM ENVIRONMENT

CIMFLOW A WORKFLOW MANAGEMENT SYSTEM BASED ON INTEGRATION PLATFORM ENVIRONMENT CIMFLOW A WORKFLOW MANAGEMENT SYSTEM BASED ON INTEGRATION PLATFORM ENVIRONMENT Haibin Luo Yushun Fan State CIMS Engineering and Research Center, Dept. of Automation, Tsinghua University Beijing, P.R. China.

More information

Supporting Healthcare Processes with YAWL4Healthcare

Supporting Healthcare Processes with YAWL4Healthcare Supporting Healthcare Processes with YAWL4Healthcare Ronny S. Mans 1,3, Nick C. Russell 2, Wil M.P. van der Aalst 1, Arnold J. Moleman 3, Piet J.M. Bakker 3 1 Department of Information Systems, Eindhoven

More information

PACS Consolidation and Imaging Record Quality Policies

PACS Consolidation and Imaging Record Quality Policies PACS Consolidation and Imaging Record Quality Policies MEDICAL IMAGING INFORMATICS AND TELERADIOLOGY CONFERENCE Genady Knizhnik Industry Consultant 20 years in Healthcare IT industry across the globe Contact:

More information

TDT Model-driven Development of Information Systems, Autumn Service-oriented architecture (SOA)

TDT Model-driven Development of Information Systems, Autumn Service-oriented architecture (SOA) TDT4250 - Model-driven Development of Information Systems, Autumn 2008 Service-oriented architecture (SOA) 1 SOA definition Service-oriented architecture (SOA) A set of components which can be invoked,

More information

CARESTREAM RIS/PACS SuperPACS Architecture. A Changing Landscape

CARESTREAM RIS/PACS SuperPACS Architecture. A Changing Landscape CARESTREAM RIS/PACS SuperPACS Architecture A Changing Landscape The field of radiology is in a constant state of acceleration and evolution. Each day, you handle an increasing number of exams and diagnostic

More information

Workflow. Quality Assurance. Workflow. Hologic 3D Tomosynthesis Connectivity Information OBJECTIVES 3/31/2015

Workflow. Quality Assurance. Workflow. Hologic 3D Tomosynthesis Connectivity Information OBJECTIVES 3/31/2015 Recognize the current 2D connectivity workflow Gain insight into tomosynthesis connectivity Understand the anatomy of a tomosynthesis image State the variety of tomosynthesis image sizes Indentify the

More information

IHE Integration Statement

IHE Integration Statement IHE Integration Statement Ingenuity TF PET/CT powered by ipatient 2012 Koninklijke Philips Electronics N.V. All rights are reserved. Document id: PIIOffc.0000988 IHE Integration Statement Ingenuity TF

More information

RADIOLOGY WORKFLOW SOLUTIONS

RADIOLOGY WORKFLOW SOLUTIONS RADIOLOGY WORKFLOW SOLUTIONS YOUR PATH TO MORE EFFICIENCY radiology workflow management for hospitals OPTIMISED WORKFLOW MAXIMUM EFFICIENCY TARGET REACHED EARLIER medavis. Your trusted partner for workflow

More information

Extending UML Activity Diagrams for Workflow Modelling with Clinical Documents in Regional Health Information Systems

Extending UML Activity Diagrams for Workflow Modelling with Clinical Documents in Regional Health Information Systems 1160 Extending UML Activity Diagrams for Workflow Modelling with Clinical Documents in Regional Health Information Systems Stergiani Spyrou, Panagiotis Bamidis, Kostas Pappas, Nikos Maglaveras Lab of Medical

More information

Evidence and Diagnostic Reporting in the IHE Context 1

Evidence and Diagnostic Reporting in the IHE Context 1 Computer-Assisted Radiology and Surgery Technical Report Evidence and Diagnostic Reporting in the IHE Context 1 Cor Loef, MsEE, Roel Truyen, MsEE Capturing clinical observations and findings during the

More information

Integrating Existing Enterprise Systems With Workflow 1

Integrating Existing Enterprise Systems With Workflow 1 17 th Bled ecommerce Conference eglobal Bled, Slovenia, June 21-23, 2004 Integrating Existing Enterprise Systems With Workflow 1 Patrick Rushe, Jeanne Stynes Cork Institute of Technology, Ireland prushe@cit.ie,

More information

DEVS MODELING OF RUN-TIME WORKFLOW SIMULATION AND ITS APPLICATION

DEVS MODELING OF RUN-TIME WORKFLOW SIMULATION AND ITS APPLICATION DEVS MODELING OF RUN-TIME WORKFLOW SIMULATION AND ITS APPLICATION Byoung K. Choi, Duckwoong Lee, and Dong H. Kang Department of Industrial Engineering KAIST 373-1 Guseong-dong, Yuseong-gu, Daejeon, 305-701,

More information

Medical Imaging Informatics Overview. Dr. Adam CHEE Chief Advocate (Director) 3 rd Nov 2010

Medical Imaging Informatics Overview. Dr. Adam CHEE Chief Advocate (Director) 3 rd Nov 2010 Medical Imaging Informatics Overview Dr. Adam CHEE Chief Advocate (Director) 3 rd Nov 2010 1 About binaryhealthcare binaryhealthcare is a Social Enterprise that strive to improve healthcare (and saving

More information

RADIATION DOSE MONITOR

RADIATION DOSE MONITOR RADIATION DOSE MONITOR The DACS for Building a Low-Dose Culture Radiation Dose Monitor / WHAT IS DACS? / DACS (Dose Archiving and Communication System) is to radiation dose reports what PACS is to DICOM

More information

SOA Enabled Workflow Modernization

SOA Enabled Workflow Modernization Abstract Vitaly Khusidman Workflow Modernization is a case of Architecture Driven Modernization (ADM) and follows ADM Horseshoe Lifecycle. This paper explains how workflow modernization fits into the ADM

More information

Agent-based Workflow Management Systems (WfMSs) Company LOGO

Agent-based Workflow Management Systems (WfMSs) Company LOGO Agent-based Workflow Management Systems (WfMSs) Company LOGO JBees a distributed and adaptive WfMS with monitoring and controlling capabilities by Lars Ehrler, Martin Fleurke, Maryam Purvis, Bastin Tony

More information

Workflow Manager Whitepaper: WORKFLOW GAPS IN ENTERPRISE IMAGING By: Val Kapitula RT(R), PMP, CIIP

Workflow Manager Whitepaper: WORKFLOW GAPS IN ENTERPRISE IMAGING By: Val Kapitula RT(R), PMP, CIIP Workflow Manager Whitepaper: WORKFLOW GAPS IN ENTERPRISE IMAGING By: Val Kapitula RT(R), PMP, CIIP Table of Contents Table of Contents... 2 Executive Summary... 3 Enterprise Integration... 4 Workflow Efficiency...

More information

Integrating the Healthcare Enterprise

Integrating the Healthcare Enterprise Integrating the Healthcare Enterprise IHE IHE-J IHE-J JIRA IHE Radiology Integration Profiles Patient Info. Reconciliation Scheduled of Grouped s - Charge Posting Reporting Consistent of s Evidence Docs

More information

RADIATION DOSE MONITOR. The DACS for Building a Low-Dose Culture

RADIATION DOSE MONITOR. The DACS for Building a Low-Dose Culture RADIATION DOSE MONITOR The DACS for Building a Low-Dose Culture Radiation Dose Monitor / WHAT IS DACS? / DACS (Dose Archiving and Communication System) is to radiation dose reports what PACS is to DICOM

More information

Cisco Connected Imaging

Cisco Connected Imaging Cisco Connected Imaging Connected Imaging: Improve Medical Imaging Collaboration, Performance, and Workflow Cisco Connected Imaging enhances collaboration among radiologists, physicians, and technologists

More information

A Conceptual Model of a Workflow Management System Based on Web Services

A Conceptual Model of a Workflow Management System Based on Web Services Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2004 Proceedings Americas Conference on Information Systems (AMCIS) December 2004 A Conceptual Model of a Workflow Management System

More information

Using Patterns for Communicating About Flexible Processes

Using Patterns for Communicating About Flexible Processes Using Patterns for Communicating About Flexible Processes 1 Ralf Laue 1 and Kathrin Kirchner 2 University of Applied Sciences of Zwickau, Department of Computer Science Dr.-Friedrichs-Ring 2a, 08056 Zwickau,

More information

Integrating the Healthcare Enterprise (IHE) Integration Statement

Integrating the Healthcare Enterprise (IHE) Integration Statement GE Healthcare Technical Publications Document Number: DOC2159732 Revision: 1 Versana Premier Version 1 Integrating the Healthcare Enterprise (IHE) Integration Statement Copyright 2018 by General Electric

More information

IHE Radiology User s Handbook

IHE Radiology User s Handbook Integrating the Healthcare Enterprise IHE Radiology User s Handbook 2005 Edition June 20, 2005 Copyright 2005: ACC/HIMSS/RSNA Executive Summary Integrating the Healthcare Enterprise (IHE) is an initiative

More information

Dynamic Parameterized States Tracking for Reusable Workflow Routing

Dynamic Parameterized States Tracking for Reusable Workflow Routing International Journal of Innovative Computing 4: 1(2014) 9-13 International Journal of Innovative Computing Journal Homepage: http://se.cs.utm.my/ijic Dynamic Parameterized States Tracking for Reusable

More information

A Merge White Paper. Closed Loop Referral Management: A Cost-Effective Strategy for Meaningful Interoperability

A Merge White Paper. Closed Loop Referral Management: A Cost-Effective Strategy for Meaningful Interoperability A Merge White Paper Closed Loop Referral Management: A Cost-Effective Strategy for Meaningful Interoperability Financial pressures in hospitals and other care settings are increasing as the U.S. healthcare

More information

Functional Requirements for Enterprise Clinical Data Management: Solving Technical Problems, Satisfying User Needs

Functional Requirements for Enterprise Clinical Data Management: Solving Technical Problems, Satisfying User Needs Functional Requirements for Enterprise Clinical Data Management: Solving Technical Problems, Satisfying User Needs All around the world, regulatory requirements and market forces are driving a growing

More information

RIS / PACS A WEB-BASED APPLICATION DESIGNED TO AUTOMATE YOUR WORKFLOW

RIS / PACS A WEB-BASED APPLICATION DESIGNED TO AUTOMATE YOUR WORKFLOW RIS / PACS A WEB-BASED APPLICATION DESIGNED TO AUTOMATE YOUR WORKFLOW About us Our Company Our Mission is Simple Our company is Canadian and was established in 1994. After over 20 years, we continue to

More information

Design and Implementation of Office Automation System based on Web Service Framework and Data Mining Techniques. He Huang1, a

Design and Implementation of Office Automation System based on Web Service Framework and Data Mining Techniques. He Huang1, a 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 2016) Design and Implementation of Office Automation System based on Web Service Framework and Data

More information

RESOLVING APPLICATION DEVELOPMENT ISSUES USING SOA Y. KIRAN KUMAR 1, G.SUJATHA 2, G. JAGADEESH KUMAR 3

RESOLVING APPLICATION DEVELOPMENT ISSUES USING SOA Y. KIRAN KUMAR 1, G.SUJATHA 2, G. JAGADEESH KUMAR 3 RESOLVING APPLICATION DEVELOPMENT ISSUES USING SOA Y. KIRAN KUMAR 1, G.SUJATHA 2, G. JAGADEESH KUMAR 3 1 Asst Professor, Dept of MCA, SVEC, A. Rangampet. ykkumar83@gmail.com, sujatha229@gmail.com,com 148

More information

for exceptional care

for exceptional care IntelliSpace ECG Cardiology information management Managing workflow your way for exceptional care When an ECG is more than an ECG Philips IntelliSpace ECG provides fast, easy access to ECGs from almost

More information

Business Process Management with SAP NetWeaver. Thomas Volmering Senior Product Manager SAP NetWeaver BPM & BAM SAP AG

Business Process Management with SAP NetWeaver. Thomas Volmering Senior Product Manager SAP NetWeaver BPM & BAM SAP AG Business Process with SAP NetWeaver Thomas Volmering Senior Product Manager SAP NetWeaver BPM & BAM SAP AG BUSINESS PROCESS MANAGEMENT Motivation SAP AG 2004, BPM / Volmering / 2 Why Business Process?

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

Clinical depth anywhere, anytime

Clinical depth anywhere, anytime Clinical depth anywhere, anytime Philips IntelliSpace PACS solution Informed images everywhere it matters Philips is a leader in clinical imaging and in the innovation of clinical imaging informatics.

More information

Introducing a new take on efficient workflow: Deeply integrated clinical applications

Introducing a new take on efficient workflow: Deeply integrated clinical applications Clinical Applications Introducing a new take on efficient workflow: Deeply integrated clinical applications The EXPERIENCE of TRUE CLINICAL APPLICATIONS While developments in image acquisition technology

More information

Gain leverage in your hospital interfacing environment

Gain leverage in your hospital interfacing environment PERSPECTIVE STREAMLINING HEALTHCARE INTERFACES Gain leverage in your hospital interfacing environment Hospitals, imaging centers, laboratories, and clinics are all faced with the demand of providing electronic

More information

SEVEN FEATURED PEGA CASE STUDIES. Different needs, different industries, tailored solutions leveraging Pega solutions

SEVEN FEATURED PEGA CASE STUDIES. Different needs, different industries, tailored solutions leveraging Pega solutions SEVEN FEATURED PEGA CASE STUDIES Different needs, different industries, tailored solutions leveraging Pega solutions TELECOM PROVIDER KEEP ITS PROMISE TO ITS CUSTOMERS When you re a leading telecommunications

More information

The UK PACS & TELERADIOLOGY GROUP (A Special Interest Group of the Royal College of Radiologists)

The UK PACS & TELERADIOLOGY GROUP (A Special Interest Group of the Royal College of Radiologists) The UK PACS & TELERADIOLOGY GROUP (A Special Interest Group of the Royal College of Radiologists) SPRING 2009 MEETING Ordercomms for Radiology -A supplier perspective Dominic Dunn Change of Name Friday

More information

Design and Implementation of Workflow Based Yard Management System

Design and Implementation of Workflow Based Yard Management System Design and Implementation of Workflow Based Yard Management System Dong Won ho A, Young Hae Lee *B and Hyun Jin Hwang A Hanyang University, S. Korea, e-mail:dwcm@naver.com B Hanyang University, S. Korea,

More information

THE USE OF SYSTEMIC METHODOLOGIES IN WORKFLOW MANAGEMENT Nikitas A. Assimakopoulos and Apostolos E. Lydakis

THE USE OF SYSTEMIC METHODOLOGIES IN WORKFLOW MANAGEMENT Nikitas A. Assimakopoulos and Apostolos E. Lydakis THE USE OF SYSTEMIC METHODOLOGIES IN WORKFLOW MANAGEMENT Nikitas A. Assimakopoulos and Apostolos E. Lydakis Contact Addresses: Nikitas A. Assimakopoulos Department of Informatics University of Piraeus

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

Monitoring and controlling of a multi - agent based workflow system

Monitoring and controlling of a multi - agent based workflow system Monitoring and controlling of a multi - agent based workflow system Bastin Tony Roy Savarimuthu, Maryam Purvis, Martin Fleurke Department of Information Science University of Otago PO Box 56, Dunedin,

More information

medavis NO COMPROMISES

medavis NO COMPROMISES medavis NO COMPROMISES YOUR WAY TO MORE EFFICIENCY Orientation towards the Future through Innovation & Worldwide Networking medavis is the leading manufacturer of medical IT solutions since 1997. Our sophisticated

More information

Intelligent Workflow Management: Architecture and Technologies

Intelligent Workflow Management: Architecture and Technologies Proceedings of The Third International Conference on Electronic Commerce(ICeCE2003), Hangzhou Oct. 2003, pp.995-999 Intelligent Workflow Management: Architecture and Technologies Chen Huang a, Yushun Fan

More information

IDC HEALTH INSIGHTS OPINION

IDC HEALTH INSIGHTS OPINION Best Practices: Case Study Vendor Neutral Archiving Drives Improved Productivity, Storage Costs, and Care Quality at London Health Sciences Centre, Ontario IDC Health Insights: Healthcare Provider IT Strategies

More information

SOLUTIONS Express Enterprise SP Enterprise XP Integral Breast Workspace. better images mean better results

SOLUTIONS Express Enterprise SP Enterprise XP Integral Breast Workspace. better images mean better results SOLUTIONS Express Enterprise SP Enterprise XP Integral Breast Workspace better images mean better results A Complete Clinical Solution Built Around You. DynaCAD Express Built upon the powerful components

More information

Nuacare HMS. PMS. LIMS. CMS. RIS

Nuacare HMS. PMS. LIMS. CMS. RIS Nuacare HMS. PMS. LIMS. CMS. RIS 1 Nuacare works with your hospital flow 2 Registratio n OPD Lab- Diagnostics Pharmac y Billing Human Resource s Accounti ng Reports Nuacare - Components 3 Clinical Pharma

More information

Functional and Control Integration of an ICU, LIS and PACS Information System *1

Functional and Control Integration of an ICU, LIS and PACS Information System *1 Functional and Control Integration of an ICU, LIS and PACS Information System *1 D. G. KATEHAKIS 1, M. TSIKNAKIS 1, A. ARMAGANIDIS 2, S. C. ORPHANOUDAKIS 1,3 1 Institute of Computer Science, FORTH, PO

More information

Integrating the Healthcare Enterprise (IHE) Integration Statement

Integrating the Healthcare Enterprise (IHE) Integration Statement GE Healthcare Technical Publications Document Number: DOC1543455 Revision: 2 Discovery NM 630 Version 1.003 Integrating the Healthcare Enterprise (IHE) Integration Statement Copyright 2014 by General Electric

More information

Managing Acquisition Workflow:

Managing Acquisition Workflow: DICOM 2005 International Conference: Budapest, Hungary Managing Acquisition Workflow: Kevin O Donnell Toshiba Medical Systems Company Member, DICOM Std. Cmte & WG-06 Key DICOM Services DICOM Modality Worklist

More information

ViewPoint 6 Clarify your View

ViewPoint 6 Clarify your View ViewPoint 6 Clarify your View Clear information helps you see the bigger picture Using over 20 years of experience and feedback from customers across the globe, we ve simplified ultrasound reporting and

More information

Modeling Process Aware Information Systems with BPMN

Modeling Process Aware Information Systems with BPMN Modeling Process Aware Information Systems with BPMN Fabrizio Maria Maggi Based on lecture material by Marlon Dumas (University of Tartu, Estonia) and Wil van der Aalst (Eindhoven University of Technology,

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

Site Customization Screen

Site Customization Screen ROENTGEN WORKS FLOW (RWF) is a service for radiologists to provide remote reading services for multiple healthcare facilities. Designed to allow independent reading groups to compete with the largest groups

More information

synedra Digitization in Healthcare Facilities

synedra Digitization in Healthcare Facilities synedra Digitization in Healthcare Facilities Digitization in Healthcare Facilities The rapidly advancing digitization affects all areas of daily life, including the healthcare sector. With synedra and

More information

Integrating the Healthcare Enterprise

Integrating the Healthcare Enterprise Integrating the Healthcare Enterprise -J -J JIRA 2004/10/7 1 -J Process Users identify desired functionalities that require coordination and communication among multiple systems E.g., departmental workflow,

More information

White Paper Series. What is a Vendor Neutral Archive? Wayne T. DeJarnette, Ph.D. President, DeJarnette Research Systems, Inc. September 17, 2009

White Paper Series. What is a Vendor Neutral Archive? Wayne T. DeJarnette, Ph.D. President, DeJarnette Research Systems, Inc. September 17, 2009 White Paper Series What is a Vendor Neutral Archive? Wayne T. DeJarnette, Ph.D. President, DeJarnette Research Systems, Inc. September 17, 2009 DeJarnette Research Systems, Inc., 2009 Over the past year

More information

SOP 4 EBPM: Generating Executable Business Services from Business Models*

SOP 4 EBPM: Generating Executable Business Services from Business Models* SOP 4 EBPM: Generating Executable Business Services from Business Models* Rubén de Juan-Marín 1 and Rubén Darío Franco 2 1 Instituto Tecnológico de Informática Univ. Politécnica de Valencia, 46022 Valencia,

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

Chapter 3 DECISION SUPPORT SYSTEMS CONCEPTS, METHODOLOGIES, AND TECHNOLOGIES: AN OVERVIEW

Chapter 3 DECISION SUPPORT SYSTEMS CONCEPTS, METHODOLOGIES, AND TECHNOLOGIES: AN OVERVIEW Chapter 3 DECISION SUPPORT SYSTEMS CONCEPTS, METHODOLOGIES, AND TECHNOLOGIES: AN OVERVIEW Learning Objectives Understand possible decision support system (DSS) configurations Understand the key differences

More information

Walk. Run. Fly. Three phases for a smooth VNA implementation.

Walk. Run. Fly. Three phases for a smooth VNA implementation. Walk. Run. Fly. Three phases for a smooth VNA implementation. Walk. Run. Fly. If you are looking to implement a vendor neutral archive (VNA), but are concerned about disrupting your clinical users, then

More information

Orientation Towards the Future Through Innovation

Orientation Towards the Future Through Innovation RIS 4.0 Orientation Towards the Future Through Innovation Buzz words such as industry 4.0 or economy 4.0 often appear in media today. They function as synonym for industry or economy of the future. Therefore

More information

A Quality Management System for Project Processes in Institutional Economies with Dynamic Resource Control

A Quality Management System for Project Processes in Institutional Economies with Dynamic Resource Control A Quality Management System for Project Processes in Institutional Economies with Dynamic Resource Control Tao Yang Huazhong University of Science and Technology Abstract - This research develops an institutional

More information

DoseWise Portal. Take control of dose management. across your organization

DoseWise Portal. Take control of dose management. across your organization DoseWise Portal Take control of dose management across your organization Enable dose management across your organization Take control with DoseWise Portal Hospitals and health systems are discovering new

More information

Take control of dose management

Take control of dose management DoseWise Portal Take control of dose management across your organization Key benefits Make data-informed decisions to improve patient care with support from dose tracking and advanced analytics Enhance

More information

Chapter 16 Software Reuse. Chapter 16 Software reuse

Chapter 16 Software Reuse. Chapter 16 Software reuse Chapter 16 Software Reuse 1 Topics covered The reuse landscape Application frameworks Software product lines COTS product reuse 2 Software reuse In most engineering disciplines, systems are designed by

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction Wil van der Aalst, Michael Adams, Arthur ter Hofstede, and Nick Russell 1.1 Overview The area of Business Process Management (BPM) has received considerable attention in recent years

More information

Prioritization of IHE Radiology Profiles. Herman Oosterwijk, President, OTech, Inc.

Prioritization of IHE Radiology Profiles. Herman Oosterwijk, President, OTech, Inc. Prioritization of IHE Radiology Profiles Herman Oosterwijk, President, OTech, Inc. Agenda What is IHE? Prioritization: Vendors Users/Providers Highlight of radiology profiles and priority What is IHE and

More information

Service Oriented Architecture. Reference MIDDLEWARE & ENTERPRISE INTEGRATION TECHNOLOGIES By

Service Oriented Architecture. Reference MIDDLEWARE & ENTERPRISE INTEGRATION TECHNOLOGIES By Service Oriented Architecture Reference MIDDLEWARE & ENTERPRISE INTEGRATION TECHNOLOGIES By G. SUDHA SADASIVAM, RADHA SHANKARMANI 1 COMPILED BY BJ What is Service-Oriented Architecture? Service-Oriented

More information

HEALTHCARE. Taking workflow where you want it to go.

HEALTHCARE. Taking workflow where you want it to go. HEALTHCARE Taking workflow where you want it to go. The evolution of Healthcare IT has reached medical imaging. Single Integrated Database Konica Minolta s Exa Platform offers a unique and unparalleled

More information

Integrating the Healthcare Enterprise (IHE)

Integrating the Healthcare Enterprise (IHE) Technical Publications DOC1552197 Revision 1 Revolution EVO Integrating the Healthcare Enterprise (IHE) Integration Statement Copyright 2014 by General Electric Company INTRODUCTION OVERVIEW This IHE Integration

More information

Tools for S-BPM To Go

Tools for S-BPM To Go Tools for S-BPM 13 13.1 To Go A. Fleischmann et al., Subject-Oriented Business Process Management, DOI 10.1007/978-3-642-32392-8_13, # The Author(s) 2012 241 242 13 Tools for S-BPM In the following sections,

More information

ACHIEVING A PACS-NEUTRAL ARCHIVE

ACHIEVING A PACS-NEUTRAL ARCHIVE ACHIEVING A PACS-NEUTRAL ARCHIVE Establishing PACS-Vendor and Storage-Technology Neutrality Author: Marketing Version: 1.2 Date: 29Jan10 Status: Released Distribution: General Distribution www.qstar.com

More information

Post-Processing and Reporting Workflow. Cor Loef Philips Medical Systems Interoperability Co-chair DICOM WG10 September 26, 2005

Post-Processing and Reporting Workflow. Cor Loef Philips Medical Systems Interoperability Co-chair DICOM WG10 September 26, 2005 Post-Processing and Reporting Workflow Cor Loef Philips Medical Systems Interoperability Co-chair WG10 September 26, 2005 Content Purpose and Abilities Workflow Overviews Protocols Examples Conference

More information

Technical Publications

Technical Publications GE Healthcare Technical Publications DOC1930714 Revision 1 Revolution EVO and Optima CT660 Integrating the Healthcare Enterprise (IHE) Integration Statement Copyright 2015 by General Electric Company GE

More information

Healthcare Solutions Nuance PowerShare Network. PowerShare. The industry s largest medical imaging network.

Healthcare Solutions Nuance PowerShare Network. PowerShare. The industry s largest medical imaging network. PowerShare. The industry s largest medical imaging network. 2 Easily find other providers and begin sharing in minutes. The Nuance PowerShare Network connects healthcare facilities, providers and patients

More information

HYPERSERVICE BUSINESS PLATFORM 0

HYPERSERVICE BUSINESS PLATFORM 0 HYPERSERVICE BUSINESS PLATFORM 0 APPLICATION OVERVIEW NextAxiom Technology, Inc. http://www.nextaxiom.com COPYRIGHT 2003 NextAxiom. All rights reserved. Printed in the United States of America. TRADEMARKS

More information

Administration & Monitoring Other Workflow Engines Application Agent Process Definition Tool Workflow Engine Workflow Database Invoked Application Fig

Administration & Monitoring Other Workflow Engines Application Agent Process Definition Tool Workflow Engine Workflow Database Invoked Application Fig Predictive Workow Management Euthimios Panagos and Michael Rabinovich AT&T Labs - Research 180 Park Avenue Florham Park, NJ 07932 fthimios, mishag@research.att.com Abstract In this paper, we propose a

More information

Integrating the Healthcare Enterprise (IHE) Integration Statement

Integrating the Healthcare Enterprise (IHE) Integration Statement g GE Healthcare Technical Publications Document Number: 41912 Revision: 6.0 encore TM Version 12.0 Integrating the Healthcare Enterprise (IHE) Integration Statement Copyright 2007 by General Electric Company

More information

Data Warehousing provides easy access

Data Warehousing provides easy access Data Warehouse Process Data Warehousing provides easy access to the right data at the right time to the right users so that the right business decisions can be made. The Data Warehouse Process is a prescription

More information

Introducing Carhire Manager Web

Introducing Carhire Manager Web P.O. Box 58434, CY 3734 Limassol, Cyprus Tel.: + 357 25763765, Fax: + 357 25763702 Email: info@datalogicco.com, Web: http://www.datalogicco.com Introducing Carhire Manager Web Datalogic Consultants Ltd

More information

Centricity * Precision Reporting

Centricity * Precision Reporting GE Healthcare Centricity * Precision Reporting A more intelligent approach to diagnostic reporting. Healthcare IT Re-Imagined 1 1 1 0 0 1 0 1 0 0 0 0 *Trademark of General Electric Company. Imagine being

More information

Mobile Radiography Radiology Information System by AMT/EMD

Mobile Radiography Radiology Information System by AMT/EMD 2014 Mobile Radiography Radiology Information System by AMT/EMD Mobile RIS is specifically designed for the mobile radiography industry Hugh Douthit/Patrick Mulcahy AMT/EMD Systems Software MMMRISV1-1

More information

Integrating the Healthcare Enterprise (IHE)

Integrating the Healthcare Enterprise (IHE) Technical Publications DOC1051015 Revision 3 Optima CT660 Integrating the Healthcare Enterprise (IHE) Integration Statement Copyright 2012 by General Electric Company INTRODUCTION OVERVIEW This IHE Integration

More information

Copyright 2004 John Koenig All Rights Reserved

Copyright 2004 John Koenig All Rights Reserved NOVEMBER 2004 JBOSS jbpm WHITE PAPER by JOHN KOENIG www.riseforth.com All Rights Reserved This document may not be published or reproduced in whole or in part without the prior written approval of John

More information

YAWL4Industry: Reflections on using YAWL for Industry Projects

YAWL4Industry: Reflections on using YAWL for Industry Projects YAWL4Industry: Reflections on using YAWL for Industry Projects M. T. Wynn, C. Ouyang, and M. Adams Queensland University of Technology, Brisbane, Australia. {m.wynn,c.ouyang,mj.adams}@qut.edu.au Abstract.

More information

WORKLIST. Optimizing your workflow

WORKLIST. Optimizing your workflow WORKLIST dicom Worklist server Optimizing your workflow VERSiON 2.0 iq-worklist CONSISTENT DATA throughout RIS and PACS iq-worklist is a powerful DICOM worklist server and a must-have in every imaging

More information

Technical Publications

Technical Publications GE Healthcare Technical Publications Document Number: DOC1852785 Revision: 3 Discovery* MR750w Discovery* MR750 Discovery* MR450 Optima* MR450w SIGNA* Voyager SIGNA* Explorer SIGNA* Creator SIGNA* Architect

More information

Technical Publications

Technical Publications GE Healthcare Technical Publications Document Number: DOC1852785 Revision: 4 Discovery* MR750w Discovery* MR750 Discovery* MR450 Optima* MR450w SIGNA* Voyager SIGNA* Explorer SIGNA* Creator SIGNA* Architect

More information

Q-STRESS CARDIAC STRESS TESTING SYSTEM

Q-STRESS CARDIAC STRESS TESTING SYSTEM Q-STRESS CARDIAC STRESS TESTING SYSTEM This product is available through: JRT Associates 800-221-0111 A Legacy of Clinical Excellence Mortara brings proven expertise to the forefront of diagnostic cardiac

More information

Introduction DICOM and imaging Replacing film with PACS What is wrong with the scenario? Going beyond DICOM IHE impact: workflow problems

Introduction DICOM and imaging Replacing film with PACS What is wrong with the scenario? Going beyond DICOM IHE impact: workflow problems Extending DICOM to integrated information environments: IHE Steven C. Horii, MD, FACR, FSCAR Department of Radiology University of Pennsylvania Medical Center Disclosure Receive royalties from SPIE for

More information

Component Based System Framework for Dynamic B2B Interaction

Component Based System Framework for Dynamic B2B Interaction Component Based System Framework for Dynamic B2B Interaction Jinmin Hu Paul Grefen Department of Computer Science, University of Twente P.O. Box 217, 7500 AE Enschede, the Netherlands E-mail: {jimhu, grefen}

More information

Relied on by the world s. radiology. departments. IMPAX 6: Digital Image and Information Management

Relied on by the world s. radiology. departments. IMPAX 6: Digital Image and Information Management Relied on by the world s radiology departments IMPAX 6: Digital Image and Information Management IMPAX for Breast Imaging met every key criteria for success that we established. The team from Agfa HealthCare

More information