11073 Device Profile Tooling September Michael Faughn Prometheus Computing LLC

Size: px
Start display at page:

Download "11073 Device Profile Tooling September Michael Faughn Prometheus Computing LLC"

Transcription

1 11073 Device Profile Tooling September 2016 Michael Faughn Prometheus Computing LLC

2 DIM UML development Initial UML model programmatically derived from :2004 in early 2012 Work on applications begun FY 2013 Manual revisions performed Supporting models integrated IEEE11073:10101 Nomenclature (RTMMS) IEEE11073:20101 (ASN.1 Simple Types) Device Profiles Metamodel (represents UML in web applications) Printed Standard Conformance Statements (work in progress)

3 DIM UML development Supporting models integrated IEEE11073:20601 Personal Health Devices IEEE11073:10101 Nomenclature (RTMMS) IEEE11073:20101 (ASN.1 Simple Types) Device Profiles - Needs Revision Metamodel (represents UML in web applications) Printed Standard Conformance Statements (work in progress)

4 DIM Classes This shows only the classes defined by the standard. There are ~350 classifiers total in the DIM model. The Device Profiling application relies on several other supporting models (MetaInformation, Nomenclature, DeviceProfile, etc.) that interact with the DIM model. The Device Profiling application implements ~440 classes specific to the application.

5 The Model is the Standard Why? Computable Artifacts programmatically derived from a common source help to ensure harmonization. Printed Standard Software tools (Device Profiling, Validation,...) XML Schema Conformance Statements

6 UML to Artifacts: Challenges UML (or UML tools) has trouble expressing some constructs in a convenient way Class instance variables BNF (i.e. ASN.1) BIT STRING Each UML element type used has to be implemented for each builder plugin that produces an artifact. Lots of work the first time you do it and every time you build a new plugin. Keep the standard pure vs. supporting the functionality that artifacts require.

7 Published PHD UML Should Metric to PM-Segment be one-to-one? It is many-to-many in

8 PHD Classes

9 Programmatically Derived / Generated From UML Device Profile Editor web application ~ 3,000 lines of in-memory code per classifier XML Schema ASN.1 Relational database schema Rich Ruby API for interacting with DIM objects.docx JSON meta-information

10 Workflow (Simplified)

11 Device Profile Editor Existing Capabilities 1/3 Assemble DIM objects into device profile containment trees. Composition constrained by the standard View the containment tree Allow creation of Normative ( xx) and User Defined device profiles. Use any device profile as a template for a new device profile via cloning Entire containment tree must be cloned Items in blue applicable to profiles for both 11073:10201 and 11073: Otherwise the item applies only to 11073:10201 profiles.

12 Device Profile Editor Existing Capabilities 2/3 Allow user to view metadata about DIM classes and attributes (i.e. what is found in the paper standard) Associate device profile elements with terms from RTMMS. Fetch new and updated terms from RTMMS. Items in blue applicable to profiles for both 11073:10201 and 11073: Otherwise the item applies only to 11073:10201 profiles.

13 Device Profile Editor Existing Capabilities 3/3 Summary XML (Rosetta Containment Hierarchy) representation of a device profile Detailed HTML report of containment and terminology Comprehensive representation of Device Profile in XML Comprehensive representation of Device Profile in JSON (same info as XML, different format). Items in blue applicable to profiles for both 11073:10201 and 11073: Otherwise the item applies only to 11073:10201 profiles.

14 Recent Features Create Device Profile by uploading XML Original file is stored Synchronized Rosetta Containment XML input and output formats for round-trip capable workflow HTML Rosetta report Significant UI/UX improvements Prevent user from doing harm Reduction of clutter and confusion Inclusion of UCUM units in application Visual cues providing conformance information Conformance messages on XML upload Support for the use of terms not found in RTMMS

15 Upload XML Device Profile

16 RCH XML Output Example

17 Newest Features Create Device Profile by uploading tables using dotted notation (TSV) Original file is will be stored Metric types must be guessed at in some cases PHD profiles gain support

18 FIXME with PHD picture!!!!!!!!!!!!!!!! Profile created by hand

