Skip to content

Fix AnswerLineNBR Integer Overflow

Hubbell, Harrison Taylor requested to merge hh_qnr_line_fix into master

Resolves issue where the value in FloatAnswerNBR was overflowing the AnswerLineNBR column for some entries. The AnswerLineNBR value is only valid for "Custom List" entries, and the previous logic to set this value for "Patient-Entered Question" records was naive.

Merge request reports