From 4e496d626ff16474f324a652327313cdcd1efd15 Mon Sep 17 00:00:00 2001 From: Auri Date: Sun, 1 Nov 2020 14:17:18 -0800 Subject: [PATCH] Something new happened here, now it's gone. --- .gitignore | 2 ++ Client/README.md | 0 Client/package.json | 0 Client/public/favicon.ico | Bin Client/public/index.html | 0 Client/public/logo192.png | Bin Client/public/logo512.png | Bin Client/public/manifest.json | 0 Client/public/res/assign.svg | 0 Client/public/res/bed.svg | 0 Client/public/res/bloodwork.svg | 0 Client/public/res/broom.svg | 0 Client/public/res/check.svg | 0 Client/public/res/clipboard.svg | 0 Client/public/res/consultation.svg | 0 Client/public/res/disabled.svg | 0 Client/public/res/discharge.svg | 0 Client/public/res/discharge_2.svg | 0 Client/public/res/imaging.svg | 0 Client/public/res/message-mono.svg | 0 Client/public/res/message.svg | 0 Client/public/res/pending_discharge.svg | 0 Client/public/robots.txt | 0 Client/src/_vars.scss | 0 Client/src/components/DeskApp.scss | 0 Client/src/components/DeskApp.tsx | 0 Client/src/components/DeskMenu.scss | 0 Client/src/components/DeskMenu.tsx | 0 Client/src/components/DeskPatientColumn.scss | 0 Client/src/components/DeskPatientColumn.tsx | 0 Client/src/components/PatientCard.scss | 0 Client/src/components/PatientCard.tsx | 0 Client/src/components/PhoneApp.scss | 0 Client/src/components/PhoneApp.tsx | 0 Client/src/components/PhoneMenu.scss | 0 Client/src/components/PhoneMenu.tsx | 0 Client/src/components/PhonePatientColumn.scss | 0 Client/src/components/PhonePatientColumn.tsx | 0 Client/src/index.scss | 0 Client/src/index.tsx | 0 Client/src/react-app-env.d.ts | 0 Client/src/share/BedProps.ts | 0 Client/src/share/NetSetState.ts | 0 Client/tsconfig.json | 0 Server/build/ERFlow.js | 0 Server/build/ERFlow.js.map | 0 Server/build/Main.js | 0 Server/build/Main.js.map | 0 Server/build/share/BedProps.js | 0 Server/build/share/BedProps.js.map | 0 Server/build/share/NetSetState.js | 0 Server/build/share/NetSetState.js.map | 0 Server/package.json | 0 Server/src/ERFlow.ts | 0 Server/src/Main.ts | 0 Server/src/share/BedProps.ts | 0 Server/src/share/NetSetState.ts | 0 Server/tsconfig.json | 0 58 files changed, 2 insertions(+) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 Client/README.md mode change 100644 => 100755 Client/package.json mode change 100644 => 100755 Client/public/favicon.ico mode change 100644 => 100755 Client/public/index.html mode change 100644 => 100755 Client/public/logo192.png mode change 100644 => 100755 Client/public/logo512.png mode change 100644 => 100755 Client/public/manifest.json mode change 100644 => 100755 Client/public/res/assign.svg mode change 100644 => 100755 Client/public/res/bed.svg mode change 100644 => 100755 Client/public/res/bloodwork.svg mode change 100644 => 100755 Client/public/res/broom.svg mode change 100644 => 100755 Client/public/res/check.svg mode change 100644 => 100755 Client/public/res/clipboard.svg mode change 100644 => 100755 Client/public/res/consultation.svg mode change 100644 => 100755 Client/public/res/disabled.svg mode change 100644 => 100755 Client/public/res/discharge.svg mode change 100644 => 100755 Client/public/res/discharge_2.svg mode change 100644 => 100755 Client/public/res/imaging.svg mode change 100644 => 100755 Client/public/res/message-mono.svg mode change 100644 => 100755 Client/public/res/message.svg mode change 100644 => 100755 Client/public/res/pending_discharge.svg mode change 100644 => 100755 Client/public/robots.txt mode change 100644 => 100755 Client/src/_vars.scss mode change 100644 => 100755 Client/src/components/DeskApp.scss mode change 100644 => 100755 Client/src/components/DeskApp.tsx mode change 100644 => 100755 Client/src/components/DeskMenu.scss mode change 100644 => 100755 Client/src/components/DeskMenu.tsx mode change 100644 => 100755 Client/src/components/DeskPatientColumn.scss mode change 100644 => 100755 Client/src/components/DeskPatientColumn.tsx mode change 100644 => 100755 Client/src/components/PatientCard.scss mode change 100644 => 100755 Client/src/components/PatientCard.tsx mode change 100644 => 100755 Client/src/components/PhoneApp.scss mode change 100644 => 100755 Client/src/components/PhoneApp.tsx mode change 100644 => 100755 Client/src/components/PhoneMenu.scss mode change 100644 => 100755 Client/src/components/PhoneMenu.tsx mode change 100644 => 100755 Client/src/components/PhonePatientColumn.scss mode change 100644 => 100755 Client/src/components/PhonePatientColumn.tsx mode change 100644 => 100755 Client/src/index.scss mode change 100644 => 100755 Client/src/index.tsx mode change 100644 => 100755 Client/src/react-app-env.d.ts mode change 100644 => 100755 Client/src/share/BedProps.ts mode change 100644 => 100755 Client/src/share/NetSetState.ts mode change 100644 => 100755 Client/tsconfig.json mode change 100644 => 100755 Server/build/ERFlow.js mode change 100644 => 100755 Server/build/ERFlow.js.map mode change 100644 => 100755 Server/build/Main.js mode change 100644 => 100755 Server/build/Main.js.map mode change 100644 => 100755 Server/build/share/BedProps.js mode change 100644 => 100755 Server/build/share/BedProps.js.map mode change 100644 => 100755 Server/build/share/NetSetState.js mode change 100644 => 100755 Server/build/share/NetSetState.js.map mode change 100644 => 100755 Server/package.json mode change 100644 => 100755 Server/src/ERFlow.ts mode change 100644 => 100755 Server/src/Main.ts mode change 100644 => 100755 Server/src/share/BedProps.ts mode change 100644 => 100755 Server/src/share/NetSetState.ts mode change 100644 => 100755 Server/tsconfig.json diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 9f4a02f..176dc2a --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ Client/build Server/node_modules Server/package-lock.json Server/build + +sftp-config.json diff --git a/Client/README.md b/Client/README.md old mode 100644 new mode 100755 diff --git a/Client/package.json b/Client/package.json old mode 100644 new mode 100755 diff --git a/Client/public/favicon.ico b/Client/public/favicon.ico old mode 100644 new mode 100755 diff --git a/Client/public/index.html b/Client/public/index.html old mode 100644 new mode 100755 diff --git a/Client/public/logo192.png b/Client/public/logo192.png old mode 100644 new mode 100755 diff --git a/Client/public/logo512.png b/Client/public/logo512.png old mode 100644 new mode 100755 diff --git a/Client/public/manifest.json b/Client/public/manifest.json old mode 100644 new mode 100755 diff --git a/Client/public/res/assign.svg b/Client/public/res/assign.svg old mode 100644 new mode 100755 diff --git a/Client/public/res/bed.svg b/Client/public/res/bed.svg old mode 100644 new mode 100755 diff --git a/Client/public/res/bloodwork.svg b/Client/public/res/bloodwork.svg old mode 100644 new mode 100755 diff --git a/Client/public/res/broom.svg b/Client/public/res/broom.svg old mode 100644 new mode 100755 diff --git a/Client/public/res/check.svg b/Client/public/res/check.svg old mode 100644 new mode 100755 diff --git a/Client/public/res/clipboard.svg b/Client/public/res/clipboard.svg old mode 100644 new mode 100755 diff --git a/Client/public/res/consultation.svg b/Client/public/res/consultation.svg old mode 100644 new mode 100755 diff --git a/Client/public/res/disabled.svg b/Client/public/res/disabled.svg old mode 100644 new mode 100755 diff --git a/Client/public/res/discharge.svg b/Client/public/res/discharge.svg old mode 100644 new mode 100755 diff --git a/Client/public/res/discharge_2.svg b/Client/public/res/discharge_2.svg old mode 100644 new mode 100755 diff --git a/Client/public/res/imaging.svg b/Client/public/res/imaging.svg old mode 100644 new mode 100755 diff --git a/Client/public/res/message-mono.svg b/Client/public/res/message-mono.svg old mode 100644 new mode 100755 diff --git a/Client/public/res/message.svg b/Client/public/res/message.svg old mode 100644 new mode 100755 diff --git a/Client/public/res/pending_discharge.svg b/Client/public/res/pending_discharge.svg old mode 100644 new mode 100755 diff --git a/Client/public/robots.txt b/Client/public/robots.txt old mode 100644 new mode 100755 diff --git a/Client/src/_vars.scss b/Client/src/_vars.scss old mode 100644 new mode 100755 diff --git a/Client/src/components/DeskApp.scss b/Client/src/components/DeskApp.scss old mode 100644 new mode 100755 diff --git a/Client/src/components/DeskApp.tsx b/Client/src/components/DeskApp.tsx old mode 100644 new mode 100755 diff --git a/Client/src/components/DeskMenu.scss b/Client/src/components/DeskMenu.scss old mode 100644 new mode 100755 diff --git a/Client/src/components/DeskMenu.tsx b/Client/src/components/DeskMenu.tsx old mode 100644 new mode 100755 diff --git a/Client/src/components/DeskPatientColumn.scss b/Client/src/components/DeskPatientColumn.scss old mode 100644 new mode 100755 diff --git a/Client/src/components/DeskPatientColumn.tsx b/Client/src/components/DeskPatientColumn.tsx old mode 100644 new mode 100755 diff --git a/Client/src/components/PatientCard.scss b/Client/src/components/PatientCard.scss old mode 100644 new mode 100755 diff --git a/Client/src/components/PatientCard.tsx b/Client/src/components/PatientCard.tsx old mode 100644 new mode 100755 diff --git a/Client/src/components/PhoneApp.scss b/Client/src/components/PhoneApp.scss old mode 100644 new mode 100755 diff --git a/Client/src/components/PhoneApp.tsx b/Client/src/components/PhoneApp.tsx old mode 100644 new mode 100755 diff --git a/Client/src/components/PhoneMenu.scss b/Client/src/components/PhoneMenu.scss old mode 100644 new mode 100755 diff --git a/Client/src/components/PhoneMenu.tsx b/Client/src/components/PhoneMenu.tsx old mode 100644 new mode 100755 diff --git a/Client/src/components/PhonePatientColumn.scss b/Client/src/components/PhonePatientColumn.scss old mode 100644 new mode 100755 diff --git a/Client/src/components/PhonePatientColumn.tsx b/Client/src/components/PhonePatientColumn.tsx old mode 100644 new mode 100755 diff --git a/Client/src/index.scss b/Client/src/index.scss old mode 100644 new mode 100755 diff --git a/Client/src/index.tsx b/Client/src/index.tsx old mode 100644 new mode 100755 diff --git a/Client/src/react-app-env.d.ts b/Client/src/react-app-env.d.ts old mode 100644 new mode 100755 diff --git a/Client/src/share/BedProps.ts b/Client/src/share/BedProps.ts old mode 100644 new mode 100755 diff --git a/Client/src/share/NetSetState.ts b/Client/src/share/NetSetState.ts old mode 100644 new mode 100755 diff --git a/Client/tsconfig.json b/Client/tsconfig.json old mode 100644 new mode 100755 diff --git a/Server/build/ERFlow.js b/Server/build/ERFlow.js old mode 100644 new mode 100755 diff --git a/Server/build/ERFlow.js.map b/Server/build/ERFlow.js.map old mode 100644 new mode 100755 diff --git a/Server/build/Main.js b/Server/build/Main.js old mode 100644 new mode 100755 diff --git a/Server/build/Main.js.map b/Server/build/Main.js.map old mode 100644 new mode 100755 diff --git a/Server/build/share/BedProps.js b/Server/build/share/BedProps.js old mode 100644 new mode 100755 diff --git a/Server/build/share/BedProps.js.map b/Server/build/share/BedProps.js.map old mode 100644 new mode 100755 diff --git a/Server/build/share/NetSetState.js b/Server/build/share/NetSetState.js old mode 100644 new mode 100755 diff --git a/Server/build/share/NetSetState.js.map b/Server/build/share/NetSetState.js.map old mode 100644 new mode 100755 diff --git a/Server/package.json b/Server/package.json old mode 100644 new mode 100755 diff --git a/Server/src/ERFlow.ts b/Server/src/ERFlow.ts old mode 100644 new mode 100755 diff --git a/Server/src/Main.ts b/Server/src/Main.ts old mode 100644 new mode 100755 diff --git a/Server/src/share/BedProps.ts b/Server/src/share/BedProps.ts old mode 100644 new mode 100755 diff --git a/Server/src/share/NetSetState.ts b/Server/src/share/NetSetState.ts old mode 100644 new mode 100755 diff --git a/Server/tsconfig.json b/Server/tsconfig.json old mode 100644 new mode 100755