19 REFID CF_CODE10 UOM_MDC UOM_UCUM CF_UCODE10 Enum_Values MDCX_DIALYSIS_MACHINE_MDS. MDCX_DIALYSIS_MACHINE_VMD.. MDCX_DIALY_CONFIG_INFO_CHAN... MDCX_DIALY_MACH_TIME... MDCX_DIALY_MACH_MODEL... MDCX_DIALY_MACH_SERIAL_NO... MDCX_DIALY_MACH_VERSION. MDCX_DIALYZER_VMD.. MDCX_DIALYZER_FILTER_CHAN... MDCX_DIALY_FILTER_MGR_AND_UNIQUE_ID... MDCX_DIALY_FILTER_TRANSMEMBRANE_PRESS MDC_DIM_MMHG mm[hg] MDCX_DIALY_FILTER_INLET_PRESS MDC_DIM_MMHG mm[hg] MDCX_DIALY_FILTER_OUTLET_PRESS MDC_DIM_MMHG mm[hg] MDCX_DIALY_FILTER_INLET_PRESS_MIN_NON_ALM_SETTING MDC_DIM_MMHG mm[hg] MDCX_DIALY_FILTER_INLET_PRESS_MAX_NON_ALM_SETTING MDC_DIM_MMHG mm[hg] MDCX_DIALY_FILTER_INLET_PRESS MDC_DIM_MMHG mm[hg] MDCX_DIALY_FILTER_OUTLET_PRESS MDC_DIM_MMHG mm[hg] MDCX_DIALY_FILTER_INLET_PRESS_MIN_NON_ALM_SETTING MDC_DIM_MMHG mm[hg] MDCX_DIALY_FILTER_INLET_PRESS_MAX_NON_ALM_SETTING MDC_DIM_MMHG mm[hg] MDCX_DIALY_FILTER_OUTLET_PRESS_MIN_NON_ALM_SETTING MDC_DIM_MMHG mm[hg] MDCX_DIALY_FILTER_OUTLET_PRESS_MAX_NON_ALM_SETTING MDC_DIM_MMHG mm[hg] MDCX_DIALY_FILTER_INLET_PRESS_BLOOD MDC_DIM_MMHG mm[hg] MDCX_DIALY_FILTER_OUTLET_PRESS_BLOOD MDC_DIM_MMHG mm[hg] MDCX_DIALY_FILTER_INLET_PRESS_LO_NON_ALM MDC_DIM_MMHG mm[hg] MDCX_DIALY_FILTER_INLET_PRESS_HI_NON_ALM MDC_DIM_MMHG mm[hg] MDCX_DIALY_FILTER_OUTLET_PRESS_LO_NON_ALM_SETTING MDC_DIM_MMHG mm[hg] MDCX_DIALY_FILTER_OUTLET_PRESS_HI_NON_ALM_SETTING MDC_DIM_MMHG mm[hg]

20 Containment Tree and Object Node Profile created from TSV upload

21 Problem! Performance / Application Responsiveness Uploading a large profile via XML or TSV can take a really long time minutes Proxy server times out and it appears that the application has completely failed (even though it is still processing and creating the profile) Deleting a profile can take almost as long

22 Near Term Goals PHD profile functionality working as well as PCD profiles Address the performance issues Freeze features

23 Next Steps (after the freeze) Generate camera ready IEEE standard in MS Word Redesign application for reusable profiles Resolve critical issues on Revisions & Comments

24 Application Redesign Device components (e.g. VMDs, Channels) become reusable and shareable across multiple containing profiles A change to one component will propagate to all occurrences Choices (any of, one of) within normative profiles Further attention to performance issues XML Schemas for Profiles?

25 Re pla ce wi th cu sto m GU I Workflow (Simplified)

26 More Goals Finish implementation of r/w permissions in web application Improve integration with RTMMS Report new terms, etc. Comprehensive audit of updated DIM model / application with respect to 11073: Easier access to metadata and information from the DIM standard for device profile users

27 More Goals (cont.) User documentation / help for device profiling application Deploy to NIST server Release Device Profiling app for general use Conformance statements from the profile editor

28 dim.prometheuscomputing.com user: dim password: 11073

11073 Device Profile Tooling HL7 F2F September Michael Faughn Prometheus Computing LLC

11073 Device Profile Tooling HL7 F2F September Michael Faughn Prometheus Computing LLC 11073 Device Profile Tooling HL7 F2F September 2017 Michael Faughn Prometheus Computing LLC TL;DR The DIM is expressed as UML. The UML governs all. Device Profile Editor web app, printed standard, and

More information

11073 Tooling HL7 F2F January 2018 New Orleans goo.gl/wa6uao

11073 Tooling HL7 F2F January 2018 New Orleans goo.gl/wa6uao 11073 Tooling HL7 F2F January 2018 New Orleans goo.gl/wa6uao Michael Faughn Prometheus Computing TL;DR The DIM is expressed as UML. The UML governs everything. Device Profile Editor web app, printed standard,

More information

ISO/IEEE 11073, HL7 Medical Devices WG and NIST

ISO/IEEE 11073, HL7 Medical Devices WG and NIST ISO/IEEE 11073, HL7 Medical Devices WG and NIST NIST Medical Device Connectivity Test Tooling Semantic Interoperability of Medical Devices HL7/IEEE WG Meetings (Healthcare Devices WG @ Cambridge, Mass)

More information

NIST Medical Device Communication Testing

NIST Medical Device Communication Testing NIST Medical Device Communication Testing Semantic interoperability of Medical Devices HIT Test Tool Update Joint HL7/IEEE 11073 Healthcare Devices Working Group National Institute of Standards and Technology

More information

IEEE Development Program - Overview. d1jw

IEEE Development Program - Overview. d1jw IEEE 11073 Development Program - Overview d1jw Contents Program management perspective Development phasing perspectives Functional Temporal Supporting perspectives (Appendices) A: Project/Program context

More information

NIST Medical Device Communication Testing

NIST Medical Device Communication Testing NIST Medical Device Communication Testing Semantic interoperability of Medical Devices Test Tool Update Joint IEEE / HL7 May WG Meeting @ Madrid, Spain John J. Garguilo National Institute of Standards

More information

NIST Medical Device Communication Testing

