Q&A Session for July Rhapsody Customer Webinar

Size: px
Start display at page:

Download "Q&A Session for July Rhapsody Customer Webinar"

Transcription

1 Q&A Session for July Rhapsody Customer Webinar Q: How would I get to the Rhapsody Dashboard? A: Your CSS Support rep will provide you with the download link. Simply request it. It is installed separate from the Rhapsody engine itself which allows it to monitor all of your engines at the same time Q: Is the info shown on the Dashboard also available from the Rhapsody REST API? A: Yes, it uses the same APIs that you have access to. Depending on the engine version you have, the dashboard will be able to show more information (as more APIs are now available in newer versions) Q: Are the default search fields configurable? A: The default search fields are not configurable, but search criteria can be saved in Saved Searches for reusability. Q: How does searches affect lockers A: You must have access rights to the interfaces in a locker in order to search on them. Q: Will you be covering how to set up message property indexing so that message properties can be searched on? A: In a future webinar we will discuss the needed setup in the IDE to make this functionality available/useful Q: Is there a downside to implementing message tracking/any reason why not to? A: If you are not taking any action based off the content of the response message then message tracking provides little value Q: Can you search on the actual ERR message? A: Yes, this would be the ACK message you would want to search on. Assuming you mean the ERR found in the ACK that is sent to Rhapsody, you could do an Input search on an Out->In Comm Point. Q: Is Message Control ID - MSH 10 value from the inbound or outbound messages or is it Rhapsody generated message identifier A: It is user defined. It can be defined where it is populated inside the Message Tracking Scheme. Q: The Orion Rhapsody engine at Orion is at at this point, so my searches are rather limited. A: Rhapsody 5.5 has all of this searching functionality. Indexed properties are not new to Rhapsody 6+

2 Q: How to get rid of the Certificate error shown on this screen? A: Add the certificate to your browsers trusted certificates. Else, give your Rhapsody server a valid signed certificate instead of letting the engine self-generate a self-signed certificate. Q: How did you add new fields in Advanced Search A: You must index message properties. This is done when designing your interfaces. Once 1 message has processed through the engine with an indexed property it will be available to select for searching. Q: Any beneficial change to the load on the engine when selecting background searches? A: No, the load is the same. It s just so you can come back and view the results later for a search taking a long time Q: Once you change your display/search settings, can you save your preferences, so that those columns automatically show up the next time you do a search, or does it revert back to the default every time? A: It normally reverts back. However, if you save your search it will remember the advanced search options you used. Q: Looking for search capabilities in the Error Queue - will she be covering this? A: Indexed Properties are indexed if a message goes to the Error or Hold Queue so the functionality is identical to what was demoed. The Error queue has an additional column showing the error that caused the message to fail allowing the user to filter results Q: Previous Rhapsody versions were not capable of deleting Indexed properties once set. Can we delete indexed properties in 6.2.1? A: Indexed properties are now removed as part of Archive Cleanup. This means that if you remove an indexed property, once the last message is cleaned up with that property it will be auto removed from your list. Q: How to search using a Message contains field for two words? Example search Firstname and date of birth A: Use the RegEx option. There are many great RegEx tutorials online. If this is a common request I d suggest indexing the name and DOB fields so you can use the native functionality that was demonstrated. Q: What is the actionable differences between Reinject and Resend? A: Reinject means to process this message as if it came into the engine again. Therefore, the version of the message that arrived starts at the inbound comm point and flows downstream. Resend is used to resend the same outbound message. Therefor in a one to many situation, a reinject will send the message to all destinations where as a resend would only resend to the selected destination. Also, if you change your logic on a route, a reinject would allow it to go through the new logic where as a resend doesn t process through the logic again so it would be resent exactly as it was sent the first time.

3 Q: Do you typically install the Dashboard on the same server as one of the engines or a separate one? A: Both options work. Anywhere is fine as long as the server has the space and resources required (512 MB RAM minimum for the Dashboard) Q: If I have 100 message control ID s to find. Is there a way to use the output or input search to list all 100 message with one search? Andrew Cordell A: The indexed property search fields do not have qualifiers (like an OR statement). However, you could use the Message Contains (using RegEx) and put in the 100 Message Control IDs separated by the pipe (which is RegEx means OR) Q: Is Interactive View new feature for 6.x? A: Yes, it was released in 6.2 Q: Does index properties affect DB performance? A: Rhapsody doesn t use a 3rd party DB. We d recommend indexing only values that you need, not everything. Typical clients choose 4-10 values (things such as MRN, Order Number, LastName, MessageType, etc) Q: Does Rhapsody Heap Memory include the Java VM memory (growth/leaks)? A: Yes, there is a button on the right that says Advanced. This breaks down the memory graph further. Q: Can the indexed property be deleted? Will remove the data for messages already processed with it? A: They are removed during archive cleanup, just like the messages. Q: What is the duration for which the system state is generated/exported A: Generate system state export tool creates a ZIP archive of the current system state. Q: Can you explain how/why you would use the Public Holidays? A: Your organization has holidays where you are not required to work. These days, notifications are sent to someone else rather than you. Q: Is there a way to make the System Monitor show the date/time stamps of the warnings/ alarms instead of nn mins ago? A: No, I don t believe so, but the same information is available in the logs on the server. These would have the timestamp. Q: What is the command to see archive cleanup trace A: The link is included in the take home document.

