OQ Analyst Web Service Interface Specifications. Version 2.0

Size: px
Start display at page:

Download "OQ Analyst Web Service Interface Specifications. Version 2.0"

Transcription

1 OQ Analyst Version 2.0

2 1. Introduction This document outlines the current specifications for the OQ -Analyst Web Service Interface (also referred to as the WSI) that can be used to allow external programs to access data stored in the OQ -Analyst application. The WSI is the primary method by which OQ -Analyst can be integrated with Electronic Medical Record (EMR) systems or other databases used by mental health facilities. Integration will allow the system to be more efficient by decreasing data entry time and increasing the quality of input data. The WSI allows a clinic to import and export data from the system using predefined methods designed for specific tasks such as adding a new client or retrieving questionnaire results. Web services do not provide user interfaces for direct interaction by users but instead are links into the application that must be utilized by external programs. See the WSI Summary documentation for instructions on how to access the WSI. 1.1 Definitions, Acronyms and Abbreviations OQ -Analyst (OQ -A) - a third generation software product with the first version appearing in 1996 and the second version in This enhanced version was created with user input to improve the features and functionality of the software product. Client a patient receiving mental health treatment. EMR electronic medical record AdministrationID a unique integer identifier generated within the OQ -Analyst system to identify an administration of a questionnaire Medical Record Number a unique optional external identifier provided to the OQ -Analyst system while creating a client record PersonID a unique 6 digit integer identifier generated within the OQ -Analyst system to identify clients and clinicians Alphanumeric consisting only of letters, numbers, spaces, dashes and underscores 1.2 Instrument Definitions Instrument ID Instrument Code Instrument Description Instrument Details 1 OQ452E OQ Adult self report 2 Y-OQ20E YOQ -2.0 Youth parent report 3 Y-OQ20ESR YOQ -2.0SR Youth self report PHASE 2 Instruments 4 OQ30E OQ Adult self report (short form) 5 Y-OQ30ESR YOQ 30.2SR Youth self report (short form) 6 Y-OQ30EPR YOQ 30.2PR Youth parent report (short form) 7 S-OQ20E SOQ -2.0 Severe Outcome Questionnaire 8 BPRS-E24E BPRS-E Companion measure for SOQ Page 2

3 1.3 Role and Access Level table The OQ Analyst security system is made up of Roles and Access levels. A user s role defines their function in the system and the access level determines what records they will be able to view. Not all combinations of roles and access levels are valid. The below table outlines what combinations are valid and invalid. See the OQ Analyst security manual for more information. Role (down), Access Level (across) Standard User Administrative Executive User System Admin Not Assigned Clerical Invalid Valid Invalid Valid Valid Clinician Valid Valid Invalid Valid Valid Corporate Invalid Invalid Valid Valid Valid Supervisor Valid Valid Invalid Valid Valid 1.4 Field Constraints Medical Record Number Unique, Alphanumeric, 10 characters or less o Starts with 3 digit agency code to make sure value is unique (i.e. VMH ) Alphanumeric, 20 characters or less Middle Name Alphanumeric, 20 characters or less Alphanumeric, 20 characters or less Birth Date / Start Date / End Date MM/DD/YYYY format Diagnosis Select from diagnosis list in OQ Analyst (default Unknown) Gender Male, Female, or Unknown Client PersonID User with client role (use GetAllClients for user list) Clinician PersonID User with clinician/supervisor role (use GetAllClinicians for user list) Supervisor PersonID User with supervisor role (use GetAllClinicians for user list) Clinic Select from clinic list in OQ Analyst Username / Login Name Unique, Alphanumeric, 20 characters or less Password 20 characters or less Role Select from Clerical, Clinician, Corporate, or Supervisor (see section 1.3) Access Level Select from Standard User, Administrative, Executive User, System Admin, or Not Assigned (see section 1.3) Instrument (see section 1.2) Completed By Code Select from Self (client completed measures) or Caseworker, Clinician, Father, Guardian, Mother, Other (other completed measures) Page 3

4 2. Available Methods 2.1 Web service function GetAllClinicians GetAllClinicians requires the following input parameters: Username username of A System Admin account used for WSI authentication Password password of A System Admin account used for WSI authentication GetAllClinicians will return an ML data set listing all clinicians currently in the system (this includes all employees in the system that have a role of Supervisor or Clinician ). The list will include the following fields at the clinician level: PersonID Role Access Level Login Name GetAllClinicians will return an error if the WSI username or password is not correct. 2.2 Web service function GetClinician GetClinician requires the following input parameters: PersonID (of the clinician to retrieve) GetClinician will return an ML data set containing the clinician that matches the PersonID supplied as the input parameter. The list will include the following fields at the clinician level: PersonID Role Access Level Login Name GetClinician will return an error if the WSI username or password is not correct. 2.3 Web service function GetAllClients GetAllClients requires the following input parameters: GetAllClients will return an ML data set listing all clients currently in the system. The list will include the following fields at the client level: PersonID Page 4

5 Medical Record Number Middle Name Birth Date Diagnosis Gender (Female/Male/Unknown) Clinician PersonID Clinician First Name Clinician Last Name Clinic Instrument (Using Instrument Description, see section 1.2) GetAllClients will return an error if the WSI username or password is not correct. 2.4 Web service function GetClient GetClient requires the following input parameters: Medical Record Number (for the requested client) GetClient will return an ML data set containing the information for the requested client. The list will include the following fields at the client level: PersonID Medical Record Number Middle Name Birth Date Diagnosis Gender (Female/Male/Unknown) Clinician PersonID Clinician First Name Clinician Last Name Clinic Instrument (Using Instrument Description, see section 1.2) GetClient will return an error if the WSI username or password is not correct. Page 5

