Business Intelligence (3 of 3): Technically Speaking, This is How We Did It PRESENTED BY.

Slides:



Advertisements
Similar presentations
Pennsylvania BANNER Users Group 2006 Integrate Your Decision Support with Cognos 8.
Advertisements

Agile Software Distribution
Service Manager for MSPs
Ultimate Bundle Overview Products Benefits Technical Requirements Licensing Pricing Valid until 01-Sep-2010.
Business Development Suit Presented by Thomas Mathews.
Five Steps in 5 Minutes Close deals faster, more easily, more often! 1.Start a Quote: Input deal amounts and review the available lease options 2.Create.
Release Version 10 Enhancements. Application Features.
Use Link AP and PO Documents ( ) to make a connection between a purchase order, receipt, or return transaction generated in the Purchasing module.
| imodules.com RE Adapter for Encompass (v2.0) Encompass and The Raiser's Edge® Integrated Data Solution CONFIDENTIAL.
GP2013 (R2) New features in GP2013 (R2). New Ribbon for windows Edit List is the Print button on the right without the paper background Action pane can.
RE Adapter for Encompass (v1.0)‏ Encompass and The Raiser's Edge® Integrated Data Solution.
Centricity Reporting 101 Presented by
This presentation is intended as a detailed WebEx, to bring potential customers to an understanding of Dream Report capabilities. This presentation focuses.
User Guide. Service Benefits  Full on-line management of client accounts  Paperless direct debit – no signatures required  Standing orders fixed not.
Business Intelligence ( 2 of 3 ): Improving Back Office Workflow and Accuracy PRESENTED BY.
Computer Monitoring System for EE Faculty By Yaroslav Ross And Denis Zakrevsky Supervisor: Viktor Kulikov.
Toolbox Mirror -Overview Effective Distributed Learning.
11 3 / 12 CHAPTER Databases MIS105 Lec14 Irfan Ahmed Ilyas.
Quickbix Documents Suite
CategoryCapability + Recommended Tool Analysis Self Service BI with Power View integration Ad-Hoc (e.g. user defined) views Interactive analysis.
What is Business Intelligence? And What Does It Mean To My Practice?
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
SQL Server Reporting Services
Practice Insight Instructional Webinar Series Reporting
The Harris-MSI Report Navigator Webinar. 2 The Harris/MSI Report Navigator “Learn about the details of the Harris/MSI Report Navigator. This exciting.
SSIS Over DTS Sagayaraj Putti (139460). 5 September What is DTS?  Data Transformation Services (DTS)  DTS is a set of objects and utilities that.
Texas Regional Ad Astra Summit Getting the Information You Need: Reporting in Astra Schedule Presented by: Hannah King, Office Manager, Baylor University.
Event Manager Training Part 3.  Edit Event Options - Customize FY11 Sites  Edit Event Webpages  Sending s (Recruitment/Engagement)  Help and.
PowerPoint 2003 – Level 1 Computer Concepts Cathy Horwitz April 25, 2011.
COLD FUSION Deepak Sethi. What is it…. Cold fusion is a complete web application server mainly used for developing e-business applications. It allows.
CMSPro Omniversal Apps, Inc.. Application overview CMSPro is an extremely powerful, yet simple, metadata exploration and analysis tool for Business Objects.
Module 1: The Basics Ocean Referrals Easily find specialists and allied health professionals for eReferrals Ocean Studies Administer patient surveys.
HDNUG 27-March-2007 SQL Server 2005 Suite as a Business Intelligence Solution.
COMP3121 E-Commerce Technologies Richard Henson University of Worcester November 2011.
CakePHP is an open source web development framework. It follows Model-View- Controller and is developed using PHP. IT is the basic for user to create.
Learningcomputer.com SQL Server 2008 – Administration, Maintenance and Job Automation.
Copyright 2007, Information Builders. Slide 1 Scaling Large HTML Reports With Active Cache Mark Nesson,Vashti Ragoonath June 2008.
By N.Gopinath AP/CSE Cognos Impromptu. What is Impromptu? Impromptu is an interactive database reporting tool. It allows Power Users to query data without.
Building Dashboards SharePoint and Business Intelligence.
Master Data Management & Microsoft Master Data Services Presented By: Jeff Prom Data Architect MCTS - Business Intelligence (2008), Admin (2008), Developer.
Gold – Crystal Reports Introductory Course Cortex User Group Meeting New Orleans – 2011.
XTRACTION A Solution For LANDESK Customers, and More! Ben Hall Pre-Sales Technical Manager.
© Copyright 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. HP Restricted Module 8.
21 Copyright © 2009, Oracle. All rights reserved. Working with Oracle Business Intelligence Answers.
Introduction to SQL Server 2000 Reporting Services Jeff Dumas Technical Specialist Microsoft Corporation
Authored by Frank Hamelly, Microsoft MVP Regional Chapters.
Education And Training CTC IT DIVISION PivotLink User Training April 2010.
SQL Server Reporting Services for.NET Developers Bret Stateham
AX DEVELOPMENT FOR NON- DEVELOPERS Why did my 15 minute change take 3 weeks.
Custom Authentication Providers For DotNetNuke v5.0 Stan Schultes – Sarasota, FL Florida Community Leader
USING ELECTRONIC MEDICAL RECORDS UNDERSTANDING ELECTRONIC PRACTICE WORKFLOW.
17 Copyright © 2006, Oracle. All rights reserved. Information Publisher.
2016 Annual Redrock Conference Record Connect Report Success 25 Years of Success Strategies for Your Campus Capturing Student Feedback Using SurveyTrac.
1 New Perspectives on Access 2016 Module 8: Sharing, Integrating, and Analyzing Data.
Advanced Informer Features
SQL Database Management
Project Management: Messages
How to Setup and Utilize Functionality
Administrator Training
Deploying and Configuring SSIS Packages
Using Access and the Web
Complete Management of your Entire Backflow Program
(Includes setup) FAQ ON DOCUMENTS (Includes setup)
Survey Says… Keegan Johnson.
Survey Says… Keegan Johnson.
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Lecture 1 File Systems and Databases.
(Includes setup) FAQ ON DOCUMENTS (Includes setup)
TracCloud.
Tutorial 8 Sharing, Integrating, and Analyzing Data
Presentation transcript:

