-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
To visualize this sequence diagram, go to | ||
https://www.websequencediagrams.com/ | ||
|
||
and paste in the comments of the .src file | ||
|
||
![image](./seq-diagram.png) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
title Matchmaker sequence | ||
|
||
participant Ada | ||
participant Bob | ||
participant A | ||
participant B | ||
|
||
|
||
Bob->B : Submits metadata plus patient data | ||
Ada->A : Submits metadata plus patient data | ||
A->B: API Match Request | ||
note right of B: B performs match, eg top 10 | ||
B->A: API returns list of scored patients plus metadata | ||
A->Ada: Displays matching patients plus contactinfo | ||
Ada->Bob : emails | ||
note right of Bob: Ada asks Bob for more info |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.