Skip to content

Commit

Permalink
Add CRP unit choice mg/L, remove mmol/L
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Sep 17, 2024
1 parent d2b3035 commit cbb59dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions edc_lab_results/model_mixins/lft_model_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
GRAMS_PER_LITER,
IU_LITER,
IU_LITER_DISPLAY,
MICROMOLES_PER_LITER,
MICROMOLES_PER_LITER_DISPLAY,
MILLIGRAMS_PER_DECILITER,
MILLIGRAMS_PER_LITER,
)


Expand Down Expand Up @@ -100,7 +99,7 @@ class CrpModelMixin(
verbose_name="C-reactive protein",
units_choices=(
(MILLIGRAMS_PER_DECILITER, MILLIGRAMS_PER_DECILITER),
(MICROMOLES_PER_LITER, MICROMOLES_PER_LITER_DISPLAY),
(MILLIGRAMS_PER_LITER, MILLIGRAMS_PER_LITER),
),
),
models.Model,
Expand Down

0 comments on commit cbb59dc

Please sign in to comment.