Skip to content

Lightbridge-KS/designCTER

Repository files navigation

Design CTER App

Cross-platform application for design CT protocol in emergency department for my institution.


Build using Flet, a cross-platform UI framework in Python.

Build status Netlify Status


Mode

Design CT Protocol

Light Dark

Calculator

Light Dark

Mean calculator:

Mean Calculator

  • Calculate mean value from input numbers (separated by blank space or comma)

Prostate volume:

Prostate volume

  • Input: Perpendicular diameter (cm) of prostate in 3 planes
  • Output: A report for prostate volume with severity (normal, prominent, or enlarged size), using ellipsoid formula.

Spine Height Loss:

Spine height loss

  • Input: Normal and collapsed height of spine. If there is no normal reference of the spine (e.g. severe collapse), the height of the two adjacent vertebrae can be used by input two numbers in the "Collapsed height (cm)" textbox (separated by blank space or comma).
  • Output: A report for percentage of vertebral compression fracture with grading (mild, moderate, severe) using Genant's classification.

Build from Source

Installation

  1. Install flet and pyperclip with:
pip install -r requirements.txt
  1. Install Flutter

Build app

cd to/directory/root
# Build
flet build <target_platform>

<target_platform> could be one of the following: apkaabipawebmacoswindowslinux.