Changes between Version 8 and Version 9 of OpenSpecimen HowTo Use Expedited Entry for a Study


Ignore:
Timestamp:
09/17/18 11:33:36 (6 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

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

    v8 v9  
    55== Procedure 1
    66
    7 - Find the `cp_id` of the protocal to use the expedited method.  This 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`
    8 2. Log into the database and select the record from the `os_cp_workflows` table:
     71. Find the `cp_id` of the protocol to use the expedited method.  This 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`
     8
     92. Alternatively, find the `cp_id` by ruuning the query:
     10
     11{{{
     12#!sql
     13SELECT IDENTIFIER AS cp_id, TITLE FROM catissue_collection_protocol;
     14}}}
     15
     163. Log into the database and select the record from the `os_cp_workflows` table:
    917
    1018{{{
     
    1321}}}
    1422
    15 3. Take note of the `CP_ID` of a process that currently uses the expedited method.
    16 4. Duplicate the existing record with the new ID:
     235. Take note of the `CP_ID` of a process that currently uses the expedited method.
     246. Duplicate the existing record with the new ID:
    1725
    1826{{{