generated from IHE/supplement-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added use case descriptions from Martin
- Loading branch information
Showing
3 changed files
with
115 additions
and
16 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,34 @@ | ||
@startuml | ||
skinparam responseMessageBelowArrow true | ||
skinparam svgDimensionStyle false | ||
hide footbox | ||
|
||
actor "Dr. Brown" as User #FFFFFF | ||
participant "Clinical Information Systen \n (Scheduling Client)" as RequestingActor | ||
participant "Scheduling Server \n" as RespondingActor | ||
|
||
autonumber 1 1 "<b>[00]" | ||
|
||
activate "RequestingActor" | ||
User --> RequestingActor: Open view | ||
|
||
||| | ||
RequestingActor -> RespondingActor: Find Appointments Query Request [ITI-Y1] | ||
activate "RespondingActor" | ||
RespondingActor --> RequestingActor: Find Appointments Query Response [ITI-Y1] | ||
deactivate "RespondingActor" | ||
|
||
||| | ||
User --> RequestingActor: Select Appointment | ||
User --> RequestingActor: Add additional data | ||
User --> RequestingActor: Confirm booking | ||
|
||
||| | ||
RequestingActor -> RespondingActor: Book Appointment Request [ITI-Y1] | ||
activate "RespondingActor" | ||
RespondingActor --> RequestingActor: Book Appointment Response [ITI-Y1] | ||
deactivate "RespondingActor" | ||
|
||
autonumber stop | ||
|
||
@enduml |
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,43 @@ | ||
@startuml | ||
skinparam responseMessageBelowArrow true | ||
skinparam svgDimensionStyle false | ||
hide footbox | ||
|
||
actor "Mr. White" as User #FFFFFF | ||
participant "Patient Portal \n (Scheduling Client)" as RequestingActor | ||
participant "Care Services Selective Supplier \n" as Provider #FFFFFF | ||
participant "Scheduling Server \n" as RespondingActor | ||
|
||
autonumber 1 1 "<b>[00]" | ||
|
||
activate "RequestingActor" | ||
User --> RequestingActor: Open view | ||
|
||
||| | ||
RequestingActor -> Provider: Find Matching Care Services Request [ITI-90] | ||
activate "Provider" | ||
Provider --> RequestingActor: Find Matching Care Services Response [ITI-90] | ||
deactivate "Provider" | ||
|
||
User --> RequestingActor: Open view | ||
|
||
||| | ||
RequestingActor -> RespondingActor: Find Appointments Query Request [ITI-Y1] | ||
activate "RespondingActor" | ||
RespondingActor --> RequestingActor: Find Appointments Query Response [ITI-Y1] | ||
deactivate "RespondingActor" | ||
|
||
||| | ||
User --> RequestingActor: Select Appointment | ||
User --> RequestingActor: Add additional data | ||
User --> RequestingActor: Confirm booking | ||
|
||
||| | ||
RequestingActor -> RespondingActor: Book Appointment Request [ITI-Y1] | ||
activate "RespondingActor" | ||
RespondingActor --> RequestingActor: Book Appointment Response [ITI-Y1] | ||
deactivate "RespondingActor" | ||
|
||
autonumber stop | ||
|
||
@enduml |
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