Changes between Initial Version and Version 1 of Ticket #1287
- Timestamp:
- Jan 11, 2021, 9:26:32 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1287
- Property Status new → accepted
-
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:1 It would be useful to know the relation (timewise) between the two cases for patients that have two cases. Introducing a new annotation: 2 2 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. 5 4 6 We should use the "Reference date on case items" wizard to find the reference data and then also update the new annotations. 5 Cases that is the only one for a patient don't get a value. 6 7 We 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.