Skip to content

drlove/opentele-server

Repository files navigation

OpenTele Server

Grails-based server which provides the back-end for the client and a clinical GUI.

How to build and run

Make sure you have JDK 1.6 and Grails 2.1 installed and in your path.

First, clone the KIH Auditlog project (a separate project) and install the plug-in in your local repository.

After that, start the server in development mode by issuing

grails run-app

from the command line. Run the unit, integration, and functional tests by issuing

grails test-app

from the command line.

Test set-up

Have a look in BootStrap.groovy for all details on the set-up when started in development mode. In short, a number of test clinicians are created (in method createCliniciansForTest):

  • Helle Andersen (user name HelleAndersen, password HelleAndersen1)
  • Jens Hansen (user name: JensHansen, password: JensHansen1)
  • Doktor Hansen (user name: DoktorHansen, password: DoktorHansen1)

And a number of test patients are created (in method createTestPatients), amongst others:

  • Nancy Ann Berggreen (user name NancyAnn, password abcd1234)
  • Linda Hansen (user name Linda, password abcd1234)
  • Erna Hansen (user name Erna, password abcd1234)
  • Else Nielsen (user name Else, password abcd1234)

Included 3rd-party software

OpenTele Server includes the following 3rd-party software:

About

Back-end server and clinical UI for OpenTele

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors