Got feedback or spotted a mistake?

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

Lock/Unlock Surgical Pathology Report (SPR)

Summary

This page contains documentation of lock/unlock surgical pathology report , REST API.

Request Details

Use following http PUT request to lock/unlock surgical pathology report (SPR).

http[s]:<host>:<port>/openspecimen/rest/ng/visits/{visitId}/spr-lock


Parameter
Details
visitIdIdentifier of the visit of which you want to download spr
locked

Lock status of surgical pathology report.

1. To lock report value would be 'True'

2. To unlock report value would be 'False'

Result

The response of this request contains lock/unlock status of surgical pathology report of specified visit identifier.

Example

URLhttp[s]:<host>:<port>/openspecimen/rest/ng/visits/1/spr-lock
MethodPUT
content-typeapplication/json
Request

{

"locked":true

}

Response

{

"visitId": "1" ,

"visitName": "Visit 1",

"locked":true,

}


Error Cases 

Code
Applies to
Status Message
200All resourcesSurgical Pathology Report (SPR) status updated successfully
401All requestsUser does not have sufficient rights to perform this operation
404All requestsVisit specified in requested operation does not exists
500All requestsInternal Server Error. Report this error to system administrator
Got feedback or spotted a mistake?

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