Skip to content

Commit 0313243

Browse files
authored
Create Standortverzeichnis_kompakt.puml
1 parent 3f05a47 commit 0313243

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)