NIST Medical Device Communication Testing NIST Medical Device Communication Testing Semantic interoperability of Medical Devices Test Tool Update Joint IEEE / HL7 May WG Meeting @ New Orleans, LA John J. Garguilo National Institute of Standards

More information

NIST Medical Device Communication Testing

NIST Medical Device Communication Testing NIST Medical Device Communication Testing Semantic interoperability of Medical Devices Test Tool Update Joint HL7 HCD & IEEE 11073 @ Orlando John J. Garguilo National Institute of Standards and Technology

More information

NIST Medical Device Communication Testing

NIST Medical Device Communication Testing NIST Medical Device Communication Testing Semantic interoperability of Medical Devices Test Tool Update Joint HL7 HCD & IEEE 11073 @ Orlando John J. Garguilo National Institute of Standards and Technology

More information

SPRINT 97 RELEASE NOTES

SPRINT 97 RELEASE NOTES SPRINT 97 RELEASE NOTES September Release Kevin Brennan Fitzgerald kevin.fitzgerald@aristotle.com Overview: Sprint 97 went live on September 1, 2018. In Sprint 97 we integrated a couple items relating

More information

NIST Medical Device Communication Testing

NIST Medical Device Communication Testing NIST Medical Device Communication Testing Semantic interoperability of Medical Devices Test Tool Update Joint HL7 HCD & IEEE 11073 @ Atlanta John J. Garguilo National Institute of Standards and Technology

More information

Second OMG Workshop on Web Services Modeling. Easy Development of Scalable Web Services Based on Model-Driven Process Management

Second OMG Workshop on Web Services Modeling. Easy Development of Scalable Web Services Based on Model-Driven Process Management Second OMG Workshop on Web Services Modeling Easy Development of Scalable Web Services Based on Model-Driven Process Management 88 solutions Chief Technology Officer 2003 Outline! Introduction to Web Services!

More information

Proposed Revisions to ebxml Technical. Architecture Specification v1.04

Proposed Revisions to ebxml Technical. Architecture Specification v1.04 Proposed Revisions to ebxml Technical Architecture Specification v1.04 Business Process Team 11 May 2001 (This document is the non-normative version formatted for printing, July 2001) Copyright UN/CEFACT

More information

Develop Mobile Front Ends Using Mobile Application Framework A - 2

Develop Mobile Front Ends Using Mobile Application Framework A - 2 Develop Mobile Front Ends Using Mobile Application Framework A - 2 Develop Mobile Front Ends Using Mobile Application Framework A - 3 Develop Mobile Front Ends Using Mobile Application Framework A - 4

More information

Teiid Designer User Guide 7.5.0

Teiid Designer User Guide 7.5.0 Teiid Designer User Guide 1 7.5.0 1. Introduction... 1 1.1. What is Teiid Designer?... 1 1.2. Why Use Teiid Designer?... 2 1.3. Metadata Overview... 2 1.3.1. What is Metadata... 2 1.3.2. Editing Metadata

More information

Comparing graphical DSL editors

Comparing graphical DSL editors Comparing graphical DSL editors AToM 3 vs GMF & MetaEdit+ Nick Baetens Outline Introduction MetaEdit+ Specifications Workflow GMF Specifications Workflow Comparison 2 Introduction Commercial Written in

More information

Proposed Revisions to ebxml Technical Architecture Specification v ebxml Business Process Project Team

Proposed Revisions to ebxml Technical Architecture Specification v ebxml Business Process Project Team 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 Proposed Revisions to ebxml Technical Architecture Specification v1.0.4 ebxml Business Process Project Team 11

More information

Joint Recommendation on base standards for HITSP RMON Interface #2 > IHE Ambassadors > Continua Wide Area Network (WAN) Team

Joint Recommendation on base standards for HITSP RMON Interface #2 > IHE Ambassadors > Continua Wide Area Network (WAN) Team Joint Recommendation on base standards for HITSP RMON Interface #2 > IHE Ambassadors > Continua Wide Area Network (WAN) Team 2009-08-27 The Landscape Interface #2 Nomenclature: ISO/IEEE 11073 PHD Aligns

More information

Standard modeling support Automatic propagation of a foreign key from parent to child entities in a physical model x x

Standard modeling support Automatic propagation of a foreign key from parent to child entities in a physical model x x F E AT U R E S design it build it run it design it build it run it design it build it run it design it build it run it design it build it run it design it build it run it design it build it run it design

More information

Feature Matrix GENERAL DATA MODELING ENTERPRISE DATA ARCHITECT

Feature Matrix GENERAL DATA MODELING ENTERPRISE DATA ARCHITECT Feature Matrix GENERAL DATA MODELING ENTERPRISE DATA ARCHITECT Standard Modeling Support Automatic propagation of a foreign key from parent to child entities in a logical model Automatic propagation of

More information

Evaluation Guide for ASP.NET Web CMS and Experience Platforms

Evaluation Guide for ASP.NET Web CMS and Experience Platforms Evaluation Guide for ASP.NET Web CMS and Experience Platforms CONTENTS Introduction....................... 1 4 Key Differences...2 Architecture:...2 Development Model...3 Content:...4 Database:...4 Bonus:

More information

Infopath 2007 The Form Contains Schema. Validation Errors >>>CLICK HERE<<<

