1 DirectView Configuration Assistant Eastman Kodak Health Imaging Doug Smith.

Slides:



Advertisements
Similar presentations
PCT303 – Content Publishing in SharePoint Eugene Rosenfeld Black Blade Associates
Advertisements

3 Copyright © 2005, Oracle. All rights reserved. Designing J2EE Applications.
DIGIDOC A web based tool to Manage Documents. System Overview DigiDoc is a web-based customizable, integrated solution for Business Process Management.
CACORE TOOLS FEATURES. caCORE SDK Features caCORE Workbench Plugin EA/ArgoUML Plug-in development Integrated support of semantic integration in the plugin.
Database Architectures and the Web
Apache Struts Technology
Oracle9i Database Administrator: Implementation and Administration 1 Chapter 2 Overview of Database Administrator (DBA) Tools.
TAC Vista Security. Target  TAC Vista & Security Integration  Key customer groups –Existing TAC Vista users Provide features and hardware for security.
Distributed components
Technical Architectures
CSLA Presenter Sergey Barskiy, senior consultant at Magenic Technologies your questions Send an in order.
Web Servers How do our requests for resources on the Internet get handled? Can they be located anywhere? Global?
Layers & Tiers Umair Javed Lec - 41.
Page 1 Building Reliable Component-based Systems Chapter 18 - A Framework for Integrating Business Applications Chapter 18 A Framework for Integrating.
Software Architecture Patterns (2). what is architecture? (recap) o an overall blueprint/model describing the structures and properties of a "system"
Software Engineering Module 1 -Components Teaching unit 3 – Advanced development Ernesto Damiani Free University of Bozen - Bolzano Lesson 2 – Components.
Systems Analysis and Design in a Changing World, 6th Edition 1 Chapter 6.
Maintaining and Updating Windows Server 2008
11 SYSTEMS ADMINISTRATION AND TERMINAL SERVICES Chapter 12.
Web Application Architecture: multi-tier (2-tier, 3-tier) & mvc
Chapter 2 Database System Concepts and Architecture
Introduction to Databases Transparencies 1. ©Pearson Education 2009 Objectives Common uses of database systems. Meaning of the term database. Meaning.
Objectives Design Class Diagrams Issues in system design Generalization Review UML papers.
Technology Coordinators Training. Confidential Copyright © 2007 Pearson Education, Inc. and/or one or more of its direct or indirect affiliates. All rights.
Copyright © 2012 Accenture All Rights Reserved.Copyright © 2012 Accenture All Rights Reserved. Accenture, its logo, and High Performance Delivered are.
The Design Discipline.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
Module 13: Configuring Availability of Network Resources and Content.
Copyright© 2003 Avaya Inc. All rights reserved Upgrade to Communication Manager 2.0 with Migration to Linux 8.0 Purpose: This presentation was prepared.
Lecture 7 Interaction. Topics Implementing data flows An internet solution Transactions in MySQL 4-tier systems – business rule/presentation separation.
An Introduction to Software Architecture
Advanced Web Forms with Databases Programming Right from the Start with Visual Basic.NET 1/e 13.
Copyright © 2011 EMC Corporation. All Rights Reserved. MODULE – 6 VIRTUALIZED DATA CENTER – DESKTOP AND APPLICATION 1.
Fundamentals Pages 1 to 19 in your workbook. A Tour of VTScada WEB – Script based, using its own programming language VTS – Visual Tag System. Added a.
Enterprise JavaBeans. What is EJB? l An EJB is a specialized, non-visual JavaBean that runs on a server. l EJB technology supports application development.
Tutorial 121 Creating a New Web Forms Page You will find that creating Web Forms is similar to creating traditional Windows applications in Visual Basic.
SOFTWARE DESIGN AND ARCHITECTURE LECTURE 07. Review Architectural Representation – Using UML – Using ADL.
Tom Castiglia Hershey Technologies
SAMANVITHA RAMAYANAM 18 TH FEBRUARY 2010 CPE 691 LAYERED APPLICATION.
1 of of 25 3 of 25 ORBs (Object Request Broker) – A distributed software bus for communication among middleware services and applications – To.
SURENDER SARA 10GAS Building Corporate KPI’s
Chapter 26 GoF Design Patterns. The Adapter Design Pattern.
Chapter 17 GRASP: Designing Objects with Responsibilities. 1CS6359 Fall 2011 John Cole.
Computer Emergency Notification System (CENS)
© 2005 Prentice Hall10-1 Stumpf and Teague Object-Oriented Systems Analysis and Design with UML.
1 Week #10Business Continuity Backing Up Data Configuring Shadow Copies Providing Server and Service Availability.
Lesson Overview 3.1 Components of the DBMS 3.1 Components of the DBMS 3.2 Components of The Database Application 3.2 Components of The Database Application.
Secure Systems Research Group - FAU SW Development methodology using patterns and model checking 8/13/2009 Maha B Abbey PhD Candidate.
Chapter 2 Database System Concepts and Architecture Dr. Bernard Chen Ph.D. University of Central Arkansas.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
1 Web Servers (Chapter 21 – Pages( ) Outline 21.1 Introduction 21.2 HTTP Request Types 21.3 System Architecture.
Search Engine using Web Mining COMS E Web Enhanced Information Mgmt Prof. Gail Kaiser Presented By: Rupal Shah (UNI: rrs2146)
Preface IIntroduction Objectives I-2 Course Overview I-3 1Oracle Application Development Framework Objectives 1-2 J2EE Platform 1-3 Benefits of the J2EE.
CSC 480 Software Engineering Lecture 17 Nov 4, 2002.
E-commerce Architecture Ayşe Başar Bener. Client Server Architecture E-commerce is based on client/ server architecture –Client processes requesting service.
Maintaining and Updating Windows Server 2008 Lesson 8.
1 Copyright © 2008, Oracle. All rights reserved. Repository Basics.
J2EE Platform Overview (Application Architecture)
N-Tier Architecture.
Chapter 2 Database System Concepts and Architecture
MVC and other n-tier Architectures
Software Design and Architecture
Distribution and components
Ch > 28.4.
Knowledge Byte In this section, you will learn about:
Service-centric Software Engineering
Analysis models and design models
An Introduction to Software Architecture
SOA in Action Chapter 10 B. Ramamurthy 1/16/2019.
SDMX IT Tools SDMX Registry
Presentation transcript:

1 DirectView Configuration Assistant Eastman Kodak Health Imaging Doug Smith

2 Topics Significant Design Goals and Paradigms Data Sources and Flow Diagrams Rules for Mapping Data to a Provider User Interface Look and Feel Interaction Patterns between client and server Overview of Client Implementation Classes Overview of Server Implementation Classes

3 Design Principles Services are implemented as reusable software components wherever possible. DirectView dependencies have been avoided to allow the design to serve future products in a loose-coupled design. Components are not visible to end-users and are created silently by either DirectView or the Configuration Tool when information as needed through mapping rules. The Configuration server provides the ability to change the nature and location of the data storage without impacting client coding. The Class Factory, Model-View Controller, and Delegator design patterns are used.

4 Design Constraints A separate tool will be used to configure the DirectView workstation Backup/Restore the configuration files and registry entries to/from floppy disc. Remote Access will be possible using a remote host product such as PCAnywhere or Timbucktu. All the facilities currently offered by the RIS configuration tool must be ported to the new application. Any existing customer settings in a 4.2 format file must be seamlessly migrated to the new format.

5 Context Diagram

6 Operational Overview The tool will determine if DirectView running and exit if this is so. The Client then starts up the Configuration COM server automatically. The server portion runs only when a client is running. The Configuration COM Server will create additional COM servers as required to access the configuration data sources. Updates remain in the server cache until the server shuts down, or a flush ( checkpoint ) is issued by the client.

7 Traditional Three-tier Presentation Layer Business Logic Layer Data Access Layer Data Source Thin client layer coordinates transactions and display logic. Business Logic manages disparate ( non SQL/non ODBC ) data sources. Data Access layer understands data range and relationships.

8 Client-Top Tier Visual C++/ MFC Dialog-Only Application Manages COM Services Does not know where data is located. Does not know underlying data storage mechanics Does understand data relationship rules.

9 Distributed Three-Tier Presentation Layer Business Logic Layer Data Access Layer Data Source Workflow Layer Presentation layer remote invocation at tier 3 support point. Workflow layer manages IP/VPN connection to customer site using DCOM. Data Access layer runs on the customer site and does not know the difference between local and distributed access.

10 Property Sheets Configuration data is naturally grouped in four categories and this is reflected as four property sheets. The Application creates the MFC Property Sheet Class CAutoRadCfgSheet CCProcessInfo browses the process table.

11 Property Pages The Property Page is always associated with one or more Property Sheets, four in this application. Property Sheets understand the data validation and relationship rules. Pages exist as long as the application is running.

12 Server Overview Server communicates through Property Sets that correspond to the four Property Pages in the UI design. ( Left side ) Server launches data source helper objects specific to the AutoRad Application (right side )

13 Server Classes CCAutoRadConfigServer – Manufactures four Property Sets on demand from client. This is a transient COM server and only runs as long as one client requires it – all client interaction takes place over its interface. CARHisRisProps – A Property Page containing a set of data attributes used to configure the describing the Ris PACS connection. CARGeneralProps – A Property Page containing a set of general attributes and workstation capabilities. CARDisplayProps - A Property Page containing a set of data attributes used to configure the 3D processing. CARVoiceProps - A Property Page containing a set of data attributes used to configure the Voice Dictation.

14 Server Classes CCfgRegistryHelper – Helper class encapsulates all knowledge of the registry cluster organization where the server’s configuration is kept. CRisRegistryHelper – The existing code in the RIS PACS config program was all reused. Encapsulates all knowledge of the registry cluster organization for RIS 2010 if installed. CIDXRadRegistryHelper – Encapsulates all knowledge of the registry cluster organization if the IDX Rad is installed. CConfigServerDataStore ( Not Shown ) – Abstract base class identifies the common methods all Data Sources must implement. CEventLog ( Not Shown ) – All components in the configuration system write various messages to the event log.

15 Server Classes: INI File Handler CIniFileManager – A COM server that provides load, save, backup, restore, and serialized access control for up to 10 file. CManagedFile - Provides a generalized interface over most types of unstructured and sequentially structured flat files, including INI files. Encapsulates cache management. One per file is used and caching is used for enhanced performance. CSecurityUtils – This class represents a range of helper functions that allows clients a simplified view of the Win 2000 security model. The two public functions are AddAccessRights and RemoveAccessRights which can set or unset access rights by file/user.

16 Tagged Data Types Within the server, each of the four Parameter Sets is composed of individual data items. The data items can come from either the registry or an ini file. Every data item that is stored in an ini file has been defined with a unique tag in a server-controlled enumeration. Changes to the INI files do not affect the client at all and server changes only the mapping enumeration. Changes to the data storage do not affect the client at all and server changes only the mapping enumeration.

17 Tagged Data Types Tag ranges in this server supports INI files. Additional Tag ranges for Database and Distributed (potentially via SOAP or ASAC) locations in the future. If only one ini file is used all tags point to that single data source as shown below. The initial release will be in this configuration.

18 Sequence Diagram Initialization The sequence diagrams start with the tool client initializing and creating the COM server. The client will search for a running DirectView using CProcessInfo And proceed to the login if required if the workstation is not running. The login is disabled for this release.

19 Sequence Diagram Data Initialization The Sheet class starts the server and then creates its four page classes. Page classes never interact with the server, only the sheet call does that Sheets class gets the Property Set for each of the four Page classes. The page classes uses the Property Set to initialize its controls.