]> Softwares of Agnibho - simpleipd.git/commit
Major restructuring of code
authorAgnibho Mondal <mondal@agnibho.com>
Mon, 17 May 2021 17:57:03 +0000 (23:27 +0530)
committerAgnibho Mondal <mondal@agnibho.com>
Mon, 17 May 2021 17:57:03 +0000 (23:27 +0530)
commit6f239460720aa2f131b3652608cc2267cee87d11
treef8de358be5cb4edc706fd3219401e3d6912794a2
parenta4faf5ed1ca328f0e1ac99fd3193c799118da463
Major restructuring of code
146 files changed:
.gitignore
admission.php [deleted file]
attachments.php [deleted file]
autocomplete/discharge.json [deleted file]
autocomplete/drugs.json [deleted file]
autocomplete/frequency.json [deleted file]
autocomplete/investigation.json [deleted file]
autocomplete/route.json [deleted file]
config.php [new file with mode: 0644]
death.php [deleted file]
discharge.php [deleted file]
error.php [deleted file]
forms/admission.schema.json [deleted file]
forms/death.schema.json [deleted file]
forms/drugs.schema.json [deleted file]
forms/history.schema.json [deleted file]
forms/nursing.schema.json [deleted file]
forms/physician.schema.json [deleted file]
forms/report-abg.schema.json [deleted file]
forms/report-blood-cs.schema.json [deleted file]
forms/report-ch.schema.json [deleted file]
forms/report-crp.schema.json [deleted file]
forms/report-ddimer.schema.json [deleted file]
forms/report-fluid.schema.json [deleted file]
forms/report-glycemic.schema.json [deleted file]
forms/report-ldh.schema.json [deleted file]
forms/report-lft.schema.json [deleted file]
forms/report-lipid.schema.json [deleted file]
forms/report-other.schema.json [deleted file]
forms/report-rft.schema.json [deleted file]
forms/report-sputum-cs.schema.json [deleted file]
forms/report-sputum-me.schema.json [deleted file]
forms/report-stool-ova.schema.json [deleted file]
forms/report-stool-re.schema.json [deleted file]
forms/report-urine-cs.schema.json [deleted file]
forms/report-urine-re.schema.json [deleted file]
history.php [deleted file]
index.php [deleted file]
laboratory.php [deleted file]
lib/access.php
lib/db.php
lib/require.php [deleted file]
login.php [deleted file]
nursing.php [deleted file]
physician.php [deleted file]
print-discharge.php [deleted file]
report.php [deleted file]
require.php [new file with mode: 0644]
requisition.php [deleted file]
res/bootstrap-4-autocomplete.min.js [deleted file]
res/bootstrap/css/bootstrap-grid.css [deleted file]
res/bootstrap/css/bootstrap-grid.css.map [deleted file]
res/bootstrap/css/bootstrap-grid.min.css [deleted file]
res/bootstrap/css/bootstrap-grid.min.css.map [deleted file]
res/bootstrap/css/bootstrap-reboot.css [deleted file]
res/bootstrap/css/bootstrap-reboot.css.map [deleted file]
res/bootstrap/css/bootstrap-reboot.min.css [deleted file]
res/bootstrap/css/bootstrap-reboot.min.css.map [deleted file]
res/bootstrap/css/bootstrap.css [deleted file]
res/bootstrap/css/bootstrap.css.map [deleted file]
res/bootstrap/css/bootstrap.min.css [deleted file]
res/bootstrap/css/bootstrap.min.css.map [deleted file]
res/bootstrap/js/bootstrap.bundle.js [deleted file]
res/bootstrap/js/bootstrap.bundle.js.map [deleted file]
res/bootstrap/js/bootstrap.bundle.min.js [deleted file]
res/bootstrap/js/bootstrap.bundle.min.js.map [deleted file]
res/bootstrap/js/bootstrap.js [deleted file]
res/bootstrap/js/bootstrap.js.map [deleted file]
res/bootstrap/js/bootstrap.min.js [deleted file]
res/bootstrap/js/bootstrap.min.js.map [deleted file]
res/custom.css [deleted file]
res/jquery.min.js [deleted file]
res/moment.js [deleted file]
res/script.js [deleted file]
treatment.php [deleted file]
view.php [deleted file]
www/admission.php [new file with mode: 0644]
www/attachments.php [new file with mode: 0644]
www/autocomplete/discharge.json [new file with mode: 0644]
www/autocomplete/drugs.json [new file with mode: 0644]
www/autocomplete/frequency.json [new file with mode: 0644]
www/autocomplete/investigation.json [new file with mode: 0644]
www/autocomplete/route.json [new file with mode: 0644]
www/death.php [new file with mode: 0644]
www/discharge.php [new file with mode: 0644]
www/error.php [new file with mode: 0644]
www/forms/admission.schema.json [new file with mode: 0644]
www/forms/death.schema.json [new file with mode: 0644]
www/forms/drugs.schema.json [new file with mode: 0644]
www/forms/history.schema.json [new file with mode: 0644]
www/forms/nursing.schema.json [new file with mode: 0644]
www/forms/physician.schema.json [new file with mode: 0644]
www/forms/report-abg.schema.json [new file with mode: 0644]
www/forms/report-blood-cs.schema.json [new file with mode: 0644]
www/forms/report-ch.schema.json [new file with mode: 0644]
www/forms/report-crp.schema.json [new file with mode: 0644]
www/forms/report-ddimer.schema.json [new file with mode: 0644]
www/forms/report-fluid.schema.json [new file with mode: 0644]
www/forms/report-glycemic.schema.json [new file with mode: 0644]
www/forms/report-ldh.schema.json [new file with mode: 0644]
www/forms/report-lft.schema.json [new file with mode: 0644]
www/forms/report-lipid.schema.json [new file with mode: 0644]
www/forms/report-other.schema.json [new file with mode: 0644]
www/forms/report-rft.schema.json [new file with mode: 0644]
www/forms/report-sputum-cs.schema.json [new file with mode: 0644]
www/forms/report-sputum-me.schema.json [new file with mode: 0644]
www/forms/report-stool-ova.schema.json [new file with mode: 0644]
www/forms/report-stool-re.schema.json [new file with mode: 0644]
www/forms/report-urine-cs.schema.json [new file with mode: 0644]
www/forms/report-urine-re.schema.json [new file with mode: 0644]
www/history.php [new file with mode: 0644]
www/index.php [new file with mode: 0644]
www/laboratory.php [new file with mode: 0644]
www/login.php [new file with mode: 0644]
www/nursing.php [new file with mode: 0644]
www/physician.php [new file with mode: 0644]
www/print-discharge.php [new file with mode: 0644]
www/report.php [new file with mode: 0644]
www/requisition.php [new file with mode: 0644]
www/res/bootstrap-4-autocomplete.min.js [new file with mode: 0644]
www/res/bootstrap/css/bootstrap-grid.css [new file with mode: 0644]
www/res/bootstrap/css/bootstrap-grid.css.map [new file with mode: 0644]
www/res/bootstrap/css/bootstrap-grid.min.css [new file with mode: 0644]
www/res/bootstrap/css/bootstrap-grid.min.css.map [new file with mode: 0644]
www/res/bootstrap/css/bootstrap-reboot.css [new file with mode: 0644]
www/res/bootstrap/css/bootstrap-reboot.css.map [new file with mode: 0644]
www/res/bootstrap/css/bootstrap-reboot.min.css [new file with mode: 0644]
www/res/bootstrap/css/bootstrap-reboot.min.css.map [new file with mode: 0644]
www/res/bootstrap/css/bootstrap.css [new file with mode: 0644]
www/res/bootstrap/css/bootstrap.css.map [new file with mode: 0644]
www/res/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
www/res/bootstrap/css/bootstrap.min.css.map [new file with mode: 0644]
www/res/bootstrap/js/bootstrap.bundle.js [new file with mode: 0644]
www/res/bootstrap/js/bootstrap.bundle.js.map [new file with mode: 0644]
www/res/bootstrap/js/bootstrap.bundle.min.js [new file with mode: 0644]
www/res/bootstrap/js/bootstrap.bundle.min.js.map [new file with mode: 0644]
www/res/bootstrap/js/bootstrap.js [new file with mode: 0644]
www/res/bootstrap/js/bootstrap.js.map [new file with mode: 0644]
www/res/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
www/res/bootstrap/js/bootstrap.min.js.map [new file with mode: 0644]
www/res/custom.css [new file with mode: 0644]
www/res/jquery.min.js [new file with mode: 0644]
www/res/moment.js [new file with mode: 0644]
www/res/script.js [new file with mode: 0644]
www/treatment.php [new file with mode: 0644]
www/view.php [new file with mode: 0644]