-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpatient_infos.fxml
152 lines (150 loc) · 8.55 KB
/
patient_infos.fxml
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
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.BorderPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="600.0" prefWidth="1009.0" styleClass="gradient-background" stylesheets="@styles.css" xmlns="http://javafx.com/javafx/18" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.example.hopeitworks.patientdetailscontroller">
<top>
<HBox alignment="BOTTOM_LEFT" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="51.0" prefWidth="1002.0" BorderPane.alignment="CENTER">
<children>
<Label alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="53.0" prefWidth="214.0" styleClass="shadow" text="Patient's Info">
<font>
<Font name="Berlin Sans FB" size="20.0" />
</font>
</Label>
<HBox prefHeight="58.0" prefWidth="735.0" />
<ImageView fitHeight="60.0" fitWidth="50.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../../../images/[email protected]" />
</image>
</ImageView>
</children>
</HBox>
</top>
<left>
<VBox prefHeight="549.0" prefWidth="206.0" styleClass="container" stylesheets="@styles.css" BorderPane.alignment="CENTER">
<children>
<HBox alignment="CENTER" prefHeight="100.0" prefWidth="212.0" styleClass="container" stylesheets="@styles.css">
<children>
<ImageView fitHeight="38.0" fitWidth="45.0" pickOnBounds="true" preserveRatio="true" styleClass="shadow">
<image>
<Image url="@../../../images/person.png" />
</image>
</ImageView>
<Label prefHeight="41.0" prefWidth="143.0" styleClass="shadow" stylesheets="@styles.css" text=" Kainaat Zaidi">
<font>
<Font name="Berlin Sans FB" size="18.0" />
</font>
</Label>
</children>
</HBox>
<Label prefHeight="17.0" prefWidth="218.0" styleClass="line-color" stylesheets="@styles.css" text=" --------------------------------------" />
<VBox prefHeight="419.0" prefWidth="207.0" styleClass="container" stylesheets="@styles.css">
<children>
<HBox alignment="CENTER" layoutX="10.0" layoutY="10.0" maxHeight="-Infinity" prefHeight="80.0" prefWidth="206.0" styleClass="line-color" stylesheets="@styles.css">
<children>
<ImageView fitHeight="35.0" fitWidth="54.0" pickOnBounds="true" preserveRatio="true" styleClass="shadow">
<image>
<Image url="@../../../images/chart_bar.png" />
</image>
</ImageView>
<Button mnemonicParsing="false" onAction="#onDashboardButtonClick" prefHeight="35.0" prefWidth="145.0" styleClass="line-color" stylesheets="@styles.css" text="Dashboard" textFill="#037c7c">
<font>
<Font name="Book Antiqua" size="18.0" />
</font>
</Button>
</children>
</HBox>
<HBox alignment="CENTER" layoutX="10.0" layoutY="10.0" maxHeight="-Infinity" prefHeight="80.0" prefWidth="206.0" styleClass="line-color" stylesheets="@styles.css">
<children>
<ImageView fitHeight="35.0" fitWidth="41.0" pickOnBounds="true" preserveRatio="true" styleClass="shadow">
<image>
<Image url="@../../../images/observation.png" />
</image>
</ImageView>
<Button mnemonicParsing="false" onAction="#onBedInfoButtonClick" prefHeight="35.0" prefWidth="145.0" styleClass="line-color" stylesheets="@styles.css" text="Bed Info" textFill="#037c7c">
<font>
<Font name="Book Antiqua" size="18.0" />
</font>
</Button>
</children>
</HBox>
<HBox alignment="CENTER" layoutX="10.0" layoutY="10.0" maxHeight="-Infinity" prefHeight="80.0" prefWidth="206.0" styleClass="line-color" stylesheets="@styles.css">
<children>
<ImageView fitHeight="35.0" fitWidth="40.0" pickOnBounds="true" preserveRatio="true" styleClass="shadow">
<image>
<Image url="@../../../images/health_worker_form%20(1).png" />
</image>
</ImageView>
<Button mnemonicParsing="false" onAction="#onPatientInfoButtonClick" prefHeight="35.0" prefWidth="145.0" styleClass="line-color" stylesheets="@styles.css" text="Patient's Info" textFill="#037c7c">
<font>
<Font name="Book Antiqua" size="18.0" />
</font>
</Button>
</children>
</HBox>
<HBox prefHeight="108.0" prefWidth="206.0" />
<HBox alignment="CENTER" layoutX="10.0" layoutY="170.0" maxHeight="-Infinity" prefHeight="80.0" prefWidth="206.0" styleClass="line-color" stylesheets="@styles.css">
<children>
<ImageView fitHeight="35.0" fitWidth="40.0" pickOnBounds="true" preserveRatio="true" styleClass="shadow">
<image>
<Image url="@../../../images/icons8-logout-64.png" />
</image>
</ImageView>
<Button mnemonicParsing="false" onAction="#Logout" prefHeight="35.0" prefWidth="145.0" styleClass="line-color" stylesheets="@styles.css" text="Logout" textFill="#037c7c">
<font>
<Font name="Book Antiqua" size="18.0" />
</font>
</Button>
</children>
</HBox>
</children>
</VBox>
</children>
</VBox>
</left>
<right>
<VBox alignment="TOP_RIGHT" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="551.0" prefWidth="226.0" spacing="10.0" styleClass="shadow" stylesheets="@styles.css" BorderPane.alignment="CENTER_LEFT">
<children>
<TextField prefHeight="28.0" prefWidth="226.0" text="Search Bar">
<font>
<Font name="Book Antiqua" size="12.0" />
</font>
</TextField>
<HBox prefHeight="28.0" prefWidth="226.0" />
</children>
<opaqueInsets>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</opaqueInsets>
<padding>
<Insets bottom="10.0" />
</padding>
</VBox>
</right>
<center>
<VBox alignment="TOP_CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="399.0" prefWidth="549.0" styleClass="shadow" stylesheets="@styles.css" BorderPane.alignment="CENTER">
<children>
<HBox prefHeight="136.0" prefWidth="549.0">
<children>
<Label prefHeight="125.0" prefWidth="549.0" text=" Patient's Detail Added Successfully!!!" textFill="#037c7c">
<font>
<Font name="Berlin Sans FB" size="27.0" />
</font>
</Label>
</children>
</HBox>
<Button mnemonicParsing="false" onAction="#onGoBackButtonClick" prefHeight="43.0" prefWidth="244.0" styleClass="container" text="Go Back" textFill="#037c7c">
<font>
<Font name="Berlin Sans FB" size="20.0" />
</font>
</Button>
</children>
</VBox>
</center>
</BorderPane>