openspecimen/rest/ng/collection-protocol-events/1{eventId}
Use this resource to update collection protocol eventĀ in the OpenSpecimen application. Use HTTP POST method to call this API by passing the below details in JSON format.
Below are the attributes which need to be sent in the request body:
Parameter | Details |
---|---|
eventId | Collection Protocol Event id to be delete |
eventLabel | event label |
eventPoint | event point (in days) |
collectionProtocol | collection protocol name |
defaultSite | default site name |
clinicalDiagnosis | clinical disgnosis, value should be exist in PV's |
clinicalStatus | clinical status, value should be exist in PV's |
activityStatus | activity status |
code[optional] | event code, it is unique in given collection protocol |
...
URL | http://<host>:<port>/ openspecimen/rest/ng/collection-protocol-events/1 | |||||||||
Method | POST | |||||||||
Request | application/json | |||||||||
json |
| |||||||||
Response |
|
...