This repository contains all the modules required for the Southwest National Primate Research Center (SNPRC) Total Animal Care (TAC) LabKey server, a system for managing and reporting on electronic health records (EHR) and related research data for the SNPRC primate colony. The server helps the center gain insight into combined lab, clinical and operational information; meet regulatory requirements; and coordinate the activities required to support animal care and research projects.
- snprc_ehr: The main EHR module for managing primate care
- snprc_genetics: Tracks primate genetic data
- snprc_scheduler: (In development) Coordinates research project schedules
- snprc_r24: Collaboration project with Wisconsin National Primate Research Center (WNPRC)
- Clone this repository into the
server/modules
directory of your LabKey project. - Edit your project settings.gradle file to include the
server/modules/snprcEHRModules
directory. - Build and deploy
- For all modules:
./gradlew deployApp
- For a single module:
./gradlew :server:modules:snprcEHRModules:<moduleName>:deployModule
- For all modules: