bootstrap-4.0.0
instance
(containing the databasehopital.sqlite
)
.
├── api
│ ├── __init__.py
│ └── templates
│ └── index.html
├── CCAM_V67_01.xls
├── instance
│ └── hopital.sqlite
├── respirateur
│ ├── __init__.py
│ ├── model
│ ├── static
│ │ ├── assets
│ │ ├── dashboard.css
│ │ ├── dashboard.js
│ │ ├── data
│ │ ├── feather.js
│ │ ├── signin.css
│ │ └── style.css
│ └── templates
│ ├── accueil.html
│ ├── base.html
│ └── respirateur.html
└── web_app
├── dao.py
├── database.py
├── data_generation.ipynb
├── __init__.py
├── model
│ ├── acteMedical.py
│ ├── adresse.py
│ ├── consultation.py
│ ├── dossierPatient.py
│ ├── __init__.py
│ ├── modeTransport.py
│ ├── motifRecours.py
│ └── users.py
├── script.sql
├── static
│ ├── assets
│ ├── dashboard.css
│ ├── dashboard.js
│ ├── data
│ ├── feather.js
│ ├── signin.css
│ ├── style.css
│ └── style_test.css
└── templates
├── administration.html
├── base2.html
├── base.html
├── base_login.html
├── consultation.html
└── login.html