6 2.5 Web service function GetQuestionnaires GetQuestionnaires requires the following input parameters: Start Date (MM/DD/YYYY) End Date (MM/DD/YYYY) GetQuestionnaires will return an ML data set containing a listing of all questionnaires in the system that have an administration date between the Start Date and End Date (inclusive) provided as input parameters. The list will include the following parameters on the questionnaire level: AdministrationID PersonID MedicalRecordNumber Middle Name Administration Date Outpatient Session Number Completed By Code Instrument (Using Instrument Description, see section 1.2) Total Score (as defined by OQ -Analyst application) Clinic Setting of Care InstrumentID Count of Questions Unanswered Answers to each question in numeric format o o OQ, YOQ and SOQ instruments values are 0-4, or 99 for unanswered BPRS values are 1-7, or 99 for unanswered GetQuestionnaires will return an error if the WSI username or password is not correct or if the dates provided are unable to be converted to a proper date format. 2.6 Web service function InsertClient InsertClient requires the following input parameters: Medical Record Number (optional but must be unique if provided) Page 6

7 Middle Name (optional) Birth Date (MM/DD/YYYY) Gender (Female/Male/Unknown) Clinic Clinician PersonID (the PersonID of the clinician that the new client is to be assigned to) Instrument (Using Instrument Code, see section 1.2) InsertClient will return an error if the provided Medical Record Number is already in use within the system. All required fields must be provided and be valid or the record will be rejected and an error will be returned. InsertClient will return an error if the WSI username or password is not correct. InsertClient will return the PersonID of the new client after successfully adding it to the system. 2.7 Web service function UpdateClient UpdateClient requires the following input parameters: Medical Record Number record number of client to be updated New Medical Record number (optional, use ##BLANK## to set MRN to blank) (optional) Middle Name (optional) (optional) Birth Date (optional) Gender (optional) Diagnosis (optional) Clinic (optional) Clinician PersonID (optional) Instrument Code (optional) UpdateClient will return an error if the provided Medical Record Number is not valid within the system. Optional fields that are left blank will not be updated; non-blank fields will be updated with the new value. UpdateClient will return an error if the WSI username or password is not correct. 2.8 Web service function GetSecondaryClinicians GetSecondaryClinicians requires the following input parameters: Medical Record Number Page 7

8 GetSecondaryClinicians will return an ML data set containing a listing of all secondary clinicians in the system for the provided client having the Medical Record Number. The list will include the following parameters for each clinician: Count of Secondary Clinicians Client Medical Record Number Clinician PersonID Clinician First Name Clinician Last Name Role Access Level Login Name GetSecondaryClinicians will return an error if the WSI username or password is not correct. 2.9 Web service function AddSecondaryClinician AddSecondaryClinician requires the following input parameters: Client Medical Record Number Clinician PersonID AddSecondaryClinician will add the provided Clinician PersonID to the secondary clinician list for the provided Client identified by the Medical Record Number. AddSecondaryClinician will return an error if the WSI username or password is not correct. AddSecondaryClinician will not return an error if the Clinician PersonID is already in the list and will simply ignore the input if it is a duplicate secondary clinician Web service function RemoveSecondaryClinician RemoveSecondaryClinician requires the following input parameters: Client Medical Record Number Clinician PersonID RemoveSecondaryClinician will remove the provided Clinician PersonID from the secondary clinician list for the provided Client identified by the Medical Record Number. RemoveSecondaryClinician will return an error if the WSI username or password is not correct. RemoveSecondaryClinician will not return an error if the Clinician PersonID is not in the list Web service function InsertEmployee InsertEmployee requires the following input parameters: Page 8

9 Employee Username Employee Password Access Level (See section 1.3) Role (See section 1.3) Clinic Supervisor PersonID (Optional, the PersonID of the supervisor they will be assigned to) InsertEmployee will return an error if the provided Employee Username is already in use within the system. All required fields must be provided and be valid or the record will be rejected and an error will be returned. InsertEmployee will return an error if the WSI username or password is not correct. InsertEmployee will return the PersonID of the new employee after successfully adding it to the system Web service function UpdateEmployee UpdateEmployee requires the following input parameters: Employee PersonID PersonID of the client to be updated (optional) (optional) New Username (optional) New Password (optional) Access Level (optional) Role (optional) Supervisor PersonID (optional) UpdateEmployee will return an error if the provided Employee PersonID is not valid within the system. Optional fields that are left blank will not be updated; non-blank fields will be updated with the new value. The user role cannot be changed if they currently have clients (as a clinician or supervisor) or employees (as a supervisor) assigned to them. UpdateEmployee will return an error if the WSI username or password is not correct Web service function AddClinicToEmployee AddClinicToEmployee requires the following input parameters: Employee PersonID Clinic Name Page 9

10 AddClinicToEmployee will add the provided Clinic to the access list of the selected Employee. AddClinicToEmployee will return an error if the WSI username or password is not correct. AddClinicToEmployee will not return an error if the Clinic is already in the list and will simply ignore the input if it is a duplicate entry Web service function RemoveClinicFromEmployee RemoveClinicFromEmployee requires the following input parameters: Employee PersonID Clinic Name RemoveClinicFromEmployee will remove the provided Clinic from the access list of the selected Employee. RemoveClinicFromEmployee will return an error if the WSI username or password is not correct. RemoveClinicFromEmployee will not return an error if the Clinic has already been removed from the list and will simply ignore the request Web service function GetEmployeeClinics GetEmployeeClinics requires the following input parameters: Employee PersonID (Use -1 to get a list of all clinics for WSI login account) GetEmployeeClinics will return an ML data set containing a listing of all clinics assigned to the provided employee. The list will include the following parameters for each clinic: Clinic ID Unique value assigned to each clinic Clinic Name GetEmployeeClinics will return an error if the WSI username or password is not correct Web service function GetAllEmployees GetAllEmployees requires the following input parameters: Username username of A System Admin account used for WSI authentication Password password of A System Admin account used for WSI authentication GetAllEmployees will return an ML data set listing all employees currently in the system. The list will include the following fields at the employee level: PersonID Role Access Level Login Name Page 10

11 GetAllEmployees will return an error if the WSI username or password is not correct Web service function MergeRecords (NOTE: CURRENTLY NOT AVAILABLE) MergeRecords requires the following input parameters: Source Medical Record Number Destination Medical Record Number MergeRecords will take all questionnaires from the Client record identified by the Source Medical Record Number and move them to the client identified by the Destination Medical Record Number. MergeRecords will return an ML data set containing the following information: Source Medical Record Number Destination Medical Record Number Count of Questionnaires moved by the function MergeRecords will return an error if the WSI username or password is not correct Web service function InsertQuestionnaire InsertQuestionnaire requires the following input parameters: ml Data outlining questionnaire to be added to the system (See appendix for ML format) InsertQuestionnaire can be used to manually insert questionnaire data into the system. InsertQuestionnaire will return an error if the WSI username or password is not correct. 3. Security Security for the WSI is provided through the use of a system administrator username and password for a given agency. These values are a required parameter when using the WSI to prevent unauthorized users from accessing data within the system. The WSI also uses Secure Socket Layer (SSL) technology to encrypt all communication between the client and the OQ -Analyst server. 4. WSI Return Messages See the appendix for examples of the success and error messages returned by each method. 5. OQ -Analyst Web Service List The following table lists the available web services and the interface that must be used to access each: Web Service Name Web Service Interface Program Web Service Raw Interface GetClient GetAllClients as GetClientList GetClinician GetAllClinicians as GetClinicianList GetQuestionnaires Page 11

12 InsertClient UpdateClient GetAllEmployees InsertEmployee UpdateEmployee AddClinicToEmployee RemoveClinicFromEmployee GetEmployeeClinics InsertQuestionnaire GetSecondaryClinicians AddSecondaryClinician RemoveSecondaryClinician 6. Demonstration Version A working example of the raw web service interface can be found at the web address listed below; however, the exact methods could change depending on the services offered through the WSI. The demonstration includes fictitious clients and outcome data and you can add additional clients if desired, however all data will be deleted on a periodic basis. WSI Web Address: WSDL Address: Username: Password: admin admin You can also login to the employee page using the information listed below. This user name and password will give full access to all features and clients data; however, users would normally login using their own unique account and would only be able to view the sections and client data for which they are authorized. Employee Login Web Address: Employee Username: Employee Password: admin admin 7. Additional Information See the WSI user manual for detailed instructions on how to setup and access the WSI. For a preview of this document please contact OQ Measures Support using the information listed below. Page 12

MXSAVE XMLRPC Web Service Guide. Last Revision: 6/14/2012

MXSAVE XMLRPC Web Service Guide. Last Revision: 6/14/2012 MXSAVE XMLRPC Web Service Guide Last Revision: 6/14/2012 Table of Contents Introduction! 4 Web Service Minimum Requirements! 4 Developer Support! 5 Submitting Transactions! 6 Clients! 7 Adding Clients!

More information

Clever SFTP Instructions

Clever SFTP Instructions Clever SFTP Instructions November 10, 2015 Contents 1 Introduction 2 2 General SFTP Setup 2 3 Preparing CSV Files 3 3.1 Preparing schools.csv............................... 4 3.2 Preparing students.csv...............................

More information

Users Guide to Internet Banking Self Service Enrollment

Users Guide to Internet Banking Self Service Enrollment Users Guide to Internet Banking Self Service Enrollment This document is a guide for customers who wish to use The Bank of Greene County s Self Service Enrollment Utility for Internet Banking The following

More information

Office of Court Administration Automated Registry (AR) Interface Design Document for DSHS - Clinical Management for Behavioral Health Services (CMBHS)

Office of Court Administration Automated Registry (AR) Interface Design Document for DSHS - Clinical Management for Behavioral Health Services (CMBHS) Office of Court Administration Automated Registry (AR) Interface Design Document for DSHS - Clinical Management for Behavioral Health Services (CMBHS) August 04, 2009 Interface Design Document for CMBHS

More information

User Manual. Finter E-Banking. Wherever you are and whenever you have time

User Manual. Finter E-Banking. Wherever you are and whenever you have time User Manual Finter E-Banking Wherever you are and whenever you have time Table of contents 1 Access requirements 3 1.1 Technical requirements 3 1.2 User ID 3 1.3 Password 3 1.4 Access Code (SecurID) 3

More information

Setting up CatMail on Apple Mail

Setting up CatMail on Apple Mail Setting up CatMail on Apple Mail Before beginning this process, make sure that IMAP is enabled in your account and that you have your CatMail Secondary password. For more information on CatMail Secondary

More information

DOMAIN CENTRAL HOSTING EMAIL

DOMAIN CENTRAL HOSTING EMAIL Welcome to our hosting services, we have created the following documents to help you get up and running as quickly as possible. If at any stage you encounter difficulties, you are welcome to send a help

More information

Installation & Configuration Guide User Provisioning Service 2.0

Installation & Configuration Guide User Provisioning Service 2.0 Installation & Configuration Guide User Provisioning Service 2.0 NAVEX Global User Provisioning Service 2.0 Installation Guide Copyright 2015 NAVEX Global, Inc. NAVEX Global is a trademark/service mark

More information

Policies and Procedures for creating and maintaining a site

Policies and Procedures for creating and maintaining a site Policies and Procedures for creating and maintaining a site In order to create an account for your chapter or state web management, you must be the president of that chapter or state. Once you have chosen

More information

How do I share a file with a friend or trusted associate?

How do I share a file with a friend or trusted associate? Sharing Information How do I share a file with a friend or trusted associate? Sharing a file in InformationSAFE is easy. The share utility in InformationSAFE allows you to securely share your information

More information

Chapter 7 Managing Users, Authentication, and Certificates

Chapter 7 Managing Users, Authentication, and Certificates Chapter 7 Managing Users, Authentication, and Certificates This chapter contains the following sections: Adding Authentication Domains, Groups, and Users Managing Certificates Adding Authentication Domains,

More information

NDSR Utilities. Creating Backup Files. Chapter 9

NDSR Utilities. Creating Backup Files. Chapter 9 Chapter 9 NDSR Utilities NDSR utilities include various backup and restore features, ways to generate output files, and methods of importing and exporting Header tab information. This chapter describes:

More information

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD)

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD) USING MYWEBSQL MyWebSQL is a database web administration tool that will be used during LIS 458 & CS 333. This document will provide the basic steps for you to become familiar with the application. 1. To

