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 6: Check Patient in Project

When a get request is sent to the IM cell it has the capability to verify whether or not a patient is part of the project requesting the patient data. By default the property is set to true, if you do not wish to check the project then you can set it to false.


Info
titleNote

In addition to setting this property to true, the IM_PROJECT_PATIENTS table has to be populated with the appropriate data in order to check if the patient is in a project. For more information on this table please see the IM Design Document.


indent
Level1

1. In the im.properties file scroll to the section called Patient in Project.

indent
Level1

2. Edit the im.checkPatientInProject to either true or false.


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

im.checkPatientInProject=true



indent
Level1

3. Save your changes but do not close the file. You will be continuing to edit the file in the next section.