2019-05-13 Meeting notes
Date
Attendees
Goals
- Review current tasks and progress
Discussion items
Item | Who | Notes |
---|---|---|
Outstanding Tasks |
| |
RaDaR Reports Memory Issues | The nurture extracts used to provide the graphs on the nurturebiobank.org site have not been working correctly due to memory issues on the server. This is odd as in tests the memory usage is no more than 6Gb. The code base used to create the nurture extract is not the latest where Rapolas has fixed the initial issues with excessive memory usage by not holding all data in memory before writing. This now however has a problem as some results now need to be extracted as a pivot table so meaning with the current implementation of this a lot of data is held in memory. George Swinnertonwill look at merging his code branch and the latest extract code to take advantage of Rapolas' improvements. | |
YourHealth Surveys | @Tim Whitlock | A number of issues with the survey data have been found in the current reports. Most of these concern inconsistent naming Christian Names with and without middle initials. This mainly reflects the form scanned and how the name was entered. It has little impact on the data but shows up because the sql database rather than UKRDC repo is the main source for the data. This is also the cause for multiple copies of the same survey due to the paper copy being scanned more than once. The error correcting interface needs updating to delete the extra copies if the UKRDC reports an duplicate survey error. Currently the interface just clears the error and doesn't update the sql database. The final issue is around incorrect NHS numbers caused by mis-scans and numbers being entered wrong on the survey. This has generally only occurred on patients who have not got any other record in the rregistry database so could not be checked against another source. A new UI function will be needed to correct this involving resubmitting just the patient demographics element for the incorrect patient using the correct NHS number for the NI and the old/incorrect one on the MRN this will then update the record and result (usually) in two ukrdcids for the same NHS number. This should create a workitem but doesn't appear to so a manual process is currently required to identify the masterrecordids required for the merge call. Ideally this could all be done via a UI. Resubmitting the Patient demographics appears a good way to quickly correct demographics errors when an corrected original file can not be sent such as the Surveys or if the interface is not submitting updates such as the PV programmemberships. rapolas (Unlicensed) will look at changing the current YourHealth survey Reporting to use the UKRDC for all data and not just the insignia calculated value. This will then need to be compared against the current MSSQL versions to ensure consistency. This should also resolve the survey name issues as they will all be consistently reported. |
Action items
- George Swinnertonto look at updating the nurture extract to incorporate improvements in the RaDaR extract code.
- rapolas (Unlicensed) to look at using the UKRDC data for the Yourhealth Survey reports and not the MSSQL data base