For EKG interpretation data.
This is a code of making PyQT Program for mapping EKG Diagnostic data to CDM concept code.
The currently acquired interpretation ontology data was extracted from GE Healthcare, Philips, and Nihon Kohden.
The software can be found in http://cdal.korea.ac.kr/ECG2CDM/
ECG2CDM is the name of the executable program.
You may test the code by 'testing.py'.
The main progress of the code is as followed:
- Read the patient diagnostic data in form of csv file or xlsx file
- Map to CDM code by comparing ontology data and diagnostic interpretation data
- Output the mapped data according to each patient
The details of Step 2 are shown in the following image:
Here, the threshold was huristically set to 84%.
Note that this code is based on bata version.