-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstructurizr-LocalizeInterface.puml
46 lines (37 loc) · 1.18 KB
/
structurizr-LocalizeInterface.puml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
@startuml
set separator none
title Localize health data interface
top to bottom direction
skinparam {
arrowFontSize 10
defaultTextAlignment center
wrapWidth 200
maxMessageSize 100
}
hide stereotype
skinparam rectangle<<EPDPACS>> {
BackgroundColor #c5c5c5
FontColor #000000
BorderColor #000000
shadowing true
}
skinparam rectangle<<NationalReferralIndex>> {
BackgroundColor #ecc22e
FontColor #000000
BorderColor #000000
shadowing true
}
rectangle "Generic Function Modules" <<group1>> as group1 {
skinparam RectangleBorderColor<<group1>> #cccccc
skinparam RectangleFontColor<<group1>> #cccccc
skinparam RectangleBorderStyle<<group1>> dashed
rectangle "==National Referral Index\n<size:10>[System]</size>" <<NationalReferralIndex>> as NationalReferralIndex
}
rectangle "Healthcare Provider domain" <<group2>> as group2 {
skinparam RectangleBorderColor<<group2>> #cccccc
skinparam RectangleFontColor<<group2>> #cccccc
skinparam RectangleBorderStyle<<group2>> dashed
rectangle "==EPD/PACS\n<size:10>[System]</size>" <<EPDPACS>> as EPDPACS
}
EPDPACS .[#707070,thickness=2].> NationalReferralIndex : "<color:#707070>1. Localize health data with Pseudonym"
@enduml