We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f05a47 commit 0313243Copy full SHA for 0313243
1 file changed
src/plantuml/OrgStruct/Standortverzeichnis_kompakt.puml
@@ -0,0 +1,34 @@
1
+@startuml
2
+top to bottom direction
3
+skinparam linetype ortho
4
+skinparam packageStyle rectangle
5
+skinparam wrapWidth 180
6
+skinparam nodesep 8
7
+skinparam ranksep 25
8
+hide empty members
9
+
10
+package "Krankenhaus" {
11
+}
12
13
+package "Standort" {
14
15
16
+package "Zentren" {
17
18
19
+package "Einrichtung" {
20
21
22
+package "Fachabteilung" {
23
24
25
+Standort -up-> Krankenhaus
26
27
+Zentren -up-> Standort
28
29
+Fachabteilung -up-> Einrichtung
30
31
+Einrichtung -up-> Standort
32
33
34
+@enduml
0 commit comments