-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBiểu đồ không có tiêu đề.drawio
More file actions
159 lines (159 loc) · 21.4 KB
/
Biểu đồ không có tiêu đề.drawio
File metadata and controls
159 lines (159 loc) · 21.4 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<mxfile host="app.diagrams.net" modified="2024-05-08T19:22:17.587Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" etag="aUgY9th43h5MXJYmraaT" version="22.1.14" type="github">
<diagram id="C5RBs43oDa-KdzZeNtuy" name="Page-1">
<mxGraphModel dx="2103" dy="985" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="WIyWlLk6GJQsqaUBKTNV-0" />
<mxCell id="WIyWlLk6GJQsqaUBKTNV-1" parent="WIyWlLk6GJQsqaUBKTNV-0" />
<mxCell id="zkfFHV4jXpPFQw0GAbJ--0" value="DicomClientServer" style="swimlane;fontStyle=2;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;rounded=0;shadow=0;strokeWidth=1;fontSize=16;" parent="WIyWlLk6GJQsqaUBKTNV-1" vertex="1">
<mxGeometry x="2240" y="340" width="300" height="310" as="geometry">
<mxRectangle x="230" y="140" width="160" height="26" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="zkfFHV4jXpPFQw0GAbJ--1" value="- session" style="text;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=16;" parent="zkfFHV4jXpPFQw0GAbJ--0" vertex="1">
<mxGeometry y="26" width="300" height="26" as="geometry" />
</mxCell>
<mxCell id="zkfFHV4jXpPFQw0GAbJ--2" value="- base_url" style="text;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rounded=0;shadow=0;html=0;fontSize=16;" parent="zkfFHV4jXpPFQw0GAbJ--0" vertex="1">
<mxGeometry y="52" width="300" height="26" as="geometry" />
</mxCell>
<mxCell id="zkfFHV4jXpPFQw0GAbJ--3" value="- auth" style="text;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rounded=0;shadow=0;html=0;fontSize=16;" parent="zkfFHV4jXpPFQw0GAbJ--0" vertex="1">
<mxGeometry y="78" width="300" height="26" as="geometry" />
</mxCell>
<mxCell id="zkfFHV4jXpPFQw0GAbJ--4" value="" style="line;html=1;strokeWidth=1;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" parent="zkfFHV4jXpPFQw0GAbJ--0" vertex="1">
<mxGeometry y="104" width="300" height="8" as="geometry" />
</mxCell>
<mxCell id="zkfFHV4jXpPFQw0GAbJ--5" value="+ DicomClientServer(session,
 base_url, auth)
+ get_studies()
+ get_series()
+ get_instance_by_ID(instanceID)
+ get_dicom_file_data(instance)
+ get_dicom_file_data_by_ID(instanceID)
+ get_study_name(study)
+ get_changes()

