Opened 13 years ago
Closed 13 years ago
#357 closed enhancement (fixed)
Some barcoded personal numbers is using 2-digit years instead of 4
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.3 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
If the length of the personal number is 10 and the rest of the number is valid according to the swedish rules we could simply add the missing digits. We can assume that the patient is less than 100 years old so there should not be any ambiguity about the century.
This should be implemented in the blood registration form and in the personal information registration form.
Change History (2)
comment:1 by , 13 years ago
Status: | new → assigned |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [1531]) Fixes #357: Some barcoded personal numbers is using 2-digit years instead of 4
The blood registration and personal information registration now support 2-digit years. They will automatically convert to a 4-digit year assuming the age is between 1 and 100.