• No results found

Consumer Preferences Profile (CPP) GUI User Manual

N/A
N/A
Protected

Academic year: 2021

Share "Consumer Preferences Profile (CPP) GUI User Manual"

Copied!
14
0
0

Loading.... (view fulltext now)

Full text

(1)

Consumer Preferences Profile (CPP) GUI

User Manual

Version 3.0

CONNECT Release 3.2

(2)

CPP_GUI_Manual i Release 3.2 10/06/11

REVISION HISTORY

REVISION DATE DESCRIPTION

1.0 29 September 2009 Initial Release

2.0 05 January 2010 Updated to reflect CONNECT Release 2.3 3.0 10 June 2011 Updated for CONNECT Release 3.2

(3)

CPP_GUI_Manual ii Release 3.2 10/06/11 TABLE OF CONTENTS 1.0 INTRODUCTION ... 1 1.1 PURPOSE ... 1 1.2 SCOPE ... 1 1.3 DOCUMENT DESCRIPTION ... 1 2.0 REFERENCED DOCUMENTS ... 1 3.0 INSTALLATION PRE-REQUISITES ... 1 4.0 AUTHENTICATION... 2

5.0 HOW TO USE CONSUMER PREFERENCE PROFILE GUI ... 3

APPENDIX A ... A-1 A.1 Configuration ... A-2 LIST OF FIGURES Figure 5.0-1: CPP GUI Main Page... 3

Figure 5.0-2: Patient Id Hyperlinked ... 4

Figure 5.0-3: CPP Profile Window ... 5

Figure 5.0-4: Fine Grain Policy Preferences Window ... 6

Figure 5.0-5a: Add Fine Grain Policy Preferences ... 7

Figure 5.0-5b: Add Fine Grain Policy Preferences ... 7

Figure 5.0-6: Update Fine Grain Policy Preferences ... 8

(4)

CPP_GUI_Manual 1 Release 3.2 10/06/11

1.0 INTRODUCTION

1.1 Purpose

This document describes how to use the Consumer Preferences Profile (CPP) GUI.

1.2 Scope

The procedures in this document are applicable to all CONNECT users.

1.3 Document Description

This document includes the following sections: • Section 1.0 Introduction

• Section 2.0 Referenced Documents • Section 3.0 Installation Pre-requisites • Section 4.0 Authentication

• Section 5.0 How to Use Consumer Preferences Profile GUI

2.0 REFERENCED DOCUMENTS

• CONNECT Release 3.2 System Installation and Configuration Full Binary Manual • CONNECT Release 3.2 System Installation and Configuration Source Code

Manual

3.0 INSTALLATION PRE-REQUISITES

Install the following software in order to use the CPP GUI.

1. Install the full binary or source code version of the CONNECT Gateway. The CPP GUI is part of the installation that gets deployed in the adapter machine. 2. Go through the CONNECT Install Checklist to make sure all the requirements are

met.

3. Configure the AdapterAuthenticationProxyConfig.xml and

AdapterPIPConfig.xml files in order to use CPP GUI (refer to Appendix A).

OpenSSO is not supported in CONNECT v3.2. 4. URL :

a. Click on the following link to access the CPP GUI:

(5)

CPP_GUI_Manual 2 Release 3.2 10/06/11

4.0 AUTHENTICATION

Perform the following procedure:

1. Though OpenSSO is not supported in CONNECT v3.2, we are leaving this section (4.0) for completeness. You can skip this section and directly go to section 5.0.

2. If OpenSSO is used (by setting the configuration file), the authentication page is the first page that displays asking for account details.

3. Enter valid login and password.

4. Click the Login button.

5. If account details are correct, the Consumer Preferences Profile GUI Main page with the patient search tab is enabled with the rest of the tab/tabs disabled.

6. If account details are incorrect, you will be prompted to enter the correct account details.

(6)

CPP_GUI_Manual 3 Release 3.2 10/06/11

5.0 HOW TO USE CONSUMER PREFERENCE PROFILE GUI

1. If OpenSSO is NOT used for Consumer Preferences Profile GUI, the CPP GUI Main page is displayed with the patient search tab enabled and the rest of the tabs disabled.

Figure 5.0-1: CPP GUI Main Page

2. Enter the Last Name and/or the First Name and/or the Patient Identifier and hit the Search button. AA Id is required when only Patient Id is provided without Last Name and First Name.

