Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Step 7: Third Party EMPI Service Properties Optional

The Identity Management (IM) Cell can be configured to work with a third party EMPI service such as OpenEMPI. To do this you will need to create the service to the other system and then update the im.properties file with the appropriate information.


Warning
titleWarning

You will need to create a service for interfacing the IM cell with the other EMPI system. For information on how to create a service please refer to the architecture documentation.


indent
Level1

1. In the im.properties file scroll to the section called EMPI Service.

indent
Level1

2. Edit the im.empi.service to the name of the interface.

indent
Level1

3. Add the service classname and any parameters that are needed.


Example: The following is an example of how you might set the IM cell up to work with OpenEMPI


Panel
borderColor#ccc
bgColor#ffffff
titleBGColor#E5DFEC
titleEMPI Service
borderStylesolid
indent
Level2

im.empi.service=OpenEMPI

indent
Level2

im.empi.openempi.url=http://localhost:8080/openempi-admin/openempi-ws-rest

indent
Level2

im.empi.openempi.username=admin

indent
Level2

im.empi.openempi.password=admin




indent
Level1

4. Save the changes and close the file.