Small module for exploring the CISP-2 database
Go to file
eeva f64e632143 Create a nice(r) html page 2015-09-20 00:04:32 +02:00
Readme.md Create a nice(r) html page 2015-09-20 00:04:32 +02:00
cherche.css Create a nice(r) html page 2015-09-20 00:04:32 +02:00
cherche.html Create a nice(r) html page 2015-09-20 00:04:32 +02:00
cherche.js Create a nice(r) html page 2015-09-20 00:04:32 +02:00
cherche.sass Create a nice(r) html page 2015-09-20 00:04:32 +02:00
cisp2fr.csv Initial commit 2015-09-13 15:22:54 +02:00
jquery-2.1.4.min.js Initial commit 2015-09-13 15:22:54 +02:00
jquery.csv-0.71.min.js Initial commit 2015-09-13 15:22:54 +02:00
lokijs.min.js Initial commit 2015-09-13 15:22:54 +02:00
reset.sass Create a nice(r) html page 2015-09-20 00:04:32 +02:00

Readme.md

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)

  1. Make the search case-insensitive (as well as accents insensitive)
  2. BUG: trim spaces from search expression
  3. BUG: fix search for codes also
  4. BUG: don't search for empty string
  5. Create a nice html page (may take several steps)
  6. Make it chrome compatible (some trouble with the first ajax call)
  7. Make the search mis-spelling safe (like Google does)
  8. Changing the csv file should allow to make other databases work too.