Small module for exploring the CISP-2 database
cherche.css | ||
cherche.html | ||
cherche.js | ||
cherche.sass | ||
cisp2fr.csv | ||
jquery-2.1.4.min.js | ||
jquery.csv-0.71.min.js | ||
lokijs.min.js | ||
Readme.md | ||
reset.sass |
CISP2 Explorer
Description
Simple explorer for the CISP-2, the French version of International Classification of Primary Care.
It is built on top of LokiJS, jquery-csv and jquery.
Ideally, this would only be the first building block for a proper (meaning great and open-source) software suite for General practitioners.
Start it by pointing your internet navigator to the page cherche.html
.
TODOs (sorted by priority)
Make the search case-insensitive (as well as accents insensitive)BUG: trim spaces from search expressionBUG: fix search for codes alsoBUG: don't search for empty stringCreate a nice html page (may take several steps)- Make it chrome compatible (some trouble with the first ajax call)
- Make the search mis-spelling safe (like Google does)
- Changing the csv file should allow to make other databases work too.