| 1 | = AppCatalogue: using a catalog to browse and requests study data = |
| 2 | |
| 3 | In collaboration with BBMRI-NL, LifeLines and BioSHaRE |
| 4 | |
| 5 | Stories: |
| 6 | * StoryCreateBiobankCatalog - load protocols, measurements, catagories |
| 7 | * StoryBrowseCatalogAndSelectFeatures - User can browse and select features in a treeview; Selected features are put in shopping cart. |
| 8 | * StoryRequestData - User can request access to data set; Includes summary of research, power calculation, etc. |
| 9 | * StoryApproveRequest - LifeLines approves request; selected features and targets is passed to scenario 2. |
| 10 | |
| 11 | {{{ |
| 12 | #!YumlUseCase |
| 13 | [Admin]-(CreateBiobankCatalo) |
| 14 | [Researcher]-(BrowseCatalogAndSelectFeatures) |
| 15 | [Researcher]-(RequestData) |
| 16 | [LifeLines]-(RequestData) |
| 17 | [LifeLines]-(ApproveRequest) |
| 18 | (note: shopping cart of features is passed to scenario 2 {bg:beige}) |
| 19 | }}} |
| 20 | |
| 21 | |