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.
...
Parameter | Details |
---|---|
visitId | Identifier of the visit. |
Result :
Response will contain file name of uploaded report.
Example:
URL |
|
Method | POST |
Request | application/json |
Response | spr.txt |
...