Skip to content

Commit

Permalink
architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
malharinamdar committed Jul 22, 2024
1 parent 3faa0d2 commit c52ea3c
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions Untitled Diagram.drawio
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<mxfile host="app.diagrams.net" modified="2024-07-22T14:48:02.990Z" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" version="24.7.1" etag="lG6T73Ypiq-oiSFx_nrU" type="github">
<diagram name="Page-1" id="fZEnQsd1Qgf6f-VoO1zd">
<mxGraphModel>
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="2" value="User Interface Layer (UI)" style="whiteSpace=wrap;strokeWidth=2;verticalAlign=top;" vertex="1" parent="1">
<mxGeometry width="513" height="251" as="geometry" />
</mxCell>
<mxCell id="3" value="webInterface" style="whiteSpace=wrap;strokeWidth=2;" vertex="1" parent="2">
<mxGeometry x="189" y="117" width="110" height="34" as="geometry" />
</mxCell>
<mxCell id="4" value="StreamlitApp" style="whiteSpace=wrap;strokeWidth=2;" vertex="1" parent="2">
<mxGeometry x="190" y="33" width="109" height="34" as="geometry" />
</mxCell>
<mxCell id="5" value="loginPage" style="whiteSpace=wrap;strokeWidth=2;" vertex="1" parent="2">
<mxGeometry x="43" y="200" width="83" height="34" as="geometry" />
</mxCell>
<mxCell id="6" value="patientDataForm" style="whiteSpace=wrap;strokeWidth=2;" vertex="1" parent="2">
<mxGeometry x="176" y="200" width="136" height="34" as="geometry" />
</mxCell>
<mxCell id="7" value="displaySections" style="whiteSpace=wrap;strokeWidth=2;" vertex="1" parent="2">
<mxGeometry x="362" y="200" width="124" height="34" as="geometry" />
</mxCell>
<mxCell id="8" value="" style="curved=1;startArrow=none;endArrow=block;exitX=0.5;exitY=0.99;entryX=0.5;entryY=-0.01;" edge="1" parent="2" source="4" target="3">
<mxGeometry relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="9" value="" style="curved=1;startArrow=none;endArrow=block;exitX=0;exitY=0.9;entryX=0.5;entryY=0;" edge="1" parent="2" source="3" target="5">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="84" y="175" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="10" value="" style="curved=1;startArrow=none;endArrow=block;exitX=0.5;exitY=0.97;entryX=0.5;entryY=0;" edge="1" parent="2" source="3" target="6">
<mxGeometry relative="1" as="geometry">
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="11" value="" style="curved=1;startArrow=none;endArrow=block;exitX=1;exitY=0.85;entryX=0.5;entryY=0;" edge="1" parent="2" source="3" target="7">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="424" y="175" />
</Array>
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>

0 comments on commit c52ea3c

Please sign in to comment.