Infopath 2007 The Form Contains Schema. Validation Errors >>>CLICK HERE<<< Infopath 2007 The Form Contains Schema Validation Errors 09/24/14--07:26: Schema validation found non-datatype errors. Contact us about Email contains the form data, and would show all elected approvers.

More information

Science-as-a-Service

Science-as-a-Service Science-as-a-Service The iplant Foundation Rion Dooley Edwin Skidmore Dan Stanzione Steve Terry Matthew Vaughn Outline Why, why, why! When duct tape isn t enough Building an API for the web Core services

More information

Monitoring MySQL with Prometheus & Grafana

Monitoring MySQL with Prometheus & Grafana Monitoring MySQL with Prometheus & Grafana Julien Pivotto (@roidelapluie) Percona University Belgium June 22nd, 2017 SELECT USER(); Julien "roidelapluie" Pivotto @roidelapluie Sysadmin at inuits Automation,

More information

Embarcadero. ER/Studio XE. Feature Matrix

Embarcadero. ER/Studio XE. Feature Matrix F E A T U R E S Embarcadero ER/Studio XE Feature Matri General Data Modeling Xe Data Architect Standard Modeling Support Automatic propagation of a foreign key from parent to child entities in a logical

More information

Release Notes Tripolis Dialogue

Release Notes Tripolis Dialogue Release Notes Tripolis Dialogue Version 3.23 September 2016 1 TABLE OF CONTENTS Improvements and features 3 REST API API 3.0 3 TImezone support for campaigns 4 Campaign node details in preview 5 Changes

More information

Integrity 10. Curriculum Guide

Integrity 10. Curriculum Guide Integrity 10 Curriculum Guide Live Classroom Curriculum Guide Integrity 10 Workflows and Documents Administration Training Integrity 10 SCM Administration Training Integrity 10 SCM Basic User Training

More information

Chapter 3. Architecture and Design

Chapter 3. Architecture and Design Chapter 3. Architecture and Design Design decisions and functional architecture of the Semi automatic generation of warehouse schema has been explained in this section. 3.1. Technical Architecture System

More information

IDERA ER/Studio Software Architect Evaluation Guide. Version 16.5/2016+ Published February 2017

IDERA ER/Studio Software Architect Evaluation Guide. Version 16.5/2016+ Published February 2017 IDERA ER/Studio Software Architect Evaluation Guide Version 16.5/2016+ Published February 2017 2017 IDERA, Inc. All rights reserved. IDERA and the IDERA logo are trademarks or registered trademarks of

More information

JetBrains TeamCity Comparison

JetBrains TeamCity Comparison JetBrains TeamCity Comparison TeamCity is a continuous integration and continuous delivery server developed by JetBrains. It provides out-of-the-box continuous unit testing, code quality analysis, and

More information

Building a Case Management Solution

Building a Case Management Solution Presented by IBM developerworks ibm.com/developerworks/ Building a Case Management Solution Information Management 1 2011 IBM Corporation Case Manager Builder A tool for business users Easy to use interface

More information

Future Directions for SysML v2 INCOSE IW MBSE Workshop January 28, 2017

Future Directions for SysML v2 INCOSE IW MBSE Workshop January 28, 2017 Future Directions for SysML v2 INCOSE IW MBSE Workshop January 28, 2017 Sanford Friedenthal safriedenthal@gmail.com 1/30/2017 Agenda Background System Modeling Environment (SME) SysML v2 Requirements Approach

More information

Overview of Sentence Order Reference Document Development Process

Overview of Sentence Order Reference Document Development Process Overview of Sentence Order Reference Document Development Process Scott Came Justice Integration Solutions, Inc. September 14, 2004 Purpose The purpose of this document is to outline the process/methodology

More information

Oracle Warehouse Builder 10g Runtime Environment, an Update. An Oracle White Paper February 2004

Oracle Warehouse Builder 10g Runtime Environment, an Update. An Oracle White Paper February 2004 Oracle Warehouse Builder 10g Runtime Environment, an Update An Oracle White Paper February 2004 Runtime Environment, an Update Executive Overview... 3 Introduction... 3 Runtime in warehouse builder 9.0.3...

More information

Oracle APEX 18.1 New Features

Oracle APEX 18.1 New Features Oracle APEX 18.1 New Features May, 2018 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

SharePoint 2010 Central Administration/Configuration Training

SharePoint 2010 Central Administration/Configuration Training SharePoint 2010 Central Administration/Configuration Training Overview: - This course is designed for the IT professional who has been tasked with setting up, managing and maintaining Microsoft's SharePoint

More information

ISO INTERNATIONAL STANDARD. Health informatics Harmonized data types for information interchange

ISO INTERNATIONAL STANDARD. Health informatics Harmonized data types for information interchange INTERNATIONAL STANDARD ISO 21090 First edition 2011-02-15 Health informatics Harmonized data types for information interchange Informatique de santé Types de données harmonisées pour une interchangeabilité

More information

Manage your SAS Drug Development environment

Manage your SAS Drug Development environment PhUSE 2014 Paper TS08 Manage your SAS Drug Development environment First author, Bart Van Win, Business & Decision Life Sciences, Brussels, Belgium Second author, Jean-Marc Ferran, Qualiance, Copenhagen,

