Skip to content

Commit

Permalink
AMTS use case diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMTheilig committed Jan 17, 2024
1 parent 9abe043 commit 15182a8
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions Material/images/src/plantuml/amts_usecases.puml
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
'@startuml
':User: --> (Use)
'"Main Admin" as Admin
'"Use the application" as (Use)
'Admin --> (Admin the application)
'usecase Medikation as "
' = Medikation
'
' ___
' Some text
' === Neu-Verordnung
' Other text
' === Anpassung
' Information
' === Abgabe
'"
'@enduml

@startuml
left to right direction
'skinparam packageStyle rectangle
skinparam packageStyle storage
actor :Heilberufler:
actor Versicherter
rectangle (AMTS) {
rectangle (Medikation){
storage (AMTS) {
storage (Medikation){
(Neu-Verordung)
nderung)
(Abgabe)
}
rectangle (Reconciliation){
storage (Reconciliation){
(Stationäre Aufnahme mit\n Medikationsumstellung)
(Entlassung mit\n Medikationsumstellung)
}
Expand Down

0 comments on commit 15182a8

Please sign in to comment.