Smart Integration Express

Slides:



Advertisements
Similar presentations
Tutorial 12: Enhancing Excel with Visual Basic for Applications
Advertisements

Network Management Overview IACT 918 July 2004 Gene Awyzio SITACS University of Wollongong.
Hands-On Microsoft Windows Server 2003 Administration Chapter 5 Administering File Resources.
Bar|Scan ® Asset Inventory System The leader in asset and inventory management.
Presented by Mina Haratiannezhadi 1.  publishing, editing and modifying content  maintenance  central interface  manage workflows 2.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 7 Configuring File Services in Windows Server 2008.
Using Microsoft SharePoint to Develop Workflow and Business Process Automation Ted Perrotte National Practice Manager, Quilogy, Microsoft Office SharePoint.
Confidential ODBC May 7, Features What is ODBC? Why Create an ODBC Driver for Rochade? How do we Expose Rochade as Relational Transformation.
1 Programming Concepts Module Code : CMV6107 Class Contact Hours: 45 hours (Lecture 15 hours) (Laboratory/Tutorial 30 hours) Module Value: 1 Textbook:
SOFTWARE.
M1G Introduction to Programming 2 4. Enhancing a class:Room.
Software All parts of the computer people can NOT touch, such as programs, files, documents and any other data.
Advanced Excel for Finance Professionals A self study material from South Asian Management Technologies Foundation.
Using the WDK for Windows Logo and Signature Testing Craig Rowland Program Manager Windows Driver Kits Microsoft Corporation.
In addition to Word, Excel, PowerPoint, and Access, Microsoft Office® 2013 includes additional applications, including Outlook, OneNote, and Office Web.
Chapter 3 PART 2 - SPREADSHEET CMPF 112 : COMPUTING SKILLS CALC FOR LINUX.
Miscellaneous Excel Combining Excel and Access. – Importing, exporting and linking Parsing and manipulating data. 1.
Section 1: Introducing Group Policy What Is Group Policy? Group Policy Scenarios New Group Policy Features Introduced with Windows Server 2008 and Windows.
CHAPTER 3 - INPUT DEFINITION
CHAPTER TEN AUTHORING.
DTS Conversion to SSIS Conversion Best Practices Mike Davis
IT 456 Seminar 5 Dr Jeffrey A Robinson. Overview of Course Week 1 – Introduction Week 2 – Installation of SQL and management Tools Week 3 - Creating and.
Introduction to Microsoft Management Console (MMC) MMC is a common console framework for management applications. MMC provides a common environment for.
11 CORE Architecture Mauro Bruno, Monica Scannapieco, Carlo Vaccari, Giulia Vaste Antonino Virgillito, Diego Zardetto (Istat)
Confidential. All rights reserved © Hesse GmbH. Slide 1 An introduction to PBS200.
FIX Eye FIX Eye Getting started: The guide EPAM Systems B2BITS.
Chapter 10 Chapter 10: Managing the Distributed File System, Disk Quotas, and Software Installation.
Bizfss File Sync and Sharing Solution, Built on Microsoft Azure, Allows Businesses to Sync, Share, Back Up Using Their Own Cloud Storage MICROSOFT AZURE.
11 CORE Architecture Mauro Bruno, Monica Scannapieco, Carlo Vaccari, Giulia Vaste Antonino Virgillito, Diego Zardetto (Istat)
Software Engineering Columbia Chapter From Nampa, Idaho Matthew Little | Matthew Coggins | Kody Kriner | Brandon Thacker.
Some of the utilities associated with the development of programs. These program development tools allow users to write and construct programs that the.
1 Middle East Users Group 2008 Self-Service Engine & Process Rules Engine Presented by: Ryan Flemming Friday 11th at 9am - 9:45 am.
Emdeon Office Batch Management Services This document provides detailed information on Batch Import Services and other Batch features.
Product Training Program
What is BizTalk ?
SharePoint 101 – An Overview of SharePoint 2010, 2013 and Office 365
Graphical Data Engineering
Device Maintenance and Management, Parental Control, and Theft Protection for Home Users Made Easy with Remo MORE and Power of Azure MICROSOFT AZURE APP.
Internet Made Easy! Make sure all your information is always up to date and instantly available to all your clients.
Meemim's Microsoft Azure-Hosted Knowledge Management Platform Simplifies the Sharing of Information with Colleagues, Clients or the Public MICROSOFT AZURE.
Miscellaneous Excel Combining Excel and Access.
Pilot Watcher Product Overview V5.3
Data Virtualization Tutorial: Introduction to SQL Script
Trial.iO Makes it Easy to Provision Software Trials, Demos and Training Environments in the Azure Cloud in One Click, Without Any IT Involvement MICROSOFT.
MICROSOFT OUTLOOK and Outlook service Provider
22-INTEGRATION HUB
Functions CIS 40 – Introduction to Programming in Python
Tutorial 8 Objectives Continue presenting methods to import data into Access, export data from Access, link applications with data stored in Access, and.
Introduction to Ms-Access Submitted By- Navjot Kaur Mahi
What Is Sharepoint? Mohsen Ashkboos
JDXpert Workday Integration
Populating a Data Warehouse
Populating a Data Warehouse
WPF AKEEL AHMED.
Scalable SoftNAS Cloud Protects Customers’ Mission-Critical Data in the Cloud with a Highly Available, Flexible Solution for Microsoft Azure MICROSOFT.
Data Migration to DOORS DNG Presented By Adam Hammett
CANalytics TM CAN Interface Software BY.
Exploring Microsoft® Access® 2016 Series Editor Mary Anne Poatsy
VISUAL BASIC.
Introducing Qwory, a Business-to-Business Search Engine That’s Powered by Microsoft Azure and Detects Vital Contact Information for Businesses MICROSOFT.
Chapter 8: Monitoring the Network
Populating a Data Warehouse
Media365 Portal by Ctrl365 is Powered by Azure and Enables Easy and Seamless Dissemination of Video for Enhanced B2C and B2B Communication MICROSOFT AZURE.
Converter for Azure and SharePoint Converts s into SharePoint list items 24/7 Creates SharePoint list items from s
Converter for IIS and SharePoint Converts s into SharePoint list items 24/7 Creates SharePoint list items from s
ICT Word Processing Lesson 5: Revising and Collaborating on Documents
Single Cell’s Progenitor Powered by Microsoft Azure Improves Organisational Efficiency with Strategic Procurement, Contract Management, and Analytics MICROSOFT.
Exploring the Power of EPDM Tasks Working with and Developing Tasks in SolidWorks Enterprise PDM (EPDM) By: Marc Young xLM Solutions
DATABASES WHAT IS A DATABASE?
AIMS Equipment & Automation monitoring solution
Presentation transcript:

Smart Integration Express An Introduction - What is it? Applications. Features and advantages. Demo.

Smart Integration Express – What is it? Smart Integration Express (a.k.a. “Smartie”) is a framework for building custom tools and systems interfaces for automating data-processing tasks. It’s a – Tool builder for building your own custom tools for repetitive, everyday data-processing. Integration engine for building and running interfaces (data exchange) between integrated systems and applications.

Define “Data-Processing” “Meaningful information” implies data- processing is “language specific” – that is, we need to understand the data’s structure and interpretation. In computer terms, these are referred as data “encoding and decoding”. Smartie supports decoding and encoding of HL7 and CSV data, it also supports value-mapping as a way of translation. For data item “collection and manipulation”, Smartie supports many operations including – file and network I/O, data structure parsing, data item value filtering and mapping, data format conversion, etc. “ [It’s] the collection and manipulation of items of data to produce meaningful information. “ – Wikipedia Select data in CSV file and import to Excel or database. Write a report based on the received HL7 Convert format … …

Smartie Framework – terms and definitions Handler is a logical execution unit for a specific step of an intended data-processing task. Physically it’s a file-system folder containing a config file. Interface is a hierarchy of handlers, structured reflecting the data flow a data-processing task. Physically, the handlers hierarchy is are nested parent-children folders, in the order of the intended data-processing steps sequence. Solution is a logical grouping of interfaces. Physically, it’s a folder (called “solution-home folder”) containing the interfaces’ hierarchy “root” folders. Solution Runtime is a program that runs the solution and performs the data-processing, on a computer. It executes solution handlers logic also provides inbound/outbound data linkage between the handlers in an interface. Smartie Manager is both a runtime and a GUI console for configuring handlers and managing solutions’ executions. Solution running in Smartie Manager is called a local solution. Smartie Win Service is a runtime that runs under Windows System account, it’s for running a designated solution regardless whether a user is logged on. Solution running in Win Service runtime is called a remote solution.

