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.


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.


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


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



im.checkPatientInProject=true




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