NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTTP Verb

QueryEndpoint

Query Parameters(Input)

Output(Description)QuestionsAdditional Description

GET

/fileLocation

case_id

Get file location of imageUsed by the caMicroscope viewer to give the image location to its backend server.
  /mpp case_id

Get mpp-x, mpp-y of the image

Used by the viewer to adjust the scales.

  /metadata case_id

Get all metadata of the image(width, height, mpp etc.)

Used by dynamic services to get width, height, and file location of the image.

  /md5 case_id

Get MD5 of the image file

Used to check the MD5 to make sure that the image was loaded successfully.

POST/jsonmetdatametadata of the image in JSON formatStored in Mongo(db: Camicroscope, collection: ImageData).

Example of /ImageData

POST

...