Innovative Solution-building Approach Smartie solutions are built using computer’s file-system (folders), which is available on every computer. Unlike other tools, when building a Smartie solution, you don’t need any dedicated development tool. These are the simple steps - 1 Choose a suitable handler for each step of your data-processing task … 2 3 Build your Smartie solution by stacking the selected handlers as nested parent- child folders, in the order of steps of your data-processing task … … load, configure and run your solution in a Smartie solution run-time.

Example Application – As HL7 Custom-Tool Builder Automating repetitive tasks with custom-built tools for increased productivity and reducing human errors. Here are some HL7 tooling ideas – HL7-driven reporting From HL7 messages, you can create flexible reports, such as listing admitted patients in a given ward, or listing all the finalized pathology results, automatically. HL7 network handling You can build your own HL7 message sender and receiver tools, which can be customized and pre- configured. E.g. for repetitive Integration test cases. HL7 file handling The Smartie HL7 file-reader, file-writer, and catcher handlers allow you to build tools for parsing, splitting, combining, and archiving HL7 messages from data files. HL7 filtering and mapping The Smartie HL7 message filter and mapper handlers allow you to select messages and change message contents through powerful pattern-matching, and value mapping. E.g. for de-identifying HL7 messages.

Example Usage – As CSV (Tabular data) Tool Builder Tooling ideas of automating Tabular/CSV data-processing tasks. CSV type conversion Powerful CSV file reader and writer handlers can be used for easy conversion from comma-separated CSV format to fixed-length CSV format, and vise versa. Filter data rows for data cleansing You can select specific line of data, using the filter handler’s powerful string pattern-matching feature. Manipulate rows and columns You can automated add or change headers to the columns, re-arrange columns, trim rows from the beginning or from the end, of your CSV/tabular data. Make CVS file “Excel friendly” When importing CSV data, Excel automatically applies automatic formatting to columns, and sometimes this is un-desirable. The Smartie CSV writer handler can process the CSV data and make Excel not to format the cell value.

Example Usage - As Systems and Applications Interfaces Automating data-exchange between systems and applications. Data forwarding You can use the file handlers or the network handlers to import data from one source location and automatically forward it to another or multiple network or file-system location(s). Data filtering and mapping When the connecting applications are not compatible, you can use filtering to choose only compatible data, and you can use value-mapping to translate data values between the applications, if required. Converting CSV data structure Smartie handlers can convert fixed- length format CSV to comma-separated CSV, and vise versa. It can also flexibly alter tabular data structure by re-arranging CSV columns and trimming leading and trailing rows. Import HL7 data to database Most database systems provide tools for importing CSV data, the HL7ToCsv handler can convert HL7 messages’ data elements into records of CSV file, thus allowing HL7 data to be imported to databases for use by other applications.

Smart Integration Express - Features What are the features that set Smartie apart from the others? 1 Highly portable - The program is extremely small and flexible. It requires no installation, meaning it can be carried around and run from anywhere, and it keeps your computer clean. 2 Easy to build - The data-processing tools and interfaces you build, referred as “Smartie solutions”, are made of computer folders, meaning they can be built straight from computer’s file-system itself, no special tool required. 3 Easy to manage - The GUI Smartie Manager allows control of each handler of your solution and displays their real-time status, in one screen. Maintenance tasks such as backup are simply making files and folders copies. 4 Easy to share - Since both the program and the solutions are highly portable, they can be easily packaged (by simply zip and copy), meaning they can be easily carried around and shared.

More questions about Smart Integration Express? Visit Smartie’s official blog – for documentation, support, and feedback. Follow us on social media – for latest development announcements. Watch online videos – for tutorials and live demos. Contact us – for questions and comments.

Demo The following linked on-line videos show Smartie tools and solutions in-action. As you’ll see in these videos, solutions automating data- processing tasks can be built in minutes: 4 1 Smartie solution as HL7 network sender tool. Running Smartie solution as Windows Service. 2 Convert HL7 data to CSV report. De-identify HL7 data with Smartie HL7Mapper handler. 3 Question: How would you do these tasks with other tools?

To make Integration really easy, for everyone! Our Mission To make Integration really easy, for everyone!