Skip to content

Commit

Permalink
Age entry automatically buckets ages; explain that in tool tip #2670
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed May 5, 2022
1 parent 18a7aa9 commit 9b261e1
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ const TooltipText = () => (
<li>
<strong>Age:</strong> Enter the age of the case.
<ul>
<li>
To reduce the risk of identifying an individual from
their case record, the age will automatically be
converted into one or more bucketed groups: infants
(&lt;1 year), 1-5 years, 6-10 years, and so on.
</li>
<li>
If a range is provided enter in the min and max fields.
</li>
Expand All @@ -66,7 +72,7 @@ const TooltipText = () => (
</li>
<li>
Note: If the data source provides an age range such as
65{'>'} or 65+ tthen set the minimum age value as 65 and
65{'>'} or 65+ then set the minimum age value as 65 and
the maximum age value to 120 (the maximum allowed age
value).
</li>
Expand Down

0 comments on commit 9b261e1

Please sign in to comment.