Skip Headers
Oracle® Healthcare Master Person Index Relationship Management User's Guide
Release 4.0
E71323-02
Contact Us
Next
PDF
·
Mobi
·
ePub
1/14
Contents
List of Figures
List of Tables
Title and Copyright Information
Preface
Audience
Documentation Accessibility
Related Documents
Finding Information and Patches on My Oracle Support
Finding Oracle Documentation
Conventions
1
Developing the Relationship Management
1.1
Understanding Relationship Model
1.1.1
Generic Naming Standard
1.1.2
Direction of Relationship
1.1.3
Multiplicity of Relationship
1.1.4
Validity of Relationship
1.2
Understanding Relationship Rules
1.3
Understanding Relationship Policies
1.4
Understand Relationship Management Process
1.5
Understanding Relationship Management Deployment Components
1.5.1
Relationship Management Service
1.5.2
Relationship Management Data Manager
1.5.3
Relationship Management MPI Agent
1.5.4
Oracle Healthcare Master Person Index Application
1.5.5
Deployment Strategy
1.5.5.1
Standalone Deployment Strategy
1.5.5.2
Integration Deployment Strategy
1.5.5.3
MPI Agent Deployment Strategy
2
Creating the Relationship Management Project
2.1
Creating the Relationship Management Project
2.2
Configuring the Relationship Management Applications
2.2.1
Configuring the Relationship Management Service Application
2.2.2
Configuring the Relationship Management Data Manager Application
2.2.3
Configuring the Relationship Management MPI Agent
2.3
Building the Relationship Management Applications
2.4
Creating the Relationship Management Databases
2.4.1
Creating User and Assigning Privileges
2.4.2
Creating Database Tables
2.5
Deploying JAX-RS Library
2.6
Deploying the Relationship Management Service Application
2.7
Deploying the Relationship Management Data Manager Application
2.8
Accessing the Relationship Management Data Manager Application
2.9
Accessing the Relationship Management REST APIs
2.9.1
Metadata Resources
2.9.2
Management Resources
2.9.3
Entity Resources
2.9.4
Relationship Resources
2.9.5
Stats Resources
3
Integrating with Master Person Index Applications
3.1
Integrating with Master Index Data Manager
3.2
Integrating with Relationship Management Master Person Index Agent
3.3
Integrating with Master Index Data Manager
4
Relationship Management Databases
4.1
Database Requirements
4.1.1
Database Platform Requirements
4.1.2
Operating System Requirements
4.1.3
Hardware Requirements
4.1.4
Oracle Database
4.2
Setting Up the Database Tables
4.3
Defining the JDBC Connection Pool
4.3.1
Creating the JDBC Connection Pool and Resource
4.4
Dropping the Database Tables
4.4.1
Deleting the Database Tables
4.4.2
Dropping the Text-Indexes
4.5
Database Structure
4.5.1
Understanding Database Tables Details
4.5.1.1
RM_ENTITY_TYPE
4.5.1.2
RM_RELATIONSHIP_TYPE
4.5.1.3
RM_ATTRIBUTE_TYPE
4.5.1.4
RM_ENTITY
4.5.1.5
RM_ENTITY_ATTRIBUTE
4.5.1.6
RM_RELATIONSHIP
4.5.1.7
RM_RELATIONSHIP_ATTRIBUTE
4.5.1.8
RM_DOMAIN
4.5.1.9
RM_RULESET
4.5.1.10
RM_TASK
4.5.1.11
RM_AUDIT_EVENT
4.5.1.12
RM_AUDIT_SOURCE
4.5.1.13
RM_AUDIT_OBJECT
4.5.1.14
RM_RELATIONSHIP_MERGE
4.5.1.15
RM_CATEGORY
5
Relationship Discovery and Relationship Rules
5.1
Relationship Discovery
5.1.1
Integrating with Relationship Rules
5.2
Relationship Rules
5.2.1
Rules Syntax
5.2.2
RuleSet
5.2.3
Condition Rules
5.2.3.1
Condition Operators
5.2.4
Relationship Management Task Interface
5.2.5
Registering Relationship Rulesets
5.2.5.1
Defining and Creating Rules and Ruleset
5.2.5.2
Designing and Implementing the Relationship Management Task Interface in Groovy Script
5.2.5.3
Registering Ruleset
5.2.5.4
Registering Relationship Management Task
6
Relationship Update and Event Policies
6.1
Relationship Update Policy
6.1.1
Relationship Update Policy Processing Dataflow
6.1.1.1
Default Relationship Update Policy
6.1.1.2
Customizing the Relationship Update Policy
6.1.2
Relationship Update Policy Plugin Interface
6.2
Relationship Event Policies
6.2.1
Default MRG Event Policy
6.2.2
Default MRG Use Cases
6.2.2.1
MRG Use Case A
6.2.2.2
MRG Use Case B
6.2.2.3
MRG Use Case C
6.2.2.4
MRG Use Case D
6.2.3
Default UNMRG Event Policy
6.2.4
Default Add Event Policy
6.3
Understanding the Relationship Management MPI Agent
6.3.1
Event Policy Process Dataflow
6.3.2
Creating the Relationship Management MPI Agent
6.3.2.1
Creating and Building the Relationship Management MPI Agent
6.3.2.2
Configuring the Relationship Management MPI Agent
6.3.2.3
Deploying the Relationship Management MPI Agent
6.4
Customizing the Relationship Event Policy
6.5
Relationship Event Policy Plugin Interface
7
Auditing Relationship Management
7.1
Audit Event Data Model
7.2
Audit Event Format
7.2.1
RM_AUDIT_EVENT Table
7.2.2
RM_AUDIT_SOURCE Table
7.2.3
RM_AUDIT_OBJECT Table
7.3
Setting Up the Audit Database Tables
7.4
Enabling or Disabling Auditing
7.5
Viewing the Audit Log
7.6
Archiving the Audit Log
7.7
Dropping the Audit Database Tables
8
Relationship Management Security
8.1
Security Groups and Roles
8.1.1
Creating the Relationship Management Security Groups and Roles
8.2
Masking-off the Sensitive Information
8.3
Enabling SSL
9
Performance Tuning
9.1
Oracle Database Tuning
9.1.1
Managing the Relationship Management Database Tablespaces
9.1.2
Creating a BIGFILE Tablespace
9.1.3
Storing the DATAFILE on Different Storage Location
9.1.4
Increasing the Default Initial Tablespace Size
9.1.5
Managing the Relationship Management Database Indexes
9.1.6
Managing the Relationship Management Database Partition
9.2
Oracle TopLink JPA Tuning
9.3
Oracle WebLogic Server Tuning