| 1 | = Updating to Reggie 4.10 = |
| 2 | |
| 3 | The following changes can be made after installing Reggie 4.10. |
| 4 | |
| 5 | === Update the !MultPieces annotation for Lysate items === |
| 6 | |
| 7 | All '''Lysate''' items with a creation date after YYYY-MM-DD that has no value for the !MultPieces annotation |
| 8 | should be update to `MultPieces=false`. It should be fairly simple to filter out the lysates in the web interface |
| 9 | and then export the "Name" column. Open the exported file in a spreadsheet and add a second column for the |
| 10 | !MultPieces annotation. Use the annotation importer to update the annotation. |
| 11 | |
| 12 | === Set !ReferenceDate and !ReferenceDateSource on all Case items === |
| 13 | |
| 14 | The !ReferenceDate and !ReferenceDateSource are new annotations that should be set on |
| 15 | all existing Case item. There are four cases that depends on what information we already |
| 16 | have about the case. |
| 17 | |
| 18 | 1. All cases that has a value for the INCA_A030DiaDat annotation should be update to: |
| 19 | `ReferenceDate=INCA_A030DiaDat` and `ReferenceDateSource=IncaDiagnosisDate`. |
| 20 | 2. TODO |
| 21 | 3. Remaining cases that has a value for the !ConsentDate annotation should be updated to: |
| 22 | `ReferenceDate=ConsentDate` and `ReferenceDateSource=ConsentDate`. |
| 23 | 4. All remaining cases should be updated to: |
| 24 | `ReferenceDate=Registered` and `ReferenceDateSource=RegistrationDate`. |
| 25 | |
| 26 | 1, 3 and 4 can be done with a simple export/import operation with the help of a spreadsheet to |
| 27 | fill in the !ReferenceDateSource value. |
| 28 | |