" style="text;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontSize=16;" parent="zkfFHV4jXpPFQw0GAbJ--0" vertex="1">
<mxGeometry y="112" width="300" height="198" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-2" value="DicomDownloader" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="1450" y="550" width="300" height="280" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-3" value="- session<br>- base_url<br>- auth<br>- dicom_client<br>- dicom_processor" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-2">
<mxGeometry y="26" width="300" height="114" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-4" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-2">
<mxGeometry y="140" width="300" height="8" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-5" value="+ __intit__(session, base_url, auth)<br>+ is_study_name_match(studies, name)<br>+ get_studies_by_name(studies, name)<br>+ get_all_studies(studies)<br>+ load_instance_by_ID(instanceID)" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-2">
<mxGeometry y="148" width="300" height="132" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-9" value="DicomFileWriter" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="2210" y="920" width="290" height="90" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-11" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-9">
<mxGeometry y="26" width="290" height="8" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-12" value="+write_dicom_file_data(dicom_file_data, name, number)" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-9">
<mxGeometry y="34" width="290" height="56" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-13" value="DicomHandler" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="420" y="750" width="240" height="260" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-14" value="- session<br>- auth<br>- base_url<br>-ds" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-13">
<mxGeometry y="26" width="240" height="94" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-15" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-13">
<mxGeometry y="120" width="240" height="8" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-16" value="+ __init__(session, base_url, auth)<br>+ handle_dicom1(directory, directory1)<br>+ handle_dicom(directory, directory1)" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-13">
<mxGeometry y="128" width="240" height="132" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-17" value="DicomListener" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="600" y="1030" width="340" height="380" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-18" value="- path_to_dicoms_dir_handled<br>- path_to_dicoms_dir_new_file<br>- auth<br>- session<br>- base_url<br>- dicom_manager<br>- last_content<br>- start_time" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-17">
<mxGeometry y="26" width="340" height="174" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-19" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-17">
<mxGeometry y="200" width="340" height="8" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-20" value="+ __init__(session, base_url, auth, dicom_manager)<br>+ reset_dir(path_to_dicoms_dir)<br>+ listen()<br>+ set_path_to_dicom_dir_handled(path)<br>+ set_path_to_dicom_dir_new_file(path)<br>+ get_path_to_dicom_dir_handled()<br>+ get_path_to_dicom_dir_new_file()" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-17">
<mxGeometry y="208" width="340" height="172" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-21" value="DicomManager" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="1030" y="570" width="330" height="410" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-22" value="- session<br>- base_url<br>- auth<br>- dicom_uploader<br>- dicom_downloader<br>- dicom_client<br>- dicom_processor<br>- dicom_handler<br>- dicom_listener" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-21">
<mxGeometry y="26" width="330" height="194" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-23" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-21">
<mxGeometry y="220" width="330" height="8" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-24" value="+ __init__(session, base_url, auth)<br>+ upload_dicom_file(filepath)<br>+ upload_all_dicom_files(dicom_dir)<br>+ get_studies_by_name(name)<br>+ get_all_studies()<br>+ get_new_instance(instanceID)<br>+ handle_new_instance()<br>+ start_listening()" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-21">
<mxGeometry y="228" width="330" height="182" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-25" value="DicomProcessor" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="1800" y="720" width="290" height="320" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-26" value="- session<br>- base_url<br>- auth<br>- dicom_client<br>- dicom_filewriter" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-25">
<mxGeometry y="26" width="290" height="114" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-27" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-25">
<mxGeometry y="140" width="290" height="8" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-28" value="+ __init__(session, base_url, auth)<br>+ process_study(study, name)<br>+ process_series(series, name)<br>+ process_instance(instance, name)<br>+ process_new_instance(instanceID)<br>+ process_count_instance(series)<br>+ get_number_studies()<br>+ get_list_instances()" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-25">
<mxGeometry y="148" width="290" height="172" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-29" value="DicomUploader" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="110" y="480" width="280" height="200" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-30" value="- session<br>- base_url<br>- auth" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-29">
<mxGeometry y="26" width="280" height="74" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-31" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-29">
<mxGeometry y="100" width="280" height="8" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-32" value="+ __init__(session, base_url, auth)<br>+ upload_dicom_file(filepath)<br>+ upload_all_dicom_files(dicom_dir)" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;fontSize=16;" vertex="1" parent="2WxBSfyp9lYpHI9Do767-29">
<mxGeometry y="108" width="280" height="92" as="geometry" />
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-33" value="1" style="endArrow=open;html=1;endSize=12;startArrow=diamondThin;startSize=14;startFill=1;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;rounded=0;fontSize=12;curved=1;exitX=1.009;exitY=0.118;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.009;entryY=0.016;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="2WxBSfyp9lYpHI9Do767-5" target="2WxBSfyp9lYpHI9Do767-28">
<mxGeometry x="-1" y="3" relative="1" as="geometry">
<mxPoint x="1100" y="260" as="sourcePoint" />
<mxPoint x="1260" y="260" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-34" value="1" style="endArrow=open;html=1;endSize=12;startArrow=diamondThin;startSize=14;startFill=1;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;rounded=0;fontSize=12;curved=1;exitX=1.008;exitY=0.912;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0;entryY=0.25;entryDx=0;entryDy=0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="2WxBSfyp9lYpHI9Do767-26" target="2WxBSfyp9lYpHI9Do767-9">
<mxGeometry x="-1" y="3" relative="1" as="geometry">
<mxPoint x="1630" y="260" as="sourcePoint" />
<mxPoint x="1790" y="260" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-35" value="1" style="endArrow=open;html=1;endSize=12;startArrow=diamondThin;startSize=14;startFill=1;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;rounded=0;fontSize=12;curved=1;exitX=-0.007;exitY=0.011;exitDx=0;exitDy=0;exitPerimeter=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="2WxBSfyp9lYpHI9Do767-24" target="2WxBSfyp9lYpHI9Do767-18">
<mxGeometry x="-1" y="3" relative="1" as="geometry">
<mxPoint x="980" y="660" as="sourcePoint" />
<mxPoint x="1140" y="660" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-36" value="1" style="endArrow=open;html=1;endSize=12;startArrow=diamondThin;startSize=14;startFill=0;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;rounded=0;fontSize=12;curved=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.394;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="2WxBSfyp9lYpHI9Do767-22" target="2WxBSfyp9lYpHI9Do767-5">
<mxGeometry x="-1" y="3" relative="1" as="geometry">
<mxPoint x="680" y="660" as="sourcePoint" />
<mxPoint x="840" y="660" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-37" value="1" style="endArrow=open;html=1;endSize=12;startArrow=diamondThin;startSize=14;startFill=1;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;rounded=0;fontSize=12;curved=1;entryX=1.003;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;exitX=0;exitY=0.011;exitDx=0;exitDy=0;exitPerimeter=0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="2WxBSfyp9lYpHI9Do767-24" target="2WxBSfyp9lYpHI9Do767-14">
<mxGeometry x="-1" y="3" relative="1" as="geometry">
<mxPoint x="580" y="1060" as="sourcePoint" />
<mxPoint x="740" y="1060" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-39" value="1" style="endArrow=open;html=1;endSize=12;startArrow=diamondThin;startSize=14;startFill=0;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;rounded=0;fontSize=12;curved=1;entryX=1.007;entryY=0.811;entryDx=0;entryDy=0;entryPerimeter=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="2WxBSfyp9lYpHI9Do767-22" target="2WxBSfyp9lYpHI9Do767-30">
<mxGeometry x="-1" y="3" relative="1" as="geometry">
<mxPoint x="490" y="660" as="sourcePoint" />
<mxPoint x="650" y="660" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-40" value="1" style="endArrow=open;html=1;endSize=12;startArrow=diamondThin;startSize=14;startFill=0;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;rounded=0;fontSize=12;curved=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0.033;entryY=0.04;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="2WxBSfyp9lYpHI9Do767-3" target="zkfFHV4jXpPFQw0GAbJ--5">
<mxGeometry x="-1" y="3" relative="1" as="geometry">
<mxPoint x="1570" y="660" as="sourcePoint" />
<mxPoint x="1730" y="660" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="2WxBSfyp9lYpHI9Do767-42" value="1" style="endArrow=open;html=1;endSize=12;startArrow=diamondThin;startSize=14;startFill=0;edgeStyle=orthogonalEdgeStyle;align=left;verticalAlign=bottom;rounded=0;fontSize=12;curved=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="2WxBSfyp9lYpHI9Do767-26" target="zkfFHV4jXpPFQw0GAbJ--5">
<mxGeometry x="-1" y="3" relative="1" as="geometry">
<mxPoint x="1670" y="660" as="sourcePoint" />
<mxPoint x="1830" y="660" as="targetPoint" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>