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 8 Next »

Summary

This page contains documentation for upload surgical pathology report REST API. Use HTTP POST method to call this API by passing file as a path variable. In Surgical pathology report we upload report, deidentify report (if deidentifier is configured) and save report content in txt format. 

Request Details

Use following url to upload surgical pathology report (SPR)

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


Parameter
Details
visitIdIdentifier of the visit.
fileReport file to upload


Result 

Response will contain file name of uploaded report.

 

Example

URL

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

MethodPOST
Requestapplication/json

Response

spr.txt

Error Cases 

Code
Applies to
Status Message
200All resourcesSurgical Pathology Report (SPR) has been uploaded successfully
400All requestsInvalid parameters
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
  • No labels