Coder Social home page Coder Social logo

kpt-billing-manager's Introduction

Kinesphere PT Visit Tracking Manager

This application is custom built for Kinesphere PT as a means to track patient and client visits.

Splash screen

The usage guide and FAQ are found here

Technical info

Tech stack:

  • Java 8
  • JavaFX / FXML
  • Postgres DB
  • Griffon 2.13
  • Spring 5.0.x

Useful commands

To spin up the database, run this command in powershell from the kpt-billing-manager-db-docker folder:

$ docker-compose up

To generate new artifacts, first prepare the properties file (/src/scripts/codegen/griffonartifact.properties), then run:

$ groovy generate-griffon-artifacts.groovy

To build the uber-jar, run this:

$ gradlew shadowJar

That command will place the jar file here: build/libs/kpt-billing-manager-all.jar

To run that jar, you'll need to include the spring.datasource.url JVM arg, as such:

$ java -Dspring.datasource.url=jdbc:postgresql://{server}:{port} -jar build/libs/kpt-billing-manager-all.jar

kpt-billing-manager's People

Contributors

codingdiscer avatar

Watchers

James Cloos avatar  avatar

kpt-billing-manager's Issues

add patient drop down to status tracker screen

idea for updated status tracker screen filtering:

From [ __ ]  [clear] | To/On [ __ ]
-------------------------------------------------
Status [ ^^ ] | Insurance [ ^^ ] | Therapist [ ^^ ] | [<- reset all]
-------------------------------------------------
Patient [ __ ] [clear]  -> [ ^^ ] 

Also sneak in a fix to improve the speed of searches that return lots of results

Design document

active sheet:
https://docs.google.com/spreadsheets/d/1cWBmsM61MEcX7Q_LHR3V0uOWPrAK5k9N2bhio5cgzhM/edit?ts=59596053#gid=1376137247

https://docs.google.com/spreadsheets/d/1IWZ646k7AVezi53_UW7It8x8tFwOhc5PJ25iOeEqYDY/edit#gid=691280752

  • 07/07/2017
  • 07/14/2017
  • 07/20/2017
  • 08/04/2017
  • 08/11/2017
  • 08/18/2017
  • 08/25/2017
  • 09/01/2017
  • 09/08/2017
visit Last First Date Charges # Dx Dx 2 Dx 3 Dx 4 Misc Eval/f/u/CA Type Tracker
14 smith Z 07/11/2017 1 TE, 1 MT 2 M25.561 M25.661     pt late Follow up Orthopedic  
15 smith Z 07/17/2017 2 NM, 2 TE 4           Follow up Orthopedic  
field description
visit the visit # for the year
Last -First name patient name
Date date of the visit
Charges types 2 NM, 1 TE, 1 TA - name of the charge
charge # the number of units billed for this visit, also color coded for what batch of billing
Dx diagnosis code #1, from the Info tab
Dx 2 diagnosis code #2
Dx 3 diagnosis code #3
Dx 4 diagnosis code #4
Misc notes about the session
Eval/f/u/CA drop-down of visit options : eval, follow up, u / cancel
Type drop-down of patient types : othopeadic, scoliosis, client, dancer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.