Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.29 KB

Clinical Information System

Build status

Description

Alternative portal to download my open-source Clinical Information System source code. Designed using the C#.NET 3.5 Framework. The data records are managed using the MySQL database server 5.2 version. It is designed to operate within a local networked structure with the database setup on the network server while the application itself installed and operating on each workstation.

Installation

TBD

Development

git clone git://github.com/ajlopez/JSDates.git cd JSDates npm install npm test

Requeriments

  • EntityFramework 6.1.3
  • SQL Express, the lastest version if is possible.

Contact

If you have questions, suggestions, encounter any problem, please join our IRC channel and ask!

irc.freenode.net #opensource-cis

Contribution

Feel free to file issues and submit pull requests — contributions are welcome.

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that mstest continues to pass.

License

MIT