Skip to content

UMLSSynonym

Jeremy R. Easton-Marks edited this page Nov 29, 2016 · 2 revisions

UMLS Synonym

Introduction

Provides an event listener which will add new terms with synonyms of the term as defined by the UMLS. Currently this event listers only supports Oracle instances.

Will run if the user to set the find search value of umls to True.

Installation

  1. Download the latest version of the UMLSSynonym.sql script which can be found here.

  2. Edit the following script parameters:

  • jdbcDriverName - The name of the JDBC driver
  • connectionString - The connections string to the UMLS database
  • username - The username for the db connection
  • password - The password for the db connection
  • storedSynByPTProcedure - The name of the stored procedure to run get the synonyms by PT
  • storedSynByPTSABProcedure - The name of the stored procedure to run get the synonyms by PT WITH SAB
  • newTermColumn - Name of the column that is returned
  1. Run the sql script against the IRCT DB.
  2. Restart the IRCT

Events

BeforeFind - Runs before a find is executed

Clone this wiki locally