Repository | Description |
---|---|
delphinus-data | This is the service layer for the Digital Pathology Repository. |
delphinus-web | This is the GUI layer for the Digital Pathology Repository. |
heavens-docker | This repository holds all of the docker containers and docker-compose scripts for running our applications. |
wsi-worker | This is the dockerized script to convert an SVS (our preferred WSI format) into assets for the DPR runtime, including database updates and DZI pyramidal image output. |
Collection Name | Description |
---|---|
patients | A list of cases with viewable slides, each with a contained array of slide images belonging to the case. Slides have a `stain` property, which is a mongodb dbref object to the `stains` collection. The items in the slides array are the principal objects in this document. For an example document in this collection with all available data attributes, see delphinus-data/data/samples/patients.json. |
stains | A list of whole slide image stains, each with a `type`, `title`, and `description`. For an example document in this collection, see delphinus-data/data/samples/stains.json. |