SafetyGraphics / hep-explorer

Interactive Graphic for Exploring Liver Function Data in Clinical Trials
https://safetygraphics.github.io/hep-explorer/test/
MIT License
10 stars 3 forks source link

Remove requirement for LLON #200

Closed jwildfire closed 5 years ago

jwildfire commented 5 years ago

Since it isn't used in the current build

jwildfire commented 5 years ago

Correction: Both limit of normal variables are used in the measure table to draw the normal range

image

Could just make the LLON optional, and not draw the normal range rectangle when it's not provided. This probably makes more sense than dropping the record altogether ...

jwildfire commented 5 years ago

OK, normal_col_low converted to optional in v0.16.3. Rows missing lower limit are no longer dropped. When normal_col_low is provided the gray rectangles showing normal range are drawn. When missing, they are not.