Changes between Initial Version and Version 1 of Ticket #1287


Ignore:
Timestamp:
Jan 11, 2021, 9:26:32 AM (3 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1287

    • Property Status newaccepted
  • Ticket #1287 – Description

    initial v1  
    1 It would be useful to know the relation (timewise) between the two cases for patients that have two cases. Introducing two new annotations:
     1It would be useful to know the relation (timewise) between the two cases for patients that have two cases. Introducing a new annotation:
    22
    3  * `LinkedCase`: (enum) No, Yes, MissingDate
    4  * `LinkedCaseDaysDifference`: (numeric) Number of days between this case and the other case. A negative value means that the other case is before this case.
     3 * `LinkedCase`: (numeric) Number of days between this case and the other case. A negative value means that the other case is before this case.
    54
    6 We should use the "Reference date on case items" wizard to find the reference data and then also update the new annotations.
     5Cases that is the only one for a patient don't get a value.
     6
     7We should use the "Reference date on case items" wizard to find the reference data and then also update the new annotations. Since all cases always get a reference date we don't need to handle the missing date case.