Skip to content

Commit

Permalink
Update DynamicResultRanges.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa authored Jan 27, 2024
1 parent 3bfc696 commit 606644e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/senaite/patient/tests/doctests/DynamicResultRanges.rst
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ If we change to male, we have same results as before, except when age is within
>>> get_range(ht)
('39', '63')

And if the age is 40y or above 40y, fallback to `[45, 67]`:
And if the age is 40y or above 40y, fallback to `[48, 70]`:

>>> dob = get_birth_date("40y", on_date=sampled)
>>> edit(sample, DateOfBirth=dob)
Expand Down

0 comments on commit 606644e

Please sign in to comment.