Opened 7 years ago
Closed 7 years ago
#1032 closed enhancement (fixed)
Reference date batch update wizard changes due to INCA 2.0
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.16 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The reference date batch update wizard need to be updated to use the new a_diag_dat
annotation instead of A030DiaDat
.
Change History (2)
comment:1 by , 7 years ago
Status: | new → assigned |
---|---|
Summary: | Reference date batch update wizard changes due to INCA 2 → Reference date batch update wizard changes due to INCA 2.0 |
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [4701]) Fixes #1032: Reference date batch update wizard changes due to INCA 2.0
The wizard now uses the
INCA2_a_diag_dat
as the source for theIncaDiagnosisDate
option.Also made a performance improvement that skips detailed checks for cases with
ReferenceDateSource=IncaDiagnosisDate
whereINCA2_a_diag_dat=ReferenceDate
. They are already correct and no update is needed. Most cases match this rule which results in a big performance improvement.