catissuecore/rest/ng/distributionprotocols/{distributionprotocolId}
...
Parameter | Details |
---|---|
Id | identifier of distribution protocol |
Principal Investigator | Name of investigator |
Title | Title of distribution protocol |
Short Title | Short Title of distribution protocol |
IRB ID | IRB ID of of distribution protocol |
Start Date | Starting date of distribution protocol |
Number of Specimen Anticipated | Total count of specimen |
Description URL | URL of distribution protocol description |
http[s]:<host>:<port>/catissuecore/rest/ng/distributionprotocols//{distributionprotocolId}.
Use this URL to add distribution protocol in caTissue application.
...
URL | http://<host>:<port>/ catissuecore/rest/ng/distributionprotocols/{distributionprotocolId} |
Method | PUT |
Request | application/json |
json | { "principal_investigator" : "Admin Admin", "title" : "DPProtocol", "short_title" : "DPP", "IRB_ID" : "IRB004", "start_date" : "06-10-2014", "number_of_participants _anticipated" : 56, "description_url" : "www.simpleurl.com" |
Response | { "principal_investigator" : "Admin Admin", "title" : "DPProtocol", "short_title" : "DPP", "IRB_ID" : "IRB004", "start_date" : "06-10-2014", "number_of_participants _anticipated" : 56, "description_url" : "www.simpleurl.com" } |
...