-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
2e50f6f
commit ac490a5
Showing
4 changed files
with
157 additions
and
43 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
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
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,38 @@ | ||
'@startuml | ||
':User: --> (Use) | ||
'"Main Admin" as Admin | ||
'"Use the application" as (Use) | ||
'Admin --> (Admin the application) | ||
'@enduml | ||
|
||
@startuml | ||
left to right direction | ||
'skinparam packageStyle rectangle | ||
actor :Heilberufler: | ||
actor Versicherter | ||
rectangle (AMTS) { | ||
rectangle (Medikation){ | ||
(Neu-Verordung) | ||
(Änderung) | ||
(Abgabe) | ||
} | ||
rectangle (Reconciliation){ | ||
(Stationäre Aufnahme mit\n Medikationsumstellung) | ||
(Entlassung mit\n Medikationsumstellung) | ||
} | ||
cloud "Neue Informationslage" as cl1 { | ||
} | ||
} | ||
'AMTS --> Versicherter | ||
'(Medikation) --> Versicherter | ||
(Medikationsprozess) ..> (AMTS) | ||
Heilberufler --> Medikation | ||
Heilberufler -> Reconciliation | ||
Heilberufler --> cl1 | ||
'Versicherter <-- Medikation | ||
Versicherter <-- AMTS | ||
Versicherter --> cl1 | ||
'Medikation --> Versicherter | ||
'AMTS --> Versicherter | ||
'cl1 <-- Versicherter | ||
@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