More information

Email Update Instructions

Email Update Instructions 1 Email Update Instructions Contents Email Client Settings The Basics... 3 Outlook 2013... 4 Outlook 2007... 6 Outlook Express... 7 Windows Mail... 8 Thunderbird 3... 9 Apple Mail... 10 2 Email Client

More information

Background Information

Background Information User Guide 1 Background Information ********************************Disclaimer******************************************** This is a government system intended for official use only. Using this system

More information

Admin Reference Guide. PinPoint Document Management System

Admin Reference Guide. PinPoint Document Management System Admin Reference Guide PinPoint Document Management System 1 Contents Introduction... 2 Managing Departments... 3 Managing Languages... 4 Managing Users... 5 Managing User Groups... 7 Managing Tags... 9

More information

DCH File Transfer Application User Manual

DCH File Transfer Application User Manual DCH File Transfer Application User Manual Table of Contents HIPAA Compliancy Statement 3 Overview 4 General.4 Getting Started 4 Screen Basics...4 Accessing the File Transfer application...5 Single Sign

More information

System Administrator Training Guide. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.

System Administrator Training Guide. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger. System Administrator Training Guide Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.com Contents Contents... 2 Before You Begin... 4 Overview... 4

More information

Critical Care EEG Database Public Edition. User Manual

