The hospital medical record screening system is a management system open with PHP for managing hospital medical records.
Main functions:
1. Patient addition function
2. Patient list
3. Patient information details function
4. Powerful case adding function
5. Powerful function of adding pictures of each case, multifunctional rich text editor, you can enter whatever you want
6. Multiple administrator types, with differentiated editing and browsing permissions.
7. Export all cases function
8. Super powerful search system function
9. The search results include a list of results based on the search conditions.
System installation: Unzip the files in the compressed package. The demo directory contains the program code, which can be placed in the local directory. The demo/database directory contains the mysql database. Import it into mysql. Database link: under the demo/manager/config directory, database. php, modify the database location, username and password:
$db['default']['hostname'] = 'localhost'; //Database address
$db['default']['username'] = 'db_demo'; //Database username
$db['default']['password'] = 'R#demo6%'; //Database password
$db['default']['database'] = 'db_demo';//Database name administrator account: admin, administrator password: admin888