Changes between Initial Version and Version 1 of OpenSpecimen HowTo Use Expedited Entry for a Study


Ignore:
Timestamp:
07/30/15 15:40:22 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenSpecimen HowTo Use Expedited Entry for a Study

    v1 v1  
     1= OpenSpecimen HowTo Use Expedited Entry for a Study
     2
     3Tags: [[OpenSpecimen]] [[HowTo]]
     4
     5== Procedure
     6
     7The settings are set using the REST API. See [[https://openspecimen.atlassian.net/wiki/display/CAT/UK+configuration;jsessionid=DAE0BD2C084248321CE32F05F0966221|OpenSpecimen REST API Documentation]].
     8
     9- The `cp_id` is the id of the protocol and can be obtained from the URL when viewing the protocol or its participants.  For example `https://www15.lamp.le.ac.uk/openspecimen/#/cp-view/12/participants`
     10- The setting can be deleted by updating all the values to empty using the REST API.  For example
     11
     12{{{
     13[
     14  {
     15    "name": "",
     16    "view": "",
     17    "ctrl": "",
     18    "data": {  }
     19  }
     20]
     21}}}
     22
     23[[BackLinks]]