Slide Image Association
Slide image metadata can be added via the API as long as the image file exists in the configured slide image storage directory.
Currently the slide image storage directory is configured as: .
Slide metadata entities can be sent via a POST request to the api/v1/SlideImage endpoint with a body like below:
{ "slideBaseId": "1234", "relativePath": "SubDirectory\\MyExampleSlide.mrxs", "description": "This is a description of my image" }
The file must exist at the given relativePath (relative to the slide image storage directory) so in this example the file must exist at \SubDirectory\MyExampleSlide.mrxs
When the data is accepted, a thumbnail file will be generated alongside the original image.