More information

3rd Lecture Languages for information modeling

3rd Lecture Languages for information modeling 3rd Lecture Languages for information modeling Agenda Languages for information modeling UML UML basic concepts Modeling by UML diagrams CASE tools: concepts, features and objectives CASE toolset architecture

More information

Give Your DITA wings with taxonomy & modern web design. Joe Pairman

Give Your DITA wings with taxonomy & modern web design. Joe Pairman Give Your DITA wings with taxonomy & modern web design Joe Pairman What do we all want? What do we all want? ~ Free beer What do we all want? ~ Free beer ~ We want our content to be effective What do we

More information

The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Applications

The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Applications The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Stuart Duguid Portal & Workplace Specialist TechWorks, IBM Asia-Pacific Overview / Scope The aim of

More information

Model Driven Architecture

Model Driven Architecture Model Driven Architecture Vision VS Reality EDOC 2001 September 4-7, Seattle, USA Sridhar Iyengar Unisys Fellow Member, OMG Architecture Board sridhar.iyengar2@unisys.com Slide 1 Model Driven Architecture

More information

Technical Reference Manual

Technical Reference Manual Technical Reference Manual Soil Scanner Benjamin Glover and Jack Mooney Last Revision: April 25, 2016 Table of Contents: A. Description B. Database Artifacts C. Features and References D. Web Services

More information

HCI: THE DESIGN PROCESS. Dr Kami Vaniea

HCI: THE DESIGN PROCESS. Dr Kami Vaniea HCI: THE DESIGN PROCESS Dr Kami Vaniea 1 First, the news Make Your UX Design Process Agile Using Google s Methodology https://www.interactiondesign.org/literature/article/make-your-ux-designprocess-agile-using-google-s-methodology

More information

COURSE OUTLINE MOC : PLANNING AND ADMINISTERING SHAREPOINT 2016

COURSE OUTLINE MOC : PLANNING AND ADMINISTERING SHAREPOINT 2016 COURSE OUTLINE MOC 20339-1: PLANNING AND ADMINISTERING SHAREPOINT 2016 Module 1: Introducing SharePoint 2016 This module describes the structure and capabilities of a SharePoint environment, and the major

More information

F5 BIG-IQ Centralized Management: Local Traffic & Network Implementations. Version 5.4

F5 BIG-IQ Centralized Management: Local Traffic & Network Implementations. Version 5.4 F5 BIG-IQ Centralized Management: Local Traffic & Network Implementations Version 5.4 Table of Contents Table of Contents Managing Local Traffic Profiles...7 How do I manage LTM profiles in BIG-IQ?...7

More information

Agile Product Lifecycle Management. Executive Overview. About this Whitepaper. Document Publishing Solution Release 9.3.5

Agile Product Lifecycle Management. Executive Overview. About this Whitepaper. Document Publishing Solution Release 9.3.5 Agile Product Lifecycle Management Document Publishing Solution Release 9.3.5 E71154-02 September 2016 During the life of a product, Agile PLM acquires, processes, and maintains a wide range of data related

More information

Topics. We will examine differences between version 3 and 4 concerning. Online Services (aka istart) Staff EForm Workflow. EForm Configurations

Topics. We will examine differences between version 3 and 4 concerning. Online Services (aka istart) Staff EForm Workflow. EForm Configurations Topics We will examine differences between version 3 and 4 concerning Online Services (aka istart) Staff EForm Workflow EForm Configurations EForm Behavioral Adjustments Start Page Login and Layout Differences

More information

ActiveVOS Technologies

ActiveVOS Technologies ActiveVOS Technologies ActiveVOS Technologies ActiveVOS provides a revolutionary way to build, run, manage, and maintain your business applications ActiveVOS is a modern SOA stack designed from the top

More information

Integration With the Business Modeler

Integration With the Business Modeler Decision Framework, J. Duggan Research Note 11 September 2003 Evaluating OOA&D Functionality Criteria Looking at nine criteria will help you evaluate the functionality of object-oriented analysis and design

More information

Introduction to UML p. 1 Introduction to the Object-Oriented Paradigm p. 1 What Is Visual Modeling? p. 6 Systems of Graphical Notation p.

Introduction to UML p. 1 Introduction to the Object-Oriented Paradigm p. 1 What Is Visual Modeling? p. 6 Systems of Graphical Notation p. Introduction p. xxi Introduction to UML p. 1 Introduction to the Object-Oriented Paradigm p. 1 What Is Visual Modeling? p. 6 Systems of Graphical Notation p. 7 Understanding UML Diagrams p. 10 Visual Modeling

More information

ISO CTS2 and Value Set Binding. Harold Solbrig Mayo Clinic

ISO CTS2 and Value Set Binding. Harold Solbrig Mayo Clinic ISO 79 CTS2 and Value Set Binding Harold Solbrig Mayo Clinic ISO 79 Information technology - Metadata registries (MDR) Owning group is ISO/IEC JTC /SC 32 Organization responsible for SQL standard Six part

More information

QUARK AUTHOR THE SMART CONTENT TOOL. INFO SHEET Quark Author

