Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Priority Table to Workloads Document Issue Priority Table (#36) #43

Merged
merged 1 commit into from
Nov 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions guidelines/monai-workloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ The clinical use cases introduced in this section are intended to be a non-exhau

The clinical workflow is defined above. _Example: Incoming Images sent from the scanner via DICOM Router or PACS to be diagnosed. AI algorithms help with Segmentation & Classification algorithms and create a new DICOM object including the results, so they can be uploaded to PACS. Incoming study size: 500MB, response time requirement from imaging to result being available for radiologists 20 minutes.

**Summary**
A relative Clincal Use Case deployment priority is provided here based on a strawman vote of six different MONAI contributing institutions. Each use case is described in detail in the following sections.
|Use Case |Priority |
|:----------------------------------------------------------|:----------------|
UC-5: Scheduled Radiology Diagnostics |1 |
UC-3: Image Quality Verification during Image Acquisition |2 |
UC-2: Retrospective Study |3 |
UC-1: Metadata Quality Assurance |4 |
UC-4: Emergency Diagnostics |5 |
UC-6: Interactive Diagnostics During image Reading |6 |

### Quality Assurance

#### Metadata Quality Assurance
Expand Down