Felicity is the Next Generation LIMS Software for the modern Medical Laboratory.
Find a file
2024-01-26 18:03:20 +02:00
.idea configuring docker - nw working with .prod.aio 2024-01-25 19:52:03 +02:00
.vscode initialited hl7 integration translations 2022-12-20 10:10:00 +02:00
caddy.config/caddy configuring docker - nw working with .prod.aio 2024-01-25 19:52:03 +02:00
caddy.data/caddy configuring docker - nw working with .prod.aio 2024-01-25 19:52:03 +02:00
deploy configuring docker - nw working with .prod.aio 2024-01-25 19:52:03 +02:00
docs added graphql docs trials, billing setup pages 2023-12-09 16:10:14 +02:00
felicity fixed local docker dev environment 2024-01-26 18:03:20 +02:00
public merged backend and frontend 2023-11-10 08:05:15 +02:00
reads updated user password reset, added starter documentation reads 2023-12-30 09:51:11 +02:00
services configuring docker - nw working with .prod.aio 2024-01-25 19:52:03 +02:00
types merged backend and frontend 2023-11-10 08:05:15 +02:00
webapp configuring docker - nw working with .prod.aio 2024-01-25 19:52:03 +02:00
.env.production added better code spitting and renamed soom index .vue to make them semantic 2024-01-06 03:06:57 +02:00
.gitignore added sinoz open tracing, sqlalchemy tracing, grapghql tracing 2024-01-24 19:06:08 +02:00
.prettierignore perfected patient adding and update 2023-04-10 03:29:10 +02:00
.prettierrc perfected patient adding and update 2023-04-10 03:29:10 +02:00
apollo.config.js merged backend and frontend 2023-11-10 08:05:15 +02:00
codegen.yml add instrument,method result entries 2024-01-23 19:13:37 +02:00
docker-compose.dev.yaml fixed local docker dev environment 2024-01-26 18:03:20 +02:00
docker-compose.prod.yml fixed local docker dev environment 2024-01-26 18:03:20 +02:00
Dockerfile.dev fixed local docker dev environment 2024-01-26 18:03:20 +02:00
Dockerfile.prod fixed local docker dev environment 2024-01-26 18:03:20 +02:00
env.local merged backend and frontend 2023-11-10 08:05:15 +02:00
env.production merged backend and frontend 2023-11-10 08:05:15 +02:00
example.env configuring docker - nw working with .prod.aio 2024-01-25 19:52:03 +02:00
felicity.iml added reflex rules 2022-02-05 21:36:45 +02:00
ideas.md fixed local docker dev environment 2024-01-26 18:03:20 +02:00
index.html merged backend and frontend 2023-11-10 08:05:15 +02:00
instructions.txt configuring docker - nw working with .prod.aio 2024-01-25 19:52:03 +02:00
log.txt minor refactors' 2023-12-30 13:42:48 +02:00
magidoc.mjs added graphql docs trials, billing setup pages 2023-12-09 16:10:14 +02:00
mypy.ini restructures backend 2023-04-07 17:52:19 +02:00
os-requirements.txt added scripts to run the system 2023-11-10 08:16:33 +02:00
package.json upgraded all app dependencies 2024-01-24 17:10:44 +02:00
pnpm-lock.yaml upgraded all packages 2024-01-22 19:42:18 +02:00
postcss.config.js upgraded all packages 2024-01-22 19:42:18 +02:00
postgres-db-setup.txt updated user password reset, added starter documentation reads 2023-12-30 09:51:11 +02:00
Procfile generated static files 2023-04-10 14:24:32 +02:00
pyproject.toml restructures backend 2023-04-07 17:52:19 +02:00
pytest.ini restructures backend 2023-04-07 17:52:19 +02:00
README.md Update README.md 2023-12-29 11:11:36 +02:00
requirements-dev.txt upgraded all app dependencies 2024-01-24 17:10:44 +02:00
requirements.txt configuring docker - nw working with .prod.aio 2024-01-25 19:52:03 +02:00
runtime.txt updated runtime 2023-04-07 17:59:57 +02:00
tailwind.config.js merged backend and frontend 2023-11-10 08:05:15 +02:00
tsconfig.json merged backend and frontend 2023-11-10 08:05:15 +02:00
vite.config.js added better code spitting and renamed soom index .vue to make them semantic 2024-01-06 03:06:57 +02:00

FELICITY LIMS

Screenshot1

A next generation open source laboratory information management system for clinical/medical laboratories.

Descritpion

The Felicity LIMS project aims to create a Laboratory Information Management System (LIMS) that tracks the complete laboratory workflow providing all the functionalities of a Laboratory Information Management System.

Felicity strives to promote an accurate flow of sample and associated experimental data to and through a laboratory to produce information that is used to make conclusions and critical decisions.

Felicity LIMS will ensure that sufficient metadata is captured and clinical laboratory personnel can track the lifecycle of a biospecimen in the laboratory from receipt to dispacth.

Felicity FrontEnd is developed in VueJs, URQL, and Tailwind CSS.

Felicity is the quality of being good, pleasant, or desirable.

Main Features

  • Dashboard
  • Patient - Listing, compact, detail, search, Audit Log
  • Sample - Listing, Detail, Audit Log, Reports, search
  • Worksheet - Templates, listing, auto create, multi create, manual create
  • Inventory - Item manager, listing, detail, transactios, adjustments, orders, requests
  • Shipment - Fhir ready (experimental), Listing, detail,
  • Storage - store rooms, locations, containers, templates,
  • Admin - admin functions
  • Client - listing, detail, contacts

Installation

Direct

Frontend Installation

Install NodeJs Install Yarn Then follow instructions below

cd felicity/frontent/vite
yarn install
# for production mode
yarn build
yarn start
# for development mode
yarn dev

Docker

This method uses Docker and docker-compose which handles the details of installing dependencies for you. On your Linux command line, run:

git clone https://github.com/aurthurm/felicity.git
cd felicity
docker-compose up -d

Other projects

- Felicity Docs - Built with Laboratory QMS in Mind but can be used anywhere for document management
- Felicity Stocker - Medical Laboratory Inventory Management system
- Felicity Request - Requests and Approvals (e-Requisitions)
- Felicity Grind - Team Works, Project Management Tool, Issue Tracker
- Felicity Field - Survey Data Collection Tool, Forms ,Analytics etc

Contact