QUARK AUTHOR THE SMART CONTENT TOOL. INFO SHEET Quark Author QUARK AUTHOR THE SMART CONTENT TOOL Quark Author is Web-based software that, together with Quark Publishing Platform, enables business and IT leaders to streamline and automate high-value customer communications

More information

R1 Test Case that tests this Requirement Comments Manage Users User Role Management

R1 Test Case that tests this Requirement Comments Manage Users User Role Management 2/19/2014 CDISC SHARE Requirements Page 1 of 23 Number Name Req ID Requirement Manage Users 2.1.1 User Role Manage Users 2.1.1 User Role Manage Users 2.1.1 User Role Manage Users 2.1.1 User Role Manage

More information

MarkLogic Server. Information Studio Developer s Guide. MarkLogic 8 February, Copyright 2015 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Information Studio Developer s Guide. MarkLogic 8 February, Copyright 2015 MarkLogic Corporation. All rights reserved. Information Studio Developer s Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Information

More information

Oracle Fusion Middleware 11g: Build Applications with ADF Accel

Oracle Fusion Middleware 11g: Build Applications with ADF Accel Oracle University Contact Us: +352.4911.3329 Oracle Fusion Middleware 11g: Build Applications with ADF Accel Duration: 5 Days What you will learn This is a bundled course comprising of Oracle Fusion Middleware

More information

Testking.P questuons

Testking.P questuons Testking.P2070-055.48 questuons Number: P2070-055 Passing Score: 800 Time Limit: 120 min File Version: 4.7 http://www.gratisexam.com/ P2070-055 IBM FileNet P8 System Implementation Technical Mastery Test

More information

Creation of Repositories Page 0 of 27

Creation of Repositories Page 0 of 27 Creation of Repositories Page 0 of 27 Document Name: Repositories and Metamodels - Creation of Repositories.docx 11 November 0 / 27 1 Contents 1 Preface... 2 2 Prerequisites... 2 3 Creation of Repository...

More information

1Z0-560 Oracle Unified Business Process Management Suite 11g Essentials

1Z0-560 Oracle Unified Business Process Management Suite 11g Essentials 1Z0-560 Oracle Unified Business Process Management Suite 11g Essentials Number: 1Z0-560 Passing Score: 650 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ 1Z0-560: Oracle Unified Business

More information

DITA for Enterprise Business Documents Sub-committee Proposal Background Why an Enterprise Business Documents Sub committee

DITA for Enterprise Business Documents Sub-committee Proposal Background Why an Enterprise Business Documents Sub committee DITA for Enterprise Business Documents Sub-committee Proposal Background Why an Enterprise Business Documents Sub committee Documents initiate and record business change. It is easy to map some business

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 Course 20339A 5 Days Instructor-led, Hands on Course Information This five-day course will combine the Planning and Administering SharePoint 2016 class with the

More information

SharePoint 2013 End User Level II

SharePoint 2013 End User Level II Course 55052A: SharePoint 2013 End User Level II Course Details Course Outline Module 1: Overview A simple introduction module. Understand your course, classroom, classmates, facility and instructor. Module

More information

SysML Past, Present, and Future. J.D. Baker Sparx Systems Ambassador Sparx Systems Pty Ltd

SysML Past, Present, and Future. J.D. Baker Sparx Systems Ambassador Sparx Systems Pty Ltd SysML Past, Present, and Future J.D. Baker Sparx Systems Ambassador Sparx Systems Pty Ltd A Specification Produced by the OMG Process SysML 1.0 SysML 1.1 Etc. RFI optional Issued by Task Forces RFI responses

More information

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0 REST API Operations 8.0 Release 12/1/2015 Version 8.0.0 Table of Contents Business Object Operations... 3 Search Operations... 6 Security Operations... 8 Service Operations... 11 Business Object Operations

More information

Machine Readable Profiles (MRP)

Machine Readable Profiles (MRP) July 22-26, 2013 City Center Marriott Portland, OR Machine Readable Profiles (MRP) Andreas Maier (IBM) STSM, Systems Management Architecture & Design maiera@de.ibm.com Disclaimer The information in this

More information

Keywords: Abstract Factory, Singleton, Factory Method, Prototype, Builder, Composite, Flyweight, Decorator.

Keywords: Abstract Factory, Singleton, Factory Method, Prototype, Builder, Composite, Flyweight, Decorator. Comparative Study In Utilization Of Creational And Structural Design Patterns In Solving Design Problems K.Wseem Abrar M.Tech., Student, Dept. of CSE, Amina Institute of Technology, Shamirpet, Hyderabad

More information

DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS. Course: 20489A; Duration: 5 Days; Instructor-led

DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS. Course: 20489A; Duration: 5 Days; Instructor-led CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS Course: 20489A; Duration: 5 Days; Instructor-led WHAT YOU WILL LEARN This course provides SharePoint

More information

Microsoft SharePoint Server 2013 for the Site Owner/Power User

Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035A: Microsoft SharePoint Server 2013 for the Site Owner/Power User Course Details Course Outline Module 1: The Role of the Site Owner This module provides an introduction to the topics covered

More information

Health Information Exchange Content Model Architecture Building Block HISO

Health Information Exchange Content Model Architecture Building Block HISO Health Information Exchange Content Model Architecture Building Block HISO 10040.2 To be used in conjunction with HISO 10040.0 Health Information Exchange Overview and Glossary HISO 10040.1 Health Information

More information

Unified Modeling Language (UML)

Unified Modeling Language (UML) Unified Modeling Language (UML) Troy Mockenhaupt Chi-Hang ( Alex) Lin Pejman ( PJ ) Yedidsion Overview Definition History Behavior Diagrams Interaction Diagrams Structural Diagrams Tools Effect on Software

More information

Participant User Guide, Version 2.6

Participant User Guide, Version 2.6 Developers Integration Lab (DIL) Participant User Guide, Version 2.6 3/17/2013 REVISION HISTORY Author Date Description of Change 0.1 Laura Edens Mario Hyland 9/19/2011 Initial Release 1.0 Michael Brown

More information

This is a Private Group - Content is only visible to group members.

This is a Private Group - Content is only visible to group members. This is a Private Group - Content is only visible to group members. Community Advisory Board Small, private, selective group of key Telligent customers creating strong connections and contributing to the

More information

CISC836: Models in Software Development: Methods, Techniques and Tools

CISC836: Models in Software Development: Methods, Techniques and Tools CISC836: Models in Software Development: Methods, Techniques and Tools Topic 4: Code Generation with EMF Meta modeling Languages for meta models: Ecore Using EMF and Ecoreto define a data model Using EMF

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 20339-1; 5 Days; Instructor-led Course Description This five-day course will provide you with the knowledge and skills to plan and administer a Microsoft SharePoint

More information

Module Road Map. 7. Version Control with Subversion Introduction Terminology

Module Road Map. 7. Version Control with Subversion Introduction Terminology Module Road Map 1. Overview 2. Installing and Running 3. Building and Running Java Classes 4. Refactoring 5. Debugging 6. Testing with JUnit 7. Version Control with Subversion Introduction Terminology

More information

AiM 8.0 Reference Guide Environment

AiM 8.0 Reference Guide Environment 2015 AssetWorks LLC 1777 NE Loop 410, Suite 1250 San Antonio, Texas 78217 (800) 268-0325 REVISIONS This document is based on AiM 6.0. Subsequent releases have prompted the following revisions to this baseline:

More information

Real Application Security Administration

Real Application Security Administration Oracle Database Real Application Security Administration Console (RASADM) User s Guide 12c Release 2 (12.2) E85615-01 June 2017 Real Application Security Administration Oracle Database Real Application

More information

HL7 Development Framework

HL7 Development Framework HL7 Development Framework Version 3.0 Model Driven Standards Development Abdul-Malik Shakir Principal Consultant, Shakir Consulting October 2005 Introduction to Health Level Seven Health Level Seven (HL7)

More information

Better Translation Technology. XTM Connect for Drupal 8

Better Translation Technology. XTM Connect for Drupal 8 Better Translation Technology XTM Connect for Drupal 8 Documentation for XTM Connect for Drupal 8. Published by XTM International Ltd. Copyright XTM International Ltd. All rights reserved. No part of this

More information

IT ADMINISTRATOR TRAINING COURSE

IT ADMINISTRATOR TRAINING COURSE IT ADMINISTRATOR TRAINING COURSE Course Overview The M-Files IT Administrator training course is intended for IT administrators that will be primarily responsible for the implementation and local maintenance

More information

Coveo Platform 7.0. Yammer Connector Guide

Coveo Platform 7.0. Yammer Connector Guide Coveo Platform 7.0 Yammer Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market conditions,

More information

Solving Mobile App Development Challenges. Andrew Leggett & Abram Darnutzer CM First

Solving Mobile App Development Challenges. Andrew Leggett & Abram Darnutzer CM First Solving Mobile App Development Challenges Andrew Leggett & Abram Darnutzer CM First CM First WebClient Solutions CM WebClient Full desktop experience in browser CM WebClient Mobile Online mobile solution,

More information

Semantics for and from Information Models Mapping EXPRESS and use of OWL with a UML profile for EXPRESS

Semantics for and from Information Models Mapping EXPRESS and use of OWL with a UML profile for EXPRESS Semantics for and from Information Models Mapping EXPRESS and use of OWL with a UML profile for EXPRESS OMG Semantic Information Day March 2009 David Price Eurostep and Allison Feeney NIST Agenda» OASIS

More information

Modelling the Reactive Behaviour of Scoped User Interfaces with Hierarchically-linked Statecharts

Modelling the Reactive Behaviour of Scoped User Interfaces with Hierarchically-linked Statecharts Modelling the Reactive Behaviour of Scoped User Interfaces with Hierarchically-linked Statecharts Jacob Beard McGill University Modelling, Simulation and Design Lab (MSDL) 08/27/2009 Challenges With UI

More information

Documentation External Synchronization FirstSpirit

Documentation External Synchronization FirstSpirit Documentation External Synchronization FirstSpirit 2018-10 Status RELEASED Department Copyright FS-Core 2018 e-spirit AG File name SYNC_EN_FirstSpirit_External_Synchronization e-spirit AG Stockholmer Allee

More information

Enterprise Data Catalog Fixed Limitations ( Update 1)

Enterprise Data Catalog Fixed Limitations ( Update 1) Informatica LLC Enterprise Data Catalog 10.2.1 Update 1 Release Notes September 2018 Copyright Informatica LLC 2015, 2018 Contents Enterprise Data Catalog Fixed Limitations (10.2.1 Update 1)... 1 Enterprise

More information

COLUMN. Choosing the right CMS authoring tools. Three key criteria will determine the most suitable authoring environment NOVEMBER 2003

COLUMN. Choosing the right CMS authoring tools. Three key criteria will determine the most suitable authoring environment NOVEMBER 2003 KM COLUMN NOVEMBER 2003 Choosing the right CMS authoring tools The authoring environment is the most important aspect of a content management system (CMS), for without content authors, there would be nothing

More information

Saperion. Release Notes. Version: 8.0

Saperion. Release Notes. Version: 8.0 Saperion Release Notes Version: 8.0 Written by: Product Knowledge, R&D Date: July 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered in the U.S. and/or

More information

Datameer for Data Preparation:

Datameer for Data Preparation: Datameer for Data Preparation: Explore, Profile, Blend, Cleanse, Enrich, Share, Operationalize DATAMEER FOR DATA PREPARATION: EXPLORE, PROFILE, BLEND, CLEANSE, ENRICH, SHARE, OPERATIONALIZE Datameer Datameer

More information

SHAREPOINT 2013 DEVELOPMENT

SHAREPOINT 2013 DEVELOPMENT SHAREPOINT 2013 DEVELOPMENT Audience Profile: This course is for those people who have couple of years of development experience on ASP.NET with C#. Career Path: After completing this course you will be

More information

Apps from K15t Software help teams work better together in Confluence and Jira.

Apps from K15t Software help teams work better together in Confluence and Jira. Apps from K15t Software help teams work better together in Confluence and Jira. GET IN TOUCH Over 5000 organizations around the world use K15t Software s apps to enhance and expand the project collaboration

More information

NIST Medical Device Connectivity Test Tooling Semantic Interoperability of Medical Devices

NIST Medical Device Connectivity Test Tooling Semantic Interoperability of Medical Devices Joint HL7 Healthcare Devices / IEEE x73 Working Group (@ San Antonio, Texas) NIST Medical Device Connectivity Test Tooling Semantic Interoperability of Medical Devices John Garguilo and Sandra Martinez

More information

MDA & Semantic Web Services Integrating SWSF & OWL with ODM

MDA & Semantic Web Services Integrating SWSF & OWL with ODM MDA & Semantic Web Services Integrating SWSF & OWL with ODM Elisa Kendall Sandpiper Software March 30, 2006 Level Setting An ontology specifies a rich description of the Terminology, concepts, nomenclature

More information

Storage Made Easy. Providing an Enterprise File Fabric for INVESTOR NEWSLETTER ISSUE N 3

Storage Made Easy. Providing an Enterprise File Fabric for INVESTOR NEWSLETTER ISSUE N 3 INVESTOR NEWSLETTER ISSUE N 3 Storage Made Easy Providing an Enterprise File Fabric for STORAGE MADE EASY ENTERPRISE FILE FABRIC FOR OPENIO Storage Made Easy (SME) File Fabric is a comprehensive Enterprise

More information

resources, 56 sample questions, 3 Business Intelligence Development Studio. See BIDS

resources, 56 sample questions, 3 Business Intelligence Development Studio. See BIDS Index A Access Services, 178 86 actual metrics, 314, 350, 355 Ad-Hoc Reporting, 155 aggregate transformation, 33 Allow External Data Using REST, 253 Analytic Chart reports, 318, 368, 371 74 Analytic Grid

More information

Dominique Blouin Etienne Borde

Dominique Blouin Etienne Borde Dominique Blouin Etienne Borde dominique.blouin@telecom-paristech.fr etienne.borde@telecom-paristech.fr Institut Mines-Télécom Content Domain specific Languages in a Nutshell Overview of Eclipse Modeling

More information

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Developing Microsoft SharePoint Server 2013 Advanced Solutions 20489 - Developing Microsoft SharePoint Server 2013 Advanced Solutions Duration: 5 Days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This training course provides

More information

ACM Technical Solution Architecture - Development and Deployment of ACM Solutions- ECM Fast Start Workshop 1Q2011

ACM Technical Solution Architecture - Development and Deployment of ACM Solutions- ECM Fast Start Workshop 1Q2011 ACM Technical Solution Architecture - Development and Deployment of ACM Solutions- ECM Fast Start Workshop 1Q2011 IBM ECM Worldwide Business Partner Technical Enablement Dr. Sebastian Goeser gsr@de.ibm.com

More information

Extending Workflow Systems with QoS Management

Extending Workflow Systems with QoS Management 599 Advances in Extending Workflow Systems with QoS Management Jorge Cardoso 1 Summary As organizations adopt new working models, such as e-commerce, new challenges arise for workflow management systems

More information

Your total guide to setup your own click funnel website.

Your total guide to setup your own click funnel website. Your total guide to setup your own click funnel website. This ebook will give you full step by step instructions on creating a click funnel website. If you need help, anytime, email us at: contact@merchantsavenow.com

More information