Skip to content

Commit

Permalink
removed FHIR-VZD use-case
Browse files Browse the repository at this point in the history
  • Loading branch information
ichderjens committed Mar 26, 2024
1 parent f678137 commit 6741f0c
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 2 deletions.
53 changes: 53 additions & 0 deletions src/plantuml/TI-M_Pro/UC_org_admin.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
@startuml
/'
# TI-Messenger 1.1
# TI-Messenger-Dienst
# Use Case Diagram
# Name: Org-Admin - Anwendungsfaelle
'/
!pragma layout smetana

skinparam actorStyle awesome
left to right direction
scale 6/3

skinparam sequence {
ArrowColor black
ArrowFontSize 17
ActorBorderColor black
LifeLineBorderColor black
LifeLineBackgroundColor Gainsboro

ParticipantBorderColor Motivation
ParticipantBackgroundColor Motivation
ParticipantFontName Impact
ParticipantFontSize 20
ParticipantFontColor black
ParticipantBorderColor Black
ParticipantBackgroundColor MOTIVATION

ActorBackgroundColor Gainsboro
ActorFontColor black
ActorFontSize 13
ActorFontName Aapex
}

package Rolle {
actor "Org-Admin" as oa
}

package Anwendungsfälle {
usecase "**<<AF_10103>>** \nAuthentisieren einer Organisation \nam TI-Messenger-Dienst" as UC1 #AliceBlue
usecase "**<<AF_10060>>** \nBereitstellung eines Messenger-Service \nfür eine Organisation" as UC2 #AliceBlue
usecase "**<<AF_10059>>** \nOrganisationsressourcen im \nVerzeichnisdienst hinzufügen" as UC3
}

oa --> UC1
oa --> UC2
oa --> UC3

note top of (oa)
z. B. Beauftragter Mitarbeiter in einer
Organisation
end note
@enduml
2 changes: 0 additions & 2 deletions src/plantuml/TI-Messenger-Dienst/Ressourcen/UC_org_admin.puml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,10 @@ package Rolle {
package Anwendungsfälle {
usecase "**<<AF_10103>>** \nAuthentisieren einer Organisation \nam TI-Messenger-Dienst" as UC1 #AliceBlue
usecase "**<<AF_10060>>** \nBereitstellung eines Messenger-Service \nfür eine Organisation" as UC2 #AliceBlue
usecase "**<<AF_10059>>** \nOrganisationsressourcen im \nVerzeichnisdienst hinzufügen" as UC3
}

oa --> UC1
oa --> UC2
oa --> UC3

note top of (oa)
z. B. Beauftragter Mitarbeiter in einer
Expand Down

0 comments on commit 6741f0c

Please sign in to comment.