4 Q: Can we cron the archive cleanup job A: No Q: Is there a way to make the Message contains option in Advanced search options permanent in the search A: It already permanent in current versions of Rhapsody. Q: So SMS via Bridge is not available in Canada? A: It is available worldwide. Q: We may not be there yet, but do you have any examples for the Pager via bridge - we still utilize pagers and this is considered our preferred method. A: It s the same. How do you deliver a page? There must be an address associated with your pager correct? If so, use that. Q: Can the user save the columns he wants to see usually. Currently he cannot save his personalized column view when searching for messages? A: This is not currently possible. Q: Can we customize notification messages? A: Yes, you can use the Watchlist Notifier Comm Point to customize the alert using a Route and an Communication Point or you can customize the message in the SMS over Bridge. Q: How do I say something like, Treat all holidays as weekends? A: Holidays apply to Watchlist scheduling, set it up as the same as weekends there Q: Can the public holiday be overridden at the component level? A: Yes, users may subscribe directly to any component in addition to a Watchlist Q: Is there a way to specify regular working hours. Then have notifications go to a support contact outside of regular hours A: Yes, shifts can be defined in watch lists to direct notifications outside of normal business hours. Q: Does Orion have a list of USA public holidays for import? A: Because holidays vary greatly between different organizations and regions, the must be defined individually for each organization. Q: Could it be added as a new feature? In the schedule, there would be an option for holiday instead of just the day-of-week and time. A: There is currently the option to select holiday in Watchlist scheduling.

5 Q: Can you search for more than one criteria when searching message content? A: Regular expressions can only be used to search in the message contain fields. In any given search, criteria can be defined in every applicable search field to generate the most specific result. Q: Do you have the option to prune messages after a certain amount of time, but save the metadata (ie the indexed message properties) in order to save space? A: Not at this time. Q: Is there a special permission needed to see message contains when searching in rhapsody web monitor A: A user with access to View Message Bodies is able to search using Message Contains. Q: The statement was made that adding a date to public holiday stops all alerts. Since I am an administrator and on call, will it still bubble up so me as 24x7 gets the coverage A: To clarify - public holidays are used to specify who to alert when using a Watchlist schedule. They do not stop all alerts. Q: Example: during business day, expect transactions every 5 minutes, but on holidays, it s OK to have a transaction only every hour. A: Custom thresholds can be set for a given time period one the individual component level, but at this time thresholds cannot be defined globally on a holiday. Q: Is there a way to go from the Dashboard to the Management Console without having to log on again? A: The Dashboard authenticates with a user defined in the dashboard user group. The individual user must log into the management console with their own user profile to ensure the user has the appropriate access rights. The user does not actually log on to the Dashboard. Q: We are only a 2-person Interface Team and we both monitor everything. We are currently setup in Globals and no Watchlists. Any advantage to creating Watchlists in our situation? A: In this case, Watchlists would not offer much advantage as you are not defining shifts or only directing notifications to specific users based on component. Rhapsody Integration Engine is intended only for the electronic transfer, storage, or display of medical device data, or the electronic conversion of such data from one format to another in accordance with a preset specification as specified in the product manual and/or related documentation. Rhapsody Integration Engine is not intended to be used for active patient monitoring, controlling or altering the functions or parameters of any medical device, or any other purpose relating to data obtained directly or indirectly from a medical device other than the transfer, storage, and conversion of such data from one format to another in accordance with preset specifications. Orion Health makes no warranties and the functionality described within may change without notice. ONC Health IT Certification (2014 Edition) Rhapsody Integration Engine and Rhapsody Connect attained 2014 Edition Modular Ambulatory EHR Certification and 2014 Edition Modular Inpatient EHR Certification from the ICSA Labs ONC Health IT Certification Program. This EHR Module is 2014 Edition compliant and has been certified by an ONC-ACB in accordance with the applicable certification criteria adopted by the Secretary of Health and Human Services. This certification does not represent an endorsement by the U.S. Department of Health and Human Services. For more information, please see orionhealth.com/us/support/disclosures/meaningful-use-rhapsody Rhapsody is a registered trademark of Orion Health Limited, manufactured in New Zealand, by Orion Health Limited. All other trademarks displayed in this document are the property of Orion Health or their respective owners, and may not be used without written permission of the owner. Rhapsody Integration Engine is not intended to be used for diagnostic purposes, or to replace clinical judgment or responsibilities. All patient information shown in any imagery is for representation and demonstration purposes only and is not related to a real patient. Copyright 2016 Orion Health group of companies All rights reserved _July_Rhapsody_Webinar_Q&A

Rhapsody Interface Management and Administration

Rhapsody Interface Management and Administration Rhapsody Interface Management and Administration Welcome The Rhapsody Framework Rhapsody Processing Model Application and persistence store files Web Management Console Backups Route, communication and

More information

Rhapsody Interface Management and Administration. Presented by: Carolina Velasquez

Rhapsody Interface Management and Administration. Presented by: Carolina Velasquez Rhapsody Interface Management and Administration Presented by: Carolina Velasquez Welcome The Rhapsody Framework and Message Handling Web Management Console Monitoring and Management Engine Management,

More information

AUGUST 9 11, 2016 ACE 2016

AUGUST 9 11, 2016 ACE 2016 AUGUST 9 11, 2016 ACE 2016 Tuesday, August 9, 2016 Still Need to Upgrade to Common Interface Engine? We ll Show You How Presenters Kevin Cahoon Interface Analyst, Innovation and Delivery Center Michael

More information

MEDICITY NETWORK ONC CERTIFICATION COST AND LIMITATIONS

MEDICITY NETWORK ONC CERTIFICATION COST AND LIMITATIONS MEDICITY NETWORK ONC CERTIFICATION COST AND LIMITATIONS Medicity is proud to offer health IT solutions that are certified under the Office of the National Coordinator for Health Information Technology.

More information

UNDER THE HOOD. API Overview

UNDER THE HOOD. API Overview UNDER THE HOOD API Overview The Redox API was built to abstract away the technical variance across systems to deliver a consistent developer experience. This means that as a developer, you can spend less

More information

Message Tracker User Guide. June 2017

Message Tracker User Guide. June 2017 Message Tracker User Guide June 2017 AIMS: Message Tracker User Guide Page 1 of 21 June 20th, 2017 Contents Contents 2 Document Revision History 2 About 3 Welcome to the AIMS Platform 3 Functionality &

More information

CU*Spy esignatures. a Single Form for Electronic Signing INTRODUCTION CONTENTS HOW DOES IT WORK? 3 FREQUENTLY ASKED QUESTIONS (FAQ) 4

CU*Spy esignatures.  a Single Form for Electronic Signing INTRODUCTION CONTENTS HOW DOES IT WORK? 3 FREQUENTLY ASKED QUESTIONS (FAQ) 4 CU*Spy esignatures Email a Single Form for Electronic Signing INTRODUCTION This booklet is designed to introduce you to the CU*Answers Imaging Solutions CU*Spy esignatures product. Save time for your members

More information

OpenScape Contact Center Multimedia. First Contact Resolution in a Multi-Channel World <insert date here>

OpenScape Contact Center Multimedia. First Contact Resolution in a Multi-Channel World <insert date here> OpenScape Contact Center Multimedia First Contact Resolution in a Multi-Channel World Agenda OpenScape Contact Center Agile vs. Enterprise What is OpenScape Contact Center Multimedia

More information

User Guide. 3CX Enhanced Billing Codes. Version

User Guide. 3CX Enhanced Billing Codes. Version User Guide 3CX Enhanced Billing Codes Version 15.5.54 "Copyright VoIPTools, LLC 2011-2017" Information in this document is subject to change without notice. No part of this document may be reproduced or

More information

Table of Contents RURO, Inc. All Rights Reserved

Table of Contents RURO, Inc. All Rights Reserved Table of Contents ABOUT THIS GUIDE... 7 Purpose of this Guide...7 ACCESSING THE SYSTEM AS A CLIENT PORTAL USER... 7 Navigating the Client Portal...7 Creating and Submitting a New Requisition...8 Accepting

More information

PACS Scan Mobile. User Help. Version: Written by: Product Knowledge, R&D Date: September 2016 LX-DOC-PSM2.0.1-UH-EN-REVB

PACS Scan Mobile. User Help. Version: Written by: Product Knowledge, R&D Date: September 2016 LX-DOC-PSM2.0.1-UH-EN-REVB PACS Scan Mobile User Help Version: 2.0.1 Written by: Product Knowledge, R&D Date: September 2016 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered in

More information

Chimera Q System Upgrade Lab #7 Admin Panel

Chimera Q System Upgrade Lab #7 Admin Panel Chimera Q2 2013 System Upgrade Lab #7 Admin Panel Table of Contents Chimera Laboratory # 7... 4 Learning Objectives... 4 Required Set up and Tools... 4 Handouts & Supplements Provided... 4 Feature Review...

More information

Table of Contents RURO, Inc. All Rights Reserved

Table of Contents RURO, Inc. All Rights Reserved Table of Contents ABOUT THIS GUIDE... 7 Purpose of this Guide...7 ACCESSING THE SYSTEM AS A CLIENT PORTAL USER... 7 Navigating the Client Portal...7 Creating and Submitting a New Requisition...8 Accepting

More information

NextGen Patient Portal. User Guide.

NextGen Patient Portal. User Guide. 2.4.3 NextGen Patient Portal User Guide www.nextgen.com Copyright 2014-2017 QSI Management, LLC. All Rights Reserved. The registered trademarks listed at http://www.qsii.com/legal_notices.shtml are the

More information

User Guide. 3CX Enhanced Billing Codes. Version

User Guide. 3CX Enhanced Billing Codes. Version User Guide 3CX Enhanced Billing Codes Version 15.5.54 "Copyright VoIPTools, LLC 2011-2018" Information in this document is subject to change without notice. No part of this document may be reproduced or

More information

W W W. M A X I M I Z E R. C O M

W W W. M A X I M I Z E R. C O M W W W. M A X I M I Z E R. C O M Notice of Copyright Published by Maximizer Software Inc. Copyright 2018 All rights reserved Registered Trademarks and Proprietary Names Product names mentioned in this document

More information

Healthcare IT A Monitoring Primer

Healthcare IT A Monitoring Primer Healthcare IT A Monitoring Primer Published: February 2019 PAGE 1 OF 13 Contents Introduction... 3 The Healthcare IT Environment.... 4 Traditional IT... 4 Healthcare Systems.... 4 Healthcare Data Format

More information

Halo Administrator GUIDE

Halo Administrator GUIDE Halo Administrator GUIDE Contents Welcome to Halo... 3 Secure Sign-In... 4 Forgot Password... 4 Messages... 5 Create and Send a Message... 5 Message Enhancements... 6 Quick Note... 6 Mark as Urgent...

More information

HarePoint HelpDesk for SharePoint Administration Guide

HarePoint HelpDesk for SharePoint Administration Guide HarePoint HelpDesk for SharePoint Administration Guide For SharePoint 2016, SharePoint Server 2013, SharePoint Foundation 2013, SharePoint Server 2010, SharePoint Foundation 2010 This manual has been produced

More information

User Scripting April 14, 2018

User Scripting April 14, 2018 April 14, 2018 Copyright 2013, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

Help Contents Manual

Help Contents Manual Help Contents Manual TimeClick 18 018 Last Updated: February 18 1 Table of Contents WHAT TO EXPECT WITH THIS MANUAL... 4 Resources Found on Website and Blog... 4 Contact Customer Support Team... 4 PREFERENCES...

More information

RingCentral for Microsoft Dynamics CRM. Installation & User Guide

RingCentral for Microsoft Dynamics CRM. Installation & User Guide RingCentral for Microsoft Dynamics CRM Installation & User Guide 2 RingCentral for Microsoft Dynamics CRM User Guide Contents Contents Introduction..............................................................

More information

User Manual. Active Directory Change Tracker

User Manual. Active Directory Change Tracker User Manual Active Directory Change Tracker Last Updated: March 2018 Copyright 2018 Vyapin Software Systems Private Ltd. All rights reserved. This document is being furnished by Vyapin Software Systems

More information

HOSTED CONTACT CENTRE

HOSTED CONTACT CENTRE ---------------------------------------------------------------------------- ------ HOSTED CONTACT CENTRE ANALYTICS GUIDE Version 9.4 Revision 1.0 Confidentiality and Proprietary Statement This document

More information

Sevocity v.12 Provider-Patient Data Exchange (PPDX) User Reference Guide

Sevocity v.12 Provider-Patient Data Exchange (PPDX) User Reference Guide Sevocity v.12 User Reference Guide 1 877 877-2298 support@sevocity.com Table of Contents Product Support Services...2 About Sevocity v.12...2 Terms and Definitions...3 Icons Used in this Guide...3 What

More information

1 P age NEXTIVA CALL CENTER. Supervisor User Guide. nextiva.com/support 2015 NEXTIVA, ALL RIGHTS RESERVED

1 P age NEXTIVA CALL CENTER. Supervisor User Guide. nextiva.com/support 2015 NEXTIVA, ALL RIGHTS RESERVED 1 P age NEXTIVA CALL CENTER Supervisor User Guide nextiva.com/support 2015 NEXTIVA, ALL RIGHTS RESERVED 2 P age Creating Employees... 3 Creating an Employee... 3 Assigning Licenses to Employees... 7 Schedules...

More information

The QuickStudy Guide for Zoho CRM

The QuickStudy Guide for Zoho CRM The QuickStudy Guide for Zoho CRM Susan Clark Cornerstone Solutions Inc. Houston The QuickStudy Guide for Zoho CRM Using Zoho Everyday How Did Quick Get Included in the Book Name? Using This QuickStudy

More information

COMPREHENSIVE GUIDE TO HUBSPOT WORKFLOWS

COMPREHENSIVE GUIDE TO HUBSPOT WORKFLOWS COMPREHENSIVE GUIDE TO HUBSPOT WORKFLOWS THE IMPORTANCE OF MAPPING THE BUYER S JOURNEY Understanding where a lead is at within the Buyer s Journey allows you to create specific, targeted content to appeal

More information

ADOBE DRIVE 4.2 USER GUIDE

ADOBE DRIVE 4.2 USER GUIDE ADOBE DRIVE 4.2 USER GUIDE 2 2013 Adobe Systems Incorporated. All rights reserved. Adobe Drive 4.2 User Guide Adobe, the Adobe logo, Creative Suite, Illustrator, InCopy, InDesign, and Photoshop are either

More information

Microsoft Dynamics AX. Lifecycle Services: Operate Phase. Last Updated: June 2014 AX 2012 R3 / Version 1.0.0

Microsoft Dynamics AX. Lifecycle Services: Operate Phase. Last Updated: June 2014 AX 2012 R3 / Version 1.0.0 Microsoft Dynamics AX Lifecycle Services: Operate Phase Last Updated: June 2014 AX 2012 R3 / Version 1.0.0 Demo Overview... 3 Introduction... 3 Target Audience... 3 Demo Scenario... 4 Background... 4 Problems

More information

Virtual Communications Express User Guide: Call Center Agent

Virtual Communications Express User Guide: Call Center Agent Feature Overview The Call Center is designed to support the needs of Call Center agents in any environment. It supports the full set of call handling functions, ACD state management, integration of multiple

More information

PRODUCT UNDER TEST TEST EVENT RESULT. Quality Manual ISO Test Lab Test Report

PRODUCT UNDER TEST TEST EVENT RESULT. Quality Manual ISO Test Lab Test Report PRODUCT UNDER TEST Organization Name: Varian Medical Systems Address of Vendor: 3100 Hansen Way Palo Alto CA 94304 Test Product Name: 360 Oncology Patient Portal Test Product Version-with-Release: 1.0

More information

User Guide. 3CX Audio Scheduler. Version

User Guide. 3CX Audio Scheduler. Version User Guide 3CX Audio Scheduler Version 15.5.21 "Copyright VoIPTools, LLC 2011-2018" Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted

More information

I-Care Online mobile Manual

I-Care Online mobile Manual I-Care Online mobile Manual GENERAL NOTE THIS DOCUMENT CONTAINS INFORMATION ON DORO PRODUCTS. THE SPECIFICATIONS IN THIS DOCUMENT ARE SUBJECT TO CHANGE WITHOUT PRIOR NOTICE. THE RECIPIENT SHALL NOT TRANSFER,

More information

Mobile Connect for USA Mobility Pagers for BlackBerry

Mobile Connect for USA Mobility Pagers for BlackBerry User Guide for Mobile Connect for USA Mobility Pagers for BlackBerry Amcom Software, Inc. Copyright Mobile Connect 3.5 Document Version 1.0 Last Saved Date: September 19, 2013 Copyright 2003-2013 Amcom

More information

Light Account Supplier Quick Guide. Version: 1.0 / July 2018

Light Account Supplier Quick Guide. Version: 1.0 / July 2018 Light Account Supplier Quick Guide Version: 1.0 / July 2018 Agenda What is the Ariba Network Light Account Light Account Registration and Setup PO Handling Order Confirmation Handling Advanced Shipping

More information

From Sales to Support All-in-one Stand Alone Solution Customer Service, Call Tracking, HelpDesk, Knowledgebase and Built in Contacts Database

From Sales to Support All-in-one Stand Alone Solution Customer Service, Call Tracking, HelpDesk, Knowledgebase and Built in Contacts Database From Sales to Support All-in-one Stand Alone Solution Customer Service, Call Tracking, HelpDesk, Knowledgebase and Built in Contacts Database and more. www.resource-dynamics.com 727-367-1020 What is it?

More information

VIPR 2019 User Training Web Access / URL

VIPR 2019 User Training Web Access / URL Welcome! 2 Web Access / URL Emmalilly Hoxsie Communications Specialist Tracy Webb Implementation Consultant Great Lakes Health Connect March 2019 Zoom! 3 Agenda 4 Attendees muted No video necessary Q&A

More information

Group Administrators

Group Administrators Hosted VoIP Phone System Blue Platform Admin Portal Guide for Group Administrators Table of Contents 1 About this Guide... 6 2 Accessing the Hosted VoIP Phone System Admin Portal... 7 3 Hosted VoIP Admin

More information

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager

Vector Issue Tracker and License Manager - Administrator s Guide. Configuring and Maintaining Vector Issue Tracker and License Manager Vector Issue Tracker and License Manager - Administrator s Guide Configuring and Maintaining Vector Issue Tracker and License Manager Copyright Vector Networks Limited, MetaQuest Software Inc. and NetSupport

More information

Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A

Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A Q: Will Desktop/browser alerts be added to notification capabilities on SmartIT? A: In general we don't provide guidance on future capabilities.

More information

Presenter(s): Greg Hill. Topic Experience Actionable Data with Mirth. Level 200

Presenter(s): Greg Hill. Topic Experience Actionable Data with Mirth. Level 200 Presenter(s): Greg Hill Topic Experience Actionable Data with Mirth Level 200 Safe Harbor Provisions/Legal Disclaimer This presentation may contain forward-looking statements within the meaning of the

More information

Cisco Meeting Management

Cisco Meeting Management Cisco Meeting Management Cisco Meeting Management 1.1 User Guide for Administrators September 19, 2018 Cisco Systems, Inc. www.cisco.com Contents 1 Introduction 4 1.1 The software 4 2 Deployment overview

More information

Vocera Secure Texting 2.1 FAQ

Vocera Secure Texting 2.1 FAQ General Description Q. What is Vocera Secure Texting? A. Vocera Secure Texting (VST) combines convenience with privacy by providing a secure, easy to use, HIPAA-compliant alternative to SMS as well as

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

Table Of Contents. iii

Table Of Contents. iii Table Of Contents Welcome... 1 Using the Content Repository... 3 Content Repository Overview... 3 Description... 3 Repository File Types... 4 Working with the Repository... 6 Content Repository Interface...

More information

Monitoring Agent for SAP Applications Fix pack 11. Reference IBM

Monitoring Agent for SAP Applications Fix pack 11. Reference IBM Monitoring Agent for SAP Applications 7.1.1 Fix pack 11 Reference IBM Monitoring Agent for SAP Applications 7.1.1 Fix pack 11 Reference IBM Note Before using this information and the product it supports,

More information

Cisco NAC Appliance Agents

Cisco NAC Appliance Agents 10 CHAPTER This chapter presents overviews, login flow, and session termination dialogs for the following Cisco NAC Appliance access portals: Cisco NAC Agent, page 10-1 Cisco NAC Web Agent, page 10-28

More information

APPLIED RESEARCH WORKS, INC.- COZEVA. Specialist Practice Support Guide

APPLIED RESEARCH WORKS, INC.- COZEVA. Specialist Practice Support Guide APPLIED RESEARCH WORKS, INC.- COZEVA Specialist Practice Support Guide Applied Research Works, Inc. 2017 APPLIED RESEARCH WORKS - COZEVA!2 APPLIED RESEARCH WORKS - COZEVA WELCOME COZEVA Cozeva utilizes

More information

MICROS Alert Definitions v. 1.2 Installation and Setup Guide

MICROS Alert Definitions v. 1.2 Installation and Setup Guide MICROS Alert Definitions v. 1.2 Installation and Setup Guide In this chapter Document This document describes the procedures for the installation, configuration, and recommended setting for the RES Alert

More information

Workflow Templates in Compliance 360 Version 2018

Workflow Templates in Compliance 360 Version 2018 Workflow Templates in Compliance 360 Version 2018 Workflow Templates 5 Workflow Elements 6 Workflow Teams 6 Workflow Template Changes 6 Create or Edit a Workflow Template 8 Import and Export Workflow Templates

More information

Monitoring Table of Contents:

Monitoring Table of Contents: Table of Contents: Dashboard Status Edit Agent External SNMP Log 2 Chapter 6 - Sadjadi et al. Introduction Proactive and preventive system maintenance is only possible with accurate and easily accessible

More information

Deploy Enhancements from Sandboxes

Deploy Enhancements from Sandboxes Deploy Enhancements from Sandboxes Salesforce, Spring 17 @salesforcedocs Last updated: March 10, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Sage Construction Anywhere Setup Guide

Sage Construction Anywhere Setup Guide Sage Construction Anywhere Setup Guide Sage 100 Contractor Sage University This is a publication of Sage Software, Inc. Copyright 2014 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and

More information

GETTING STARTED WITH TIME TRACKING (TIME WORKLET OPTION) WHO NEEDS TO RECORD TIME ACCESSING YOUR TIMESHEET

GETTING STARTED WITH TIME TRACKING (TIME WORKLET OPTION) WHO NEEDS TO RECORD TIME ACCESSING YOUR TIMESHEET GETTING STARTED WITH TIME TRACKING (TIME WORKLET OPTION) This guide covers how to: Record and submit your hours worked using the Time Worklet. Submit requests for time off (absences). Change and correct

More information

Oracle Taleo Cloud for Midsize (Taleo Business Edition) Release 17B2. What s New

Oracle Taleo Cloud for Midsize (Taleo Business Edition) Release 17B2. What s New Oracle Taleo Cloud for Midsize (Taleo Business Edition) Release 17B2 What s New TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 RELEASE FEATURE SUMMARY... 4 TALENT CENTER ENHANCEMENTS... 5 My Offer

More information

Monitoring Location Servers and Site

Monitoring Location Servers and Site 8 CHAPTER This chapter describes how to monitor location servers by configuring and viewing alarms, events, and logs. It also describes how to use Cisco WCS to view location server, client and asset tag

More information

Talend Component tgoogledrive

Talend Component tgoogledrive Talend Component tgoogledrive Purpose and procedure This component manages files on a Google Drive. The component provides these capabilities: 1. Providing only the client for other tgoogledrive components

More information

Level 3 SM Enhanced Management Thresholds and Alerts Customer FAQs

Level 3 SM Enhanced Management Thresholds and Alerts Customer FAQs Level 3 SM Enhanced Management Thresholds and Alerts Customer FAQs These Frequently Asked Questions relate to the Enhanced Management Thresholds and Alert feature 2015 Level 3 Communications, LLC. All

More information

Oracle Beehive. Before Using Oracle Beehive Client and Communicator. Using BlackBerry with Oracle Beehive Release 2 ( )

Oracle Beehive. Before Using Oracle Beehive Client and Communicator. Using BlackBerry with Oracle Beehive Release 2 ( ) Oracle Beehive Using BlackBerry with Oracle Beehive Release 2 (2.0.1.6) November 2011 Document updated November 4, 2011 This document describes how to access Oracle Beehive from your RIM BlackBerry device

More information

Exporting Phones. Using Phone Export CHAPTER

Exporting Phones. Using Phone Export CHAPTER CHAPTER 9 You can use the export utility to merge records from multiple Cisco Unified Communications Manager servers onto one Cisco Unified Communications Manager server. Use this procedure to move records

More information

HarePoint HelpDesk for SharePoint. User Guide

HarePoint HelpDesk for SharePoint. User Guide HarePoint HelpDesk for SharePoint For SharePoint Server 2016, SharePoint Server 2013, SharePoint Foundation 2013, SharePoint Server 2010, SharePoint Foundation 2010 User Guide Product version: 16.2.0.0

More information

Red Hat JBoss Fuse 7.0-TP

Red Hat JBoss Fuse 7.0-TP Red Hat JBoss Fuse 7.0-TP Ignite Sample Integration Tutorials Instructions for Creating Sample Integrations Last Updated: 2018-04-03 Red Hat JBoss Fuse 7.0-TP Ignite Sample Integration Tutorials Instructions

More information

Health Messenger User Guide

Health Messenger User Guide Health Messenger User Guide V 2.6 3/09/2018 USER GUIDE TABLE OF CONTENTS 1.0 GENERAL INFORMATION 1.1 System Overview 1.2 Support 1.3 Uploading Export Files 1.4 Minimum System Requirements 2.0 GETTING STARTED

More information

Quanum elabs and Quanum EHR Basic Functionality Frequently Asked Questions

Quanum elabs and Quanum EHR Basic Functionality Frequently Asked Questions Quanum elabs and Quanum EHR Basic Functionality Frequently Asked Questions Table of Contents Application Interface... 4 How can I optimize the view of the system on my computer?... 4 What does the message

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

SIS offline. Getting Started

SIS offline. Getting Started SIS offline We highly recommend using Firefox version 3.0 or newer with the offline SIS. Internet Explorer is specifically not recommended because of its noncompliance with internet standards. Getting

More information

Lync 2010 comprehensive FAQs

Lync 2010 comprehensive FAQs Lync 2010 comprehensive FAQs 1 Contents Purpose... 4 FAQ: frequently asked questions... 4 What is Lync?... 4 What are the features of Lync?... 4 Is it compulsory to use Lync?... 4 Lync: Questions about

More information

Avaya Event Processor Release 2.2 Operations, Administration, and Maintenance Interface

Avaya Event Processor Release 2.2 Operations, Administration, and Maintenance Interface Avaya Event Processor Release 2.2 Operations, Administration, and Maintenance Interface Document ID: 13-603114 Release 2.2 July 2008 Issue No.1 2008 Avaya Inc. All Rights Reserved. Notice While reasonable

More information

Virtual WYDE Voice Demo Server Setup Guide. (version 2.3)

Virtual WYDE Voice Demo Server Setup Guide. (version 2.3) Demo Server Setup Guide (version 2.3) 2 Disclaimer THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS

More information

Protect My Ministry. & Church Community Builder User Guide

Protect My Ministry. & Church Community Builder User Guide Protect My Ministry & Church Community Builder User Guide SETTING UP YOUR ACCOUNT This section will walk you through setting up Church Community Builder to work with Protect My Ministry (if you have an

More information

Netwrix Auditor for Active Directory

Netwrix Auditor for Active Directory Netwrix Auditor for Active Directory Quick-Start Guide Version: 8.0 4/22/2016 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Accident Management System

Accident Management System Accident Management System Quick Guide Presented by WorkRite Contents Main Menu... 3 View Incidents... 4 Report Incident... 6 Administration... 9 User & Email Management... 10 Incident access control...

More information

Amcom Mobile Connect Select for BlackBerry

Amcom Mobile Connect Select for BlackBerry User Guide for Amcom Mobile Connect Select for BlackBerry Amcom Software, Inc. Copyright Amcom Mobile Connect Select 3.2 Document Version 1.0 Last Saved Date: September 18, 2012 Copyright 2003-2012 Amcom

More information

This option lets you reset the password that you use to log in if you do not remember it. To change the password,

This option lets you reset the password that you use to log in if you do not remember it. To change the password, User s Guide Overview IDrive offers the most cost-effective BMR functionality with onsite disk image backup for SMBs. You can store entire data of hard disks including the operating system (OS) and application

More information

The LifeVest Network Patient Data Management System Quick Start Guide. Information for Healthcare Professionals

The LifeVest Network Patient Data Management System Quick Start Guide. Information for Healthcare Professionals The LifeVest Network Patient Data Management System Quick Start Guide Information for Healthcare Professionals Monitor and prioritize your patient s needs anywhere, anytime. The LifeVest Network is ZOLL

More information

RTiQ User s Guide. Version 1.0 July 16, 2018

RTiQ User s Guide. Version 1.0 July 16, 2018 RTiQ User s Guide Version 1.0 July 16, 2018 Copyright 2018 Remote Technologies Inc. All rights reserved. Remote Technologies, the Remote Technologies logo, It s Under Control, Integration Designer and

More information

Media Archive Server for Small Teams

Media Archive Server for Small Teams Media Archive Server for Small Teams Installation Guide Daminion Server 0.9.X beta This 5-minute guide will help you set up and configure your Daminion Server Software correctly. Please take the time to

More information

Enterprise 3.4 RC1. Managing Alfresco Content from within Microsoft Office

Enterprise 3.4 RC1. Managing Alfresco Content from within Microsoft Office Enterprise 3.4 RC1 Managing Alfresco Content from within Microsoft Office Contents Copyright... 3 Typographic conventions...4 Introduction... 5 System requirements and prerequisites...5 Get started...6

More information

MHC CAR USER GUIDE

MHC CAR USER GUIDE One Connection for a Healthier Missouri MHC CAREMAIL USER GUIDE Email address: helpdesk@missourihealthconnection.org Phone: 1-866-350-4778 www.missourihealthconnection.org 1 P a g e Contents About Direct

More information

C R E AT I N G A V I R T U A L N ET W O R K K R U N A L T R I V E D I W W W. T E C H T R A I N I N G P O I N T. C O M

C R E AT I N G A V I R T U A L N ET W O R K K R U N A L T R I V E D I W W W. T E C H T R A I N I N G P O I N T. C O M C R E AT I N G A V I R T U A L N ET W O R K K R U N A L T R I V E D I W W W. T E C H T R A I N I N G P O I N T. C O M Go to portal.azure.com and sign in with your credentials. Click on create a resource,

More information

User Manual. ARK for SharePoint-2007

User Manual. ARK for SharePoint-2007 User Manual ARK for SharePoint-2007 Table of Contents 1 About ARKSP (Admin Report Kit for SharePoint) 1 1.1 About ARKSP 1 1.2 Who can use ARKSP? 1 1.3 System Requirements 2 1.4 How to activate the software?

More information

Aspera Connect Windows XP, 2003, Vista, 2008, 7. Document Version: 1

Aspera Connect Windows XP, 2003, Vista, 2008, 7. Document Version: 1 Aspera Connect 2.6.3 Windows XP, 2003, Vista, 2008, 7 Document Version: 1 2 Contents Contents Introduction... 3 Setting Up... 4 Upgrading from a Previous Version...4 Installation... 4 Set Up Network Environment...

More information

Monitoring Location Servers and Site

Monitoring Location Servers and Site 8 CHAPTER This chapter describes how to monitor location servers by configuring and viewing alarms, events, and logs. It also describes how to use Cisco WCS to view location server, client and asset tag

More information

e-mds Patient Portal Version User Guide e-mds 9900 Spectrum Drive. Austin, TX Phone Fax e-mds.

e-mds Patient Portal Version User Guide e-mds 9900 Spectrum Drive. Austin, TX Phone Fax e-mds. e-mds Patient Portal Version 6.2.0 TM User Guide e-mds 9900 Spectrum Drive. Austin, TX 78717 Phone 512.257.5200 Fax 512.335.4375 e-mds.com 2008 e-mds, Inc. All rights reserved. Product and company names

More information

Contents Welcome to Halo... 3 Secure Sign-In... 4 Forgot Password... 4 Messages... 5 Create and Send a Message... 5 Message Enhancements...

Contents Welcome to Halo... 3 Secure Sign-In... 4 Forgot Password... 4 Messages... 5 Create and Send a Message... 5 Message Enhancements... Halo Web App GUIDE Contents Welcome to Halo... 3 Secure Sign-In... 4 Forgot Password... 4 Messages... 5 Create and Send a Message... 5 Message Enhancements... 6 Quick Note... 6 Mark as Urgent... 6 Add

More information

Vendor: Microsoft. Exam Code: Exam Name: TS: Microsoft System Center Operations Manager 2007, Configuring. Version: Demo

Vendor: Microsoft. Exam Code: Exam Name: TS: Microsoft System Center Operations Manager 2007, Configuring. Version: Demo Vendor: Microsoft Exam Code: 70-400 Exam Name: TS: Microsoft System Center Operations Manager 2007, Configuring Version: Demo Question: 1 You have a System Center Operations Manager 2007 environment. You

More information

User manual. We are proud to support our corporate, third sector and SME clients who include:

User manual. We are proud to support our corporate, third sector and SME clients who include: User manual I am very interested in uncovering the first opportunity through Contracts Advance as well as working with you to uncover opportunities that are yet to be discovered. SW, Head of UK Business

More information

Allowing access to Outlook 2000 folders Version 1.00

Allowing access to Outlook 2000 folders Version 1.00 Allowing access to Outlook 2000 folders Version 1.00 Need to Know TM To allow another network user access to some or all of your Outlook folders you need to complete two processes. One in your Outlook

More information

PACS QUICK REFERENCE GUIDE

PACS QUICK REFERENCE GUIDE Version: 7.6.2.22 QUICK REFERENCE ADMIN/RADIOLOGIST PACS QUICK REFERENCE GUIDE Critical Findings The purpose of this document is to instruct Radiologists how to mark images with any critical finding or

More information

Compliance Manager ZENworks Mobile Management 2.7.x August 2013

Compliance Manager ZENworks Mobile Management 2.7.x August 2013 www.novell.com/documentation Compliance Manager ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this

More information

MiCloud CRM Integrations USER GUIDE

MiCloud CRM Integrations USER GUIDE MiCloud CRM Integrations USER GUIDE Release 4.0 Document Release 1.0 January 2018 NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel

More information

Application Management Webinar. Daniela Field

Application Management Webinar. Daniela Field Application Management Webinar Daniela Field Agenda } Agile Deployment } Project vs Node Security } Deployment } Cloud Administration } Monitoring } Logging } Alerting Cloud Overview Cloud Overview Project

