Opened 12 years ago
Closed 12 years ago
#437 closed defect (fixed)
Rules for comparing 'sampling date' and 'RNA later' date should be the same
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.10 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description (last modified by )
The 'Specimen tube registration' wizard and the 'Pathology referral form registration' both have fields for entering the sampling date+time and the RNA later date+time, but have different approaches when it comes to validation.
The specimen tube registration check that the dates are equal and that the time for RNA later is after (not equal) to the sampling time. If not, an error message is displayed and the registration can't proceed.
The referral form registration only check that the dates are equal. If not, a warning message is displayed, and the registration can proceed. The time parts are not checked at all.
Both wizards should be changed. The date should be checked as before and the time parts should be allowed to be equal. The specimen tube wizard should still trigger an error condition, but the referral form wizard should trigger a warning only.
Change History (4)
comment:1 by , 12 years ago
Description: | modified (diff) |
---|---|
Type: | Request → defect |
comment:2 by , 12 years ago
Status: | new → assigned |
---|
comment:3 by , 12 years ago
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Hmmm.... seems like the specimen registration wizard already allows the Sampling and RNA later time to be equal... so the information that 0001 must be entered instead of 0000 was not correct.