Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 5 Current »

openspecimen/rest/ng/visits/{visitId}

This resource is used to delete visit. User can delete visit only if he has access on delete visit.

Use HTTP DELETE method to call this API by passing the below details in JSON format.

Below are the attributes which need to be sent in the URL :

Parameter
Details
visitIdIdentifier of the visit to be deleted

http[s]:<host>:<port>/openspecimen/rest/ng/visits/{id}

Use this URL to delete visit in openSpecimen application.

Result:

The response of this request will contains the details of the deleted visit.

Below is the example of the delete Collection Protocol:

URL

http://<host>:<port>/openspecimen/rest/ng/visits/1

MethodDELETE

Response

{
cprId217
eventId84
ppid"LP-0010"
eventLabel"Initial Visit"
eventPoint0
cpId52
cpTitle"Lung Cancer Protocol"
cpShortTitle"LCP"
id689
name"LP-0010-W0-PD_1449207545946"
clinicalDiagnosis"Not Specified"
clinicalStatus"Not Specified"
activityStatus"Disabled"
site"3165 Porder Drive"
status"Complete"
commentsnull
surgicalPathologyNumbernull
sprNamenull
missedReasonnull
missedBynull
sprLockedfalse
visitDate1446748200000
codenull
cohortnull
extensionDetailnull
}

 

 Error Cases :

code
Applies to
Status Message
200All resourcesCollection Protocol has been deleted successfully
401All requestsAuthorization failed, user doesn’t have authority
404All requestsCollection Protocol not found, collection Protocol with given details not present in the system
500All requestsInternal server error, encountered server error while performing operations

 

 

 

  • No labels