Use the Reset button to clear and reset the search criteria.

The patient search result displays Patient Id, Last Name, First Name, and Organization ID.

(7)

CPP_GUI_Manual 4 Release 3.2 10/06/11

The Patient Id is hyperlinked.

Figure 5.0-2: Patient Id Hyperlinked

3. Click on the Patient Id hyperlink.

The CPP Profile window is displayed with three preference options: NHIN Opt-In

NHIN Opt-Out NHIN Opt-In Limited

(8)

CPP_GUI_Manual 5 Release 3.2 10/06/11

Figure 5.0-3: CPP Profile Window

4. If the NHIN Opt-In Limited option is selected, the Fine Grain Policy

Preferences Window is displayed, and the user is prompted to add, update or delete fine grained policy preferences.

(9)

CPP_GUI_Manual 6 Release 3.2 10/06/11

Figure 5.0-4: Fine Grain Policy Preferences Window

From the drop down menu, you can select Document type, User Role, Purpose of Use and Confidentiality Code.

Permission is selected either as Permit or as Deny 5. Click the Add button to add the preferences.

(10)

CPP_GUI_Manual 7 Release 3.2 10/06/11

Figure 5.0-5a: Add Fine Grain Policy Preferences

(11)

CPP_GUI_Manual 8 Release 3.2 10/06/11

A Row is added in the Fine Grained Policy Preferences table

Figure 5.0-6: Update Fine Grain Policy Preferences

6. Click on the Document Type hyperlink to select the row.

The selected Fine Grained Policy Preference can be updated or deleted by clicking the “Update Selected’ or ‘Delete Selected’ button.

(12)

CPP_GUI_Manual 9 Release 3.2 10/06/11

Figure 5.0-7: Add another rule (Fine Grain Policy Preference)

7. More rules can be added for the same policy by clicking on the “Add” button with another set of policy preferences (Figure 5.0-7)

(13)

CPP_GUI_Manual A-1 Release 3.2 10/06/11

(14)

CONNECT_CPP_GUI_Manual A-2 Release 3.2 10/06/11

A.1 AdapterAuthenticationProxyConfig.xml

AdapterAuthenticationProxyConfig.xml

• If OpenSSO is NOT used in CPP GUI then this file is configured as follows: This is the default AdapterAuthentication to indicate no authentication is implemented

(Uncomment this line of code and comment the line that is used for OpenSSO ) <bean id="adapterauthentication"

class="gov.hhs.fha.nhinc.adapterauthentication.proxy.AdapterAuthenticationProx yNoOpImpl"/>

• If OpenSSO is used in CPP GUI then this file is configured as follows:

AdapterAuthentication java implementation uses the OpenSSO authentication services

(Uncomment this line of code and comment the line that does not use OpenSSO )

<bean id="adapterauthentication"

class="gov.hhs.fha.nhinc.adapterauthentication.proxy.AdapterAuthenticationJava Proxy"/>

AdapterPIPConfig.xml

• Update AdapterPIPConfig.xml to use AdapterPIPProxyJavaImpl implementation <bean

class="gov.hhs.fha.nhinc.policyengine.adapter.pip.proxy.AdapterPIPProxyJavaI mpl" id="adapterpip" name="adapterpipjava">

<meta key="impltype" value="java"/> </bean>

References

Related documents

Anticipating the next section on the significance of this study, a study of the journey and identity construction of social justice practitioners by those with Christian roots or

although the name is not ideal as the species occurs on many other Atlantic and Pacific islands. In keeping with NACC policy and previous decisions, I recommend that the

Concrete Foundations - Professional Installation - Maintenance Free Redwood Cladding - Premium Insulation Throughout - Oil Filled Radiator - 3x Cavity Wired Double Sockets -

For condensed phase simulations, AIMD has typically relied on the generalized gradient approximation (GGA) of Density Functional Theory (DFT) as the underlying

The species differs from all other Homaloptera species by combination of the following characters: eigth to ten saddle-like blotches on dorsal side of body not reaching the

Almost similar result was reported by Sirajudheen and BijuKumar 14 , they recorded 138 species belonging to 14 orders 67 families and 108 genera in trawl catch of the

The aim of the study was to establish what people should do or have started doing to alleviate the suffering of staff productivity in selected hotels in north coast, hence the

A solution for enhancing image contrast that involved using the histogram method, offsetting vehicle roll angle, and estimating and smoothing the camera observation using