Business Intelligence (3 of 3): Technically Speaking, This is How We Did It PRESENTED BY

Objectives Describe the basic IT concepts (which can be scaled to almost any practice size) behind better reporting tools discussed in the prior two presentations while remaining stable and secure Implement SQL Server Reporting Services to critical reports and create interactive dashboards. Identify and redesign EMR and PM processes to eliminate duplicate work, reduce errors, and enable reporting.

Presenters Shawn McLain, DBA, Systems Programmer, Ortho NorthEast (ONE) Mike Baeske, Software Applications Specialist – Team Leader, Ortho NorthEast (ONE) Nate Moore, Moore Solutions Inc.

Gathering the Data Most registration data is stored in PatientProfile table Billing data is stored in PatientVisit, PatientVisitAgg, Transactions, and BillingNote tables Scheduling information is in Appointments table ActivityLog records actions taken in the system, including changing appointment details Majority of tables have pointers to the MedLists table, which contain entries of custom content setup in Administration module Chart data is stored in the DOCUMENT, DOCDATA, and OBS tables

Chart Data Saving and Formatting To generate structured reusable data, save information into observations Form components can be linked to an observation: OBSNOW() function can programmatically save values Ideally the data should be saved in a consistent format Checkboxes, dropdown boxes, and radio buttons provide better reportable data Free text entry = bad data

Billing Notes Reporting With the addition of the BillingNote table, reporting has been made easier Billing Note Subject lines can be preset and selected in a dropdown:

Integrated Reporting Tools Inquiries Crystal Reports GEMS Word Runtime Plugin

Inquiries

Benefits ⁺ Users can build and modify inquiries themselves ⁺ Links directly to corresponding chart area (Documents, Orders, etc) ⁺ Can synergize with crystal reports Issues ⁻ Limited to filters defined by GE (No order instructions nor modifiers filter) ⁻ Filtering is limited by all “And” conditions or all “Or” conditions

Crystal Reports

Benefits ⁺ Can build context sensitive reports that are ran from the different modules ⁺ Security can be set from administration module on who can run specific reports ⁺ Possible to update database after running report (Potentially very dangerous if coding has an issue) Issues ⁻ Running the reports can impact the entire system since reports are pulling live data while users are working in it ⁻ Developer must setup report template, user cannot dynamically look at data from different perspectives

GEMS Word Runtime Plugin

Benefits ⁺ Can easily generate Word documents based on criteria or from a module ⁺ User can modify the document before printing or sending out Issues ⁻ Programming options are more limited than with Crystal Reports ⁻ Have to worry about licensing of document editing software ⁻ Generates file from live data, which could impact users

KEY Resources: SQL Server Integration Services (SSIS) Detailed Data copy and manipulation processes. SQL Server Reporting Services (SSRS) Server / Website deployment – Always available Active Directory Enabled – Report file access and control , file share, webpage delivery mechanisms – Flexibility SQL Server Management Studio (Database Management) SQL Server Business Intelligence Management Studio (Report and SSIS Package building)

SQL Server Integration Services (SSIS) SSIS is available as part of the SQL Server Install

SQL Server Integration Services (SSIS)

(SSIS) Deploy “C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTExec.exe” /file “C:\DTS-Packages\OBS Export.dtsx”

(SSIS) The Big Gotcha The User account that creates the package runs the package.

SQL Server Reporting Services (SSRS) Configure and Use SSRS to deliver reports via Configure and Use Active Directory to control access to the SSRS site.

SQL Server Reporting Services (SSRS) SSRS -> /Reports/

SQL Server Reporting Services (SSRS) How Many Users Are logged in?

SQL Server Reporting Services (SSRS)

(SSRS) Achieved Goals Data available Off the production server PDF reports to users, can contain an html link to the current report Exception Reporting – Using a SQL statement decide IF the report should be sent (Maybe the report is empty) Sensitive reports can be protected through AD group membership

Automated Examples

Setup Tips Data Connections used to pull information from database: Database views can be used to format data and apply filters before sending to Excel (must be careful with filtering, considering the dramatic impact it has on reporting)

Duration Reporting

Duration Report- Alternative Layout using PivotTable

Copay Report

Midlevel Availability Report

Questions?