From 833607fd67377b1323ae04d7a791f5657d6e8a43 Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Thu, 20 May 2021 16:34:23 +0530 Subject: [PATCH] Added navigation bar --- lib/top.php | 14 ++++++++++++++ www/admission.php | 1 + www/antibiogram.php | 1 + www/attachments.php | 1 + www/death.php | 1 + www/discharge.php | 1 + www/forms/nursing.schema.json | 16 ++-------------- www/history.php | 1 + www/index.php | 2 +- www/laboratory.php | 1 + www/login.php | 2 +- www/nursing.php | 2 +- www/physician.php | 2 +- www/report.php | 1 + www/requisition.php | 1 + www/treatment.php | 1 + www/view.php | 5 +++-- www/vitek.php | 1 + 18 files changed, 34 insertions(+), 20 deletions(-) create mode 100644 lib/top.php diff --git a/lib/top.php b/lib/top.php new file mode 100644 index 0000000..2e4b021 --- /dev/null +++ b/lib/top.php @@ -0,0 +1,14 @@ + diff --git a/www/admission.php b/www/admission.php index 07a97c7..e6ffb76 100644 --- a/www/admission.php +++ b/www/admission.php @@ -28,6 +28,7 @@ else{
+

Patient Information

diff --git a/www/antibiogram.php b/www/antibiogram.php index deaeaff..09c84f6 100644 --- a/www/antibiogram.php +++ b/www/antibiogram.php @@ -102,6 +102,7 @@ if(!empty($_GET["pid"]) && !empty($_GET["form"])){
+

Add New Report

diff --git a/www/attachments.php b/www/attachments.php index c65a449..581e549 100644 --- a/www/attachments.php +++ b/www/attachments.php @@ -46,6 +46,7 @@ $error=$error."

";
+
> diff --git a/www/death.php b/www/death.php index 7ad9fc7..9d785d0 100644 --- a/www/death.php +++ b/www/death.php @@ -22,6 +22,7 @@ if(!empty($_GET["pid"])){
+
diff --git a/www/discharge.php b/www/discharge.php index ed03ca3..580b0d0 100644 --- a/www/discharge.php +++ b/www/discharge.php @@ -27,6 +27,7 @@ if(!empty($_GET["pid"])){
+

Medicine List

diff --git a/www/forms/nursing.schema.json b/www/forms/nursing.schema.json index 83ea585..5f6fe1b 100644 --- a/www/forms/nursing.schema.json +++ b/www/forms/nursing.schema.json @@ -31,21 +31,9 @@ "description": "Body Weight", "type": "string" }, - "bp": { - "description": "Blood Pressure", + "temperature": { + "description": "Temperature", "type": "string" - }, - "pr": { - "description": "Pulse", - "type": "integer" - }, - "rr": { - "description": "Respiratory Rate", - "type": "integer" - }, - "spo2": { - "description": "SpO2", - "type": "integer" } }, "required": ["date","time"] diff --git a/www/history.php b/www/history.php index 7dc5f62..be3cd08 100644 --- a/www/history.php +++ b/www/history.php @@ -23,6 +23,7 @@ else{
+
> diff --git a/www/index.php b/www/index.php index 9238ff9..fdbe484 100644 --- a/www/index.php +++ b/www/index.php @@ -32,7 +32,7 @@ while($arr=$reqs->fetchArray()){
-

+

Patient List

diff --git a/www/laboratory.php b/www/laboratory.php index a3e5d58..75e27d6 100644 --- a/www/laboratory.php +++ b/www/laboratory.php @@ -22,6 +22,7 @@ if(isSet($_GET["pid"])){
+

List of Tests

diff --git a/www/login.php b/www/login.php index d159b3b..72da152 100644 --- a/www/login.php +++ b/www/login.php @@ -28,6 +28,7 @@ if(!empty($_POST["username"]) && !empty($_POST["password"])){
+ @@ -35,7 +36,6 @@ if(!empty($_POST["username"]) && !empty($_POST["password"])){
- diff --git a/www/nursing.php b/www/nursing.php index 56d3b1c..5008024 100644 --- a/www/nursing.php +++ b/www/nursing.php @@ -28,12 +28,12 @@ if(!empty($_GET["pid"])){
+
>
- diff --git a/www/physician.php b/www/physician.php index b84645a..87c1306 100644 --- a/www/physician.php +++ b/www/physician.php @@ -28,12 +28,12 @@ if(!empty($_GET["pid"])){
+
>
- diff --git a/www/report.php b/www/report.php index 803d7d5..d13e52f 100644 --- a/www/report.php +++ b/www/report.php @@ -41,6 +41,7 @@ if(!empty($_GET["pid"]) && !empty($_GET["form"])){
+

Add New Report

diff --git a/www/requisition.php b/www/requisition.php index 6cc10d4..f45faa2 100644 --- a/www/requisition.php +++ b/www/requisition.php @@ -46,6 +46,7 @@ if(isSet($_GET["pid"])){
+

List of Requisitions

diff --git a/www/treatment.php b/www/treatment.php index 284b61d..39da3fa 100644 --- a/www/treatment.php +++ b/www/treatment.php @@ -37,6 +37,7 @@ if(!empty($_GET["pid"])){
+

Medicine List

diff --git a/www/view.php b/www/view.php index e13a6e1..572c62c 100644 --- a/www/view.php +++ b/www/view.php @@ -51,6 +51,7 @@ if(isSet($_GET["pid"])){
+

Patient Data

@@ -127,10 +128,10 @@ if(isSet($_GET["pid"])){
- +
- +
diff --git a/www/vitek.php b/www/vitek.php index 61d23fe..f1993ed 100644 --- a/www/vitek.php +++ b/www/vitek.php @@ -28,6 +28,7 @@ else{
+

Type of Organism

-- 2.39.5