You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Archie allows conflict of interest forms to be completed for the following groups of people (update 23 March 2017):

  • Editorial Groups
  • Steering Group Members
  • Central Executive Staff
  • Cochrane Innovations*
  • Centre Directors*
  • Centre Directors (associate centres)*
  • Field Directors*
  • Funding Arbiters and Panel

(*) uses default/generic form.

Every hour Archie is collecting the recently completed or updated CoI forms, converts them into a JSON representation, and sends them to Cochrane.org using a HTTP POST request.

The API address for live Archie is: https://community.cochrane.org/services/coi

The API address for test Archie is: http://cdev.cochrane.org/services/doi

This is an example of a CET staff for in JSON format:

{
"personCoiFormPK": "z1602110923037267407352203902770",
"formType": 3,
"personPK": "1",
"personName": "Rasmus Moustgaard",
"active": true,
"entityRoles": [
{
"entityPK": "D37BDF5182E26AA2013C72096D0CE6B1",
"roleLabel": "Staff"
 }
],
"data": [{
"name": "personCoiFormPK",
"value": "z1602110923037267407352203902770"
 }, {
"name": "personPK",
"value": "1"
 }, {
"name": "action",
"value": "save"
 }, {
"name": "q1a",
"value": "no"
 }, {
"name": "txt_q1a",
"value": ""
 }, {
"name": "q1b",
"value": "no"
 }, {
"name": "txt_q1b",
"value": ""
 }, {
"name": "q1c",
"value": "no"
 }, {
"name": "txt_q1c",
"value": ""
 }, {
"name": "q1d",
"value": "no"
 }, {
"name": "txt_q1d",
"value": ""
 }, {
"name": "q1e",
"value": "no"
 }, {
"name": "txt_q1e",
"value": ""
 }, {
"name": "q1f",
"value": "no"
 }, {
"name": "txt_q1f",
"value": ""
 }, {
"name": "q1g",
"value": "no"
 }, {
"name": "txt_q1g",
"value": ""
 }, {
"name": "q1h",
"value": "no"
 }, {
"name": "txt_q1h",
"value": ""
 }, {
"name": "q2",
"value": "no"
 }, {
"name": "txt_q2",
"value": ""
 }
]
}
  • No labels