Adding analysis to app
Budget: £20 – £250 GBP
I need help with adding a function to an app.
Once the installation file is installed at the end it will ask 'Download sample database', click Yes to this. The example patient is 'P0128402952' if you double click on one of their scans, it will load up the ASOCT_Topography.exe module. There is a button called 'Keratoconus follow up' which allows all historical scans to be added and then analysed. https://we.tl/t-6Vd9MQfEq5
I need someone to see how ASOCT_Topography.exe works (found in C:/Program FIles/CSO/Phoenix/ASOCT) and find how the "Keratoconus Follow Up" feature loads all historical scans (Call those same methods from the plugin to get all scans for a patient) and then use this to add a new feature (ideally another button near keratoconus follow up button) that will then feed the data into a specific analysis for all patients. The analysis:
1. Group all scans by eye (L/R) and date
2. Average multiple same-day scans for each eye - gives one value per eye per visit
3. Compare each subsequent visit's average to baseline
4. If (current - baseline) is greater than threshold - label as Progression, else = Stable
Once the installation file is installed at the end it will ask 'Download sample database', click Yes to this. The example patient is 'P0128402952' if you double click on one of their scans, it will load up the ASOCT_Topography.exe module. There is a button called 'Keratoconus follow up' which allows all historical scans to be added and then analysed. https://we.tl/t-6Vd9MQfEq5
I need someone to see how ASOCT_Topography.exe works (found in C:/Program FIles/CSO/Phoenix/ASOCT) and find how the "Keratoconus Follow Up" feature loads all historical scans (Call those same methods from the plugin to get all scans for a patient) and then use this to add a new feature (ideally another button near keratoconus follow up button) that will then feed the data into a specific analysis for all patients. The analysis:
1. Group all scans by eye (L/R) and date
2. Average multiple same-day scans for each eye - gives one value per eye per visit
3. Compare each subsequent visit's average to baseline
4. If (current - baseline) is greater than threshold - label as Progression, else = Stable