More information

RED IM Integration with Bomgar Privileged Access

RED IM Integration with Bomgar Privileged Access RED IM Integration with Bomgar Privileged Access 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the

More information

Case Management Implementation Guide

Case Management Implementation Guide Case Management Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

FaxCenter User Guide. For AccuRoute v5.0

FaxCenter User Guide. For AccuRoute v5.0 FaxCenter User Guide For AccuRoute v5.0 December 2014 Omtool, Ltd. 6 Riverside Drive Andover, MA 01810 Phone: 800-886-7845 Fax: 978-659-1300 Omtool Europe 25 Southampton Buildings London WC2A 1AL United

More information

JIRA Integration Guide

JIRA Integration Guide JIRA Integration Guide 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony Fabric Integration Service Admin Console User Guide On-Premises Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Frequently Asked Questions (FAQs) AEGISlink.com AEGIS Online Application

Frequently Asked Questions (FAQs) AEGISlink.com AEGIS Online Application General Topics Q: What applications are available online? Q: How do I get access to the AEGIS application? Q: How do I start working on my application? Q: I received an email from the AEGIS website support

More information

FRONT USER GUIDE Getting Started with Front

FRONT USER GUIDE Getting Started with Front USER GUIDE USER GUIDE Getting Started with Front ESSENTIALS Teams That Use Front How To Roll Out Front Quick Start Productivity Tips Downloading Front Adding Your Team Inbox Add Your Own Work Email Update

More information