Critical Care EEG Database Public Edition. User Manual Critical Care EEG Database Public Edition User Manual v. 9/25/2015 Table of Contents Overview... 2 Installation... 2 Basic Structure 2 Installing the Files 3 Connecting to Data 4 Configuration... 4 System

More information

How to configure your email client

How to configure your email client How to configure your email client This guide will teach you how to set up your email client. In this guide we will cover both Outlook and Windows Live mail, which are two of the major email clients used

More information

Email Update Instructions

Email Update Instructions Email Update Instructions Table of Contents Email Client Settings The Basics... 2 Outlook 2013... 2 Outlook 2007... 4 Outlook Express... 6 Windows Mail... 7 Thunderbird 3... 9 Apple Mail... 11 1 Email

More information

Single Sign On Guide. Table of Contents

Single Sign On Guide. Table of Contents Single Sign On Guide Table of Contents I. Overview II. Benefits III. How SSO Works IV. Set-up Requirements and Recommendations V. Set-up Instructions a. Required Parameters b. Optional Parameters c. Error

More information

Cathay Business Online Banking

Cathay Business Online Banking Cathay Business Online Banking A QUICK GUIDE TO CATHAY BUSINESS ONLINE BANKING R6119 CATHAY 8_5x11 Cover V2.indd 1 6/11/13 5:50 PM Welcome Welcome to Cathay Business Online Banking (formerly known as Cathay

More information

Setting up CatMail on Outlook 2010

Setting up CatMail on Outlook 2010 Setting up CatMail on Outlook 2010 Before beginning this process, make sure that IMAP is enabled in your account and that you have your CatMail Secondary password. For more information on CatMail Secondary

More information

Changes Affecting All Merchants The New Connection Method, Simple Integration Method (SIM)

Changes Affecting All Merchants The New Connection Method, Simple Integration Method (SIM) New Connection Method and Payment Gateway Enhancements Introduction In an effort to continually improve the functionality and security of the MCPS Payment Gateway for our merchants, MCPS has released several

More information

The English translation Of MBA Standard 0301

The English translation Of MBA Standard 0301 MBA 文 書 0603 号 MBA Document 0603 The English translation Of MBA Standard 0301 MISAUTH Protocol Specification The authoritive specification is Japansese one, MBA Standard 0203 (June 2004). The Protocol

More information

CA Clarity Project & Portfolio Manager

CA Clarity Project & Portfolio Manager CA Clarity Project & Portfolio Manager Using CA Clarity PPM with Open Workbench and Microsoft Project v12.1.0 This documentation and any related computer software help programs (hereinafter referred to

More information

BlackBerry Internet Service Using the Browser on Your BlackBerry Smartphone Version: 2.8

BlackBerry Internet Service Using the Browser on Your BlackBerry Smartphone Version: 2.8 BlackBerry Internet Service Using the Browser on Your BlackBerry Smartphone Version: 2.8 User Guide SWDT653811-793266-0827104650-001 Contents Getting started... 3 About messaging service plans for BlackBerry

More information

Email Migration Manual (For Outlook Express 6)

Email Migration Manual (For Outlook Express 6) Email Migration Manual (For Outlook Express 6) By SYSCOM (USA) May 13, 2013 Version 1.0 1 Contents 1. How to Change POP3/SMTP Setup for Outlook Express... 3 2. How to Login to Webmail... 7 3. How to Change

More information

Setup Corporate (Microsoft Exchange) Email. This tutorial will walk you through the steps of setting up your corporate email account.

Setup Corporate (Microsoft Exchange) Email. This tutorial will walk you through the steps of setting up your corporate email account. Setup Corporate (Microsoft Exchange) Email This tutorial will walk you through the steps of setting up your corporate email account. Microsoft Exchange Email Support Exchange Server Information You will

More information

Florida 4-H Online Instructional Manual

Florida 4-H Online Instructional Manual The Florida 4-H Youth Development Program is introducing the 4-H Online member enrollment. This will address the concerns of reduced staff support in many of our county offices and to modernize the capabilities

More information

Setting Up Scan to SMB on TaskALFA series MFP s.

Setting Up Scan to SMB on TaskALFA series MFP s. Setting Up Scan to SMB on TaskALFA series MFP s. There are three steps necessary to set up a new Scan to SMB function button on the TaskALFA series color MFP. 1. A folder must be created on the PC and

More information

e-filing Secure Web Service User Manual

e-filing Secure Web Service User Manual e-filing Secure Web Service User Manual Page1 CONTENTS 1 BULK ITR... 6 2 BULK PAN VERIFICATION... 9 3 GET ITR-V BY TOKEN NUMBER... 13 4 GET ITR-V BY ACKNOWLEDGMENT NUMBER... 16 5 GET RETURN STATUS... 19

More information

1. Open the preferences screen by opening the Mail menu and selecting Preferences...

1. Open the preferences screen by opening the Mail menu and selecting Preferences... Using TLS encryption with OS X Mail This guide assumes that you have already created an account in Mail. If you have not, you can use the new account wizard. The new account wizard is in the Accounts window

More information

Oracle Enterprise Single Sign-on Provisioning Gateway. Administrator Guide Release 10.1.4.1.0 E12613-01

Oracle Enterprise Single Sign-on Provisioning Gateway. Administrator Guide Release 10.1.4.1.0 E12613-01 Oracle Enterprise Single Sign-on Provisioning Gateway Administrator Guide Release 10.1.4.1.0 E12613-01 March 2009 Oracle Enterprise Single Sign-on Provisioning Gateway, Administrator Guide, Release 10.1.4.1.0

More information

School account creation guide

School account creation guide School account creation guide Contents Your welcome email Page 2 The CSV file Page 3 Uploading the CSV and creating the accounts Page 5 Retrieving staff usernames and passwords Page 8 Retrieving student

More information

ACH Alert Positive. User Guide Client Security

ACH Alert Positive. User Guide Client Security ACH Alert Positive Pay User Guide Client Security 1 TABLE OF CONTENTS Client Security... 2 Initial Login.... 2 Login............................................................... 6 Forgot Password...

More information

DHS Medicaid Online (DMO) Web-Based Eligibility/Enrollment Verification. Application Walk-Through

DHS Medicaid Online (DMO) Web-Based Eligibility/Enrollment Verification. Application Walk-Through DHS Medicaid Online (DMO) Web-Based Eligibility/Enrollment Verification Application Walk-Through Contents Overview...3 Browser Requirement...3 DHS/MQD Online Overview...4 Contact Us...5 Security...7 Login...7

More information

Email Update Instructions

Email Update Instructions 1 Email Update Instructions Contents Email Client Settings The Basics... 3 Outlook 2013... 4 Outlook 2007... 6 Outlook Express... 8 Windows Mail... 9 Thunderbird 3... 10 Apple Mail... 11 2 Email Client

More information

REV.1.2-30/03/2015 (EMC/EN) KYOCERA NET MANAGER SOFTWARE INFORMATION DATA PROTECTION

REV.1.2-30/03/2015 (EMC/EN) KYOCERA NET MANAGER SOFTWARE INFORMATION DATA PROTECTION REV.1.2-30/03/2015 (EMC/EN) KYOCERA NET MANAGER SOFTWARE INFORMATION DATA PROTECTION Introduction (1) About this document This document describes the Kyocera Net Manager software offered by Kyocera Document

More information

Secure Data Transfer

Secure Data Transfer Secure Data Transfer INSTRUCTIONS 3 Options to SECURELY TRANSMIT DATA 1. FTP 2. WinZip 3. Password Protection Version 2.0 Page 1 Table of Contents Acronyms & Abbreviations...1 Option 1: File Transfer Protocol

More information

Turnitin User Guide. Includes GradeMark Integration. January 2014 (revised)

Turnitin User Guide. Includes GradeMark Integration. January 2014 (revised) Turnitin User Guide Includes GradeMark Integration January 2014 (revised) Copyright 2014 2 Contents Contents... 3 Turnitin Integration... 4 How This Guide is Organized... 4 Related Documentation... 4 Campus

More information

DataDirector Getting Started

DataDirector Getting Started DataDirector Getting Started LOGIN Log into the DataDirector website: https://www.achievedata.com/yourdistrictname User Name: New Password: Enter your User Name and Password o After login, you may need

More information

Manage Address Book. Administrator's Guide

Manage Address Book. Administrator's Guide Manage Address Book Administrator's Guide November 2012 www.lexmark.com Contents 2 Contents Overview...3 Using Manage Address Book...4 Setting up access control from the application...4 Exporting contacts...4

More information

Import: Create Teachers

Import: Create Teachers Import: Create Teachers Instead of having teachers register manually using the school passcode, you have the option of importing a spreadsheet to create teacher usernames. You will need administrative

More information

How to Create a Broker Account

How to Create a Broker Account How to Create a Broker Account 1. Once you have created your NY.gov ID and set your password (see the guide, How to Create a NY.gov ID ), return to the Broker tab from the NYSOH home page and select CLICK

More information

How to setup your iphone email client

How to setup your iphone email client How to setup your iphone email client First things first! Make sure you can access mail directly through webmail using your username and password. Webmail can be accessed using the following format http://webmail.stmkr.net

More information

Citrix (SSL) Access Gateway End User Documentation

Citrix (SSL) Access Gateway End User Documentation Citrix (SSL) Access Gateway End User Documentation This document details the steps required to remotely access internal ADOT web sites and applications through the Citrix Access Gateway. Citrix Access

More information

Email Migration Manual (For Outlook 2010)

Email Migration Manual (For Outlook 2010) Email Migration Manual (For Outlook 2010) By SYSCOM (USA) May 13, 2013 Version 2.2 1 Contents 1. How to Change POP3/SMTP Setting for Outlook 2010... 3 2. How to Login to Webmail... 10 3. How to Change

More information

Business Online. Quick Reference Guide

Business Online. Quick Reference Guide Business Online Quick Reference Guide . All rights reserved. This work is confidential and its use is strictly limited. Use is permitted only in accordance with the terms of the agreement under which it

More information

WEB EMPLOYEE SELF SERVICE

WEB EMPLOYEE SELF SERVICE WEB EMPLOYEE SELF SERVICE 1. Go to http://www.ahola.com. 2. Select Employer Services Login. 3. Click on Not Registered yet? 4. Enter your eight-digit Company Access code. You can find your code on your

More information

Single Sign-On Guide for Blackbaud NetCommunity and The Patron Edge Online

Single Sign-On Guide for Blackbaud NetCommunity and The Patron Edge Online Single Sign-On Guide for Blackbaud NetCommunity and The Patron Edge Online 062212 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any

More information

MANUAL USER GUIDE FOR EMR PRIMARY HEALTH CARE SYSTEM

MANUAL USER GUIDE FOR EMR PRIMARY HEALTH CARE SYSTEM MANUAL USER GUIDE FOR EMR PRIMARY HEALTH CARE SYSTEM By Faustin GASHAYIJA Version 1.0 1 Table of contents Contents Table of contents... 2 Browser... 4 Log in openmrs website... 4 OpenMRS welcome page...

More information

Import and Export User Guide. PowerSchool 7.x Student Information System

Import and Export User Guide. PowerSchool 7.x Student Information System PowerSchool 7.x Student Information System Released June 2012 Document Owner: Documentation Services This edition applies to Release 7.2.1 of the PowerSchool software and to all subsequent releases and

More information

IP Configuration Manual

IP Configuration Manual IP Configuration Manual Safety precautions and warnings Thank you for deciding to use a Frama Franking System. The information in this guide is intended to support you during the configuration of the franking

More information

ClicktoFax Service Usage Manual

ClicktoFax Service Usage Manual ClicktoFax Service Usage Manual 1. Log in to Fax Service 2. Configure your account 3. Send a fax 4. Receive a fax/search for Faxes/View Faxes 5. Logout 6. Additional Support 1. Log into fax service: a.

More information

EMR Certification EChart Manitoba Context-Sensitive Launch Interface Assessment Guide. Version: 1.0 December 1, 2015

EMR Certification EChart Manitoba Context-Sensitive Launch Interface Assessment Guide. Version: 1.0 December 1, 2015 EMR Certification EChart Manitoba Context-Sensitive Launch Interface Assessment Guide Version: 1.0 December 1, 2015 Table of Contents 1 Overview... 3 1.1 echart Context-Sensitive Launch Interface Objectives...

More information

Contents CHAPTER 1 IMail Utilities

Contents CHAPTER 1 IMail Utilities Contents CHAPTER 1 IMail Utilities CHAPTER 2 Collaboration Duplicate Entry Remover... 2 CHAPTER 3 Disk Space Usage Reporter... 3 CHAPTER 4 Forward Finder... 4 CHAPTER 5 IMAP Copy Utility... 5 About IMAP

More information

Email Update Instructions

Email Update Instructions 1 Email Update Instructions Contents Email Client Settings The Basics... 3 Outlook 2013... 4 Outlook 2007... 6 Outlook Express... 7 Windows Mail... 8 Thunderbird 3... 9 Apple Mail... 10 Apple Mail 8.2...

More information

Using LDAP Authentication in a PowerCenter Domain

Using LDAP Authentication in a PowerCenter Domain Using LDAP Authentication in a PowerCenter Domain 2008 Informatica Corporation Overview LDAP user accounts can access PowerCenter applications. To provide LDAP user accounts access to the PowerCenter applications,

More information

Medical Services Administration Bureau of Medicaid Financial Services. LTC File Transfer Application. User Manual

Medical Services Administration Bureau of Medicaid Financial Services. LTC File Transfer Application. User Manual Medical Services Administration Bureau of Medicaid Financial Services LTC Reimbursement and Rate Setting Section LTC File Transfer Application User Manual LTC File Transfer User Manual Version 1 May 1,

More information

Outlook Express. Make Changes in Red: Open up Outlook Express. From the Menu Bar. Tools to Accounts - Click on. User Information

Outlook Express. Make Changes in Red: Open up Outlook Express. From the Menu Bar. Tools to Accounts - Click on. User Information Outlook Express Open up Outlook Express From the Menu Bar Tools to Accounts - Click on Mail Tab Click on mail.btconline.net mail (default) Click on Properties button Click on the General tab User Information

More information

How to set up a User Account on the District 1120 Website A comprehensive, step by step guide:

How to set up a User Account on the District 1120 Website A comprehensive, step by step guide: The following document, is set out as a comprehensive step by step instructional tutorial, which explains in detail in a 4 step process how to Apply for and Setup a Member s Account on the District Website

More information

EMR Link Server Interface Installation

EMR Link Server Interface Installation EMR Link Server Interface Installation Version 1.0 ** INTRODUCTION ** If you would like assistance with installation, please contact our preferred support provider at support@bonecomputer.com, or call

More information

TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015

TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015 TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015 2201 Thurston Circle Bellevue, NE 68005 www.tigerpawsoftware.com Contents Tigerpaw Exchange Integrator Setup Guide v3.6.0... 1 Contents...

More information

TABLE OF CONTENT. Section 1.1 How to Login to CCL Lab Portal ----------------------------------------------- 2

TABLE OF CONTENT. Section 1.1 How to Login to CCL Lab Portal ----------------------------------------------- 2 TABLE OF CONTENT Section 1.1 How to Login to CCL Lab Portal ----------------------------------------------- 2 Section 1.2 How to Place a New Lab Order -------------------------------------------------

More information

SAS Marketing Automation 5.1. User s Guide

SAS Marketing Automation 5.1. User s Guide SAS Marketing Automation 5.1 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS Marketing Automation 5.1: User s Guide. Cary, NC: SAS Institute

More information

MadCap Software. Upgrading Guide. Pulse

MadCap Software. Upgrading Guide. Pulse MadCap Software Upgrading Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

Virtual Code Authentication User Guide for Administrators

Virtual Code Authentication User Guide for Administrators Virtual Code Authentication User Guide for Administrators Virtual Code Authentication - User Guide for Administrators Document No.: 05-001 2001-2015 All rights reserved. Under copyright laws, this document

More information

City of Madison. Information Services. Crystal Enterprise Polices, Standards, and Guidelines

City of Madison. Information Services. Crystal Enterprise Polices, Standards, and Guidelines City of Madison Information Services Crystal Enterprise Polices, Standards, and Guidelines March 2006 City of Madison Crystal Enterprise Policies, Standards, and Guidelines Table of Contents Crystal Enterprise

More information

Matrix Technical Support Mailer 167 NAVAN CNX200 PPTP VPN with Windows Client

Matrix Technical Support Mailer 167 NAVAN CNX200 PPTP VPN with Windows Client Matrix Technical Support Mailer 167 NAVAN CNX200 PPTP VPN with Windows Client 22/07/2014 Dear Friends, This mailer helps you in understanding and configuring PPTP VPN of Matrix NAVAN CNX200 with Windows

More information

Technology Primer. OPS Manager, Release 7.4. Integrating Your Directory Server with our Directory Service Solution

Technology Primer. OPS Manager, Release 7.4. Integrating Your Directory Server with our Directory Service Solution Technology Primer OPS Manager, Release 7.4 Integrating Your Directory Server with our Directory Service Solution The Mitel Integrated Directory Services (IDS) application synchronizes the telephone directory

More information

UAG Series. Application Note. Unified Access Gateway. Version 4.00 Edition 1, 04/2014. Copyright 2014 ZyXEL Communications Corporation

UAG Series. Application Note. Unified Access Gateway. Version 4.00 Edition 1, 04/2014. Copyright 2014 ZyXEL Communications Corporation UAG Series Unified Access Gateway Version 4.00 Edition 1, 04/2014 Application Note Copyright 2014 ZyXEL Communications Corporation Table of Contents Scenario 1 How to Activate a Paid Access Hotspot...

More information

2013 Business Services Performance Feedback Survey Walkthrough (Qualtrics)

2013 Business Services Performance Feedback Survey Walkthrough (Qualtrics) 2013 Business Services Performance Feedback Survey Walkthrough (Qualtrics) *Please note the below instructions include both the instructions to solicit your 360 feedback in addition to requesting a self-evaluation

More information

7.0 Self Service Guide

7.0 Self Service Guide 7.0 Self Service Guide Copyright 2010 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed,

More information

How Board Members and State Employees Utilize the Security Portal to Access PDMP. July 30, 2014 Version 2 Software Release Version 3.4.

How Board Members and State Employees Utilize the Security Portal to Access PDMP. July 30, 2014 Version 2 Software Release Version 3.4. How Board Members and State Employees Utilize the Security Portal to Access PDMP July 30, 2014 Version 2 Software Release Version 3.4.11 Table of Contents How to Access PDMP via the ADPH Security Portal...

More information

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.3 Prepared for: Directorate of Preparedness and Response (FEMA) Prepared by:

More information

9236245 Issue 2EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

9236245 Issue 2EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation 9236245 Issue 2EN Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia 9300 Configuring connection settings Legal Notice Copyright Nokia 2005. All rights reserved. Reproduction,

More information

Merchant Implementation Guide

Merchant Implementation Guide Merchant Implementation Guide Version 5.0 2013 Centricom Pty Limited. All rights reserved. Disclaimer and limitation of Liability This Merchant Implementation Guide sets out the proper procedures for the

More information

HCFA-1500 Form Completion. For the RLISYS NSF Electronic Claims Software. 2 Patient Name Patient s name as Last Name, First Name (Example: Doe, John)

HCFA-1500 Form Completion. For the RLISYS NSF Electronic Claims Software. 2 Patient Name Patient s name as Last Name, First Name (Example: Doe, John) 1 HCFA-1500 Form Completion For the RLISYS NSF Electronic Claims Software 2 Patient Name Patient s name as Last Name, First Name (Example: Doe, John) Do not include a prefix, suffix, or middle initial

More information

CAQH ProView. Practice Manager Module User Guide

CAQH ProView. Practice Manager Module User Guide CAQH ProView Practice Manager Module User Guide Table of Contents Chapter 1: Introduction... 1 CAQH ProView Overview... 1 System Security... 2 Chapter 2: Registration... 3 Existing Practice Managers...

More information

SerialMailer Manual. For SerialMailer 7.2. Copyright 2010-2011 Falko Axmann. All rights reserved.

SerialMailer Manual. For SerialMailer 7.2. Copyright 2010-2011 Falko Axmann. All rights reserved. 1 SerialMailer Manual For SerialMailer 7.2 Copyright 2010-2011 Falko Axmann. All rights reserved. 2 Contents 1 Getting Started 4 1.1 Configuring SerialMailer 4 1.2 Your First Serial Mail 7 1.2.1 Database

More information

LRFP AND PROJECT APPLICATION TRACKING SYSTEM District Administrator Instructions. Accessing the Administrator Section of the Website

LRFP AND PROJECT APPLICATION TRACKING SYSTEM District Administrator Instructions. Accessing the Administrator Section of the Website LRFP AND PROJECT APPLICATION TRACKING SYSTEM District Administrator Instructions Each school district is responsible for creating and assigning user accounts to access the district s data on the LRFP and

More information

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency

More information

Project Initiation Report HealthInsight HIE

Project Initiation Report HealthInsight HIE Project Initiation Report HealthInsight HIE This report contains the documents delivered during the Assessment Phase for conducting the HIE project as well as a summary of next steps. Your project initiation

More information

USER GUIDE. Lightweight Directory Access Protocol (LDAP) Schoolwires Centricity

USER GUIDE. Lightweight Directory Access Protocol (LDAP) Schoolwires Centricity USER GUIDE Lightweight Directory Access Protocol () Schoolwires Centricity TABLE OF CONTENTS Introduction... 1 Audience and Objectives... 1 Overview... 1 Servers Supported by Centricity... 1 Benefits of

More information

PCI Implementation Guide

PCI Implementation Guide ProphetLine, Inc POS System PCI Implementation Guide What You Need to Know About PCI DSS & Credit Card Security ProphetLine, Inc. 2120 South Waldron Road Suite 128B Fort Smith, AR 72903 1-800-875-6592

More information

Cvent Web Services API. Version V200611 June 2008

Cvent Web Services API. Version V200611 June 2008 Cvent Web Services API Version V200611 Cvent, Inc. 8180 Greensboro Dr, Suite 450 McLean, VA 22102 866.318.4357 www.cvent.com customercare@cvent.com 1.0 Framework Overview... 1 1.1 Overview... 1 1.2 Compatible

More information

User Manual V1.3. NCB File Converter. @alahlincb. /alahlincb. 9 2000 1000 www.alahli.com

User Manual V1.3. NCB File Converter. @alahlincb. /alahlincb. 9 2000 1000 www.alahli.com User Manual V1.3 NCB File Converter @alahlincb /alahlincb 9 2000 1000 www.alahli.com The National Commercial Bank File Converter User Manual Copyright 2013 The National Commercial Bank Page 2 of 44 Table

More information

BlackShield ID Agent for Terminal Services Web and Remote Desktop Web

BlackShield ID Agent for Terminal Services Web and Remote Desktop Web Agent for Terminal Services Web and Remote Desktop Web 2010 CRYPTOCard Corp. All rights reserved. http:// www.cryptocard.com Copyright Copyright 2010, CRYPTOCard All Rights Reserved. No part of this publication

More information

Fixes for CrossTec ResQDesk

Fixes for CrossTec ResQDesk Fixes for CrossTec ResQDesk Fixes in CrossTec ResQDesk 5.00.0006 December 2, 2014 Resolved issue where the list of Operators on Category was not saving correctly when adding multiple Operators. Fixed issue

More information

DIGITIZATION NATIONAL POPULATION REGISTER TRAINING MANUAL (ADMINISTRATOR) 2011

DIGITIZATION NATIONAL POPULATION REGISTER TRAINING MANUAL (ADMINISTRATOR) 2011 DIGITIZATION OF NATIONAL POPULATION REGISTER TRAINING MANUAL (ADMINISTRATOR) 2011 CONTENT ABBREVIATIONS & ACRONYMS INTRODUCTION TO THE MANUAL PART I Introduction PART II 1.1 Introduction to NPR 1.2 Roles

More information

TCP Session Management (SesM) Protocol Specification

TCP Session Management (SesM) Protocol Specification TCP Session Management (SesM) Protocol Specification Revision Date: 08/13/2015 Version: 1.1e Copyright 2015 Miami International Securities Exchange, LLC. All rights reserved. This constitutes information

More information

Managing Identities and Admin Access

Managing Identities and Admin Access CHAPTER 4 This chapter describes how Cisco Identity Services Engine (ISE) manages its network identities and access to its resources using role-based access control policies, permissions, and settings.

More information

Bank of Hawaii Protecting Confidential Email

Bank of Hawaii Protecting Confidential Email 1 Bank of Hawaii Protecting Confidential Email Email is commonly used to transmit confidential information such as operational data, legal documents, or financial information. By default emails are sent

More information

SmartConnect User Credentials 2012

SmartConnect User Credentials 2012 User Credentials Used When The SmartConnect client connects to Microsoft Dynamics GP When connecting to the Microsoft Dynamics GP the credentials of the current AD user are used to connect to Dynamics

More information

intertrax Suite intertrax exchange intertrax monitor intertrax connect intertrax PIV manager User Guide Version 3 2011

intertrax Suite intertrax exchange intertrax monitor intertrax connect intertrax PIV manager User Guide Version 3 2011 intertrax Suite intertrax exchange intertrax monitor intertrax connect intertrax PIV manager User Guide Version 3 2011 Copyright 2003-2011 by Salamander Technologies, Inc. Protected by US Patents 5,573,278;

More information

Matrix Technical Support Mailer - 72 Procedure for Image Upload through Email Server in SATATYA DVR,NVR & HVR

Matrix Technical Support Mailer - 72 Procedure for Image Upload through Email Server in SATATYA DVR,NVR & HVR Matrix Technical Support Mailer - 72 Procedure for Image Upload through Email Server in SATATYA DVR,NVR & HVR Dear Friends, This mailer will help you configure Email Notification in SATATYA Web Client

More information

KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon

KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon KMx Enterprise includes two api s for integrating user accounts with an external directory of employee or other

More information