Accrual to Clinical Trials
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

StepLogicPHPXML
1

Check that a user is not already registered in SHRINE project

get_role()

Code Block
languagephp
themeMidnight
user_has_role("USER",i2b2_get_role($user_name,$config_start_project_id));
<pm:get_role>
2Set the user in the i2b2 SHRINE project

set_user()

Code Block
languagephp
themeMidnight
 

 

<pm:set_user>
3Give the user role of DATA_AGG

set_role()

Code Block
languagephp
themeMidnight
 

<pm:set_role>
4Give the user role of USER

set_role() 

Code Block
languagephp
themeMidnight
 



<pm:set_role>
5Set the user param of authentication_method to NTLM

set_user_param()

Code Block
languagephp
themeMidnight
 

 

<pm:set_user_param>
6Set the user param of domain to your AD domain

set_user_param() 

Code Block
languagephp
themeMidnight
 



<pm:set_user_param>
7Set the user param of domain_controller to the address of your domain controler

set_user_param() 

Code Block
languagephp
themeMidnight
 



<pm:set_user_param>