All the ICD-10 codes are in the MVP-CIE dictionary From: [email protected] [mailto:[email protected]] On Behalf Of Jonathan Galingan Sent: Sunday, April 15, 2012 8:08 PM To: [email protected] Subject: Re: [OPENMRS-IMPLEMENTERS] Import Concept dictionary CSV
Hi, I made a short python script to insert the icd-10 codes from a csv through mysql. If you're using ubuntu, just download the necessary MySQLdb module for python and run the script while the csv file is in the same directory. Change the parameters as necessary in the script. (The current parameters are set to get the name of the code from the first column of the csv while the code is placed on the second column) Then update the concept word table by clicking 'Update Concept Index' in the Administration page. Its quite messy compared to using the webservices. I'll try to fix it once I've gained more knowledge on how to use the webservices. On Fri, Apr 13, 2012 at 10:44 PM, Darius Jazayeri <[email protected]<mailto:djazayeri%[email protected]>> wrote: Hi Titi, As far as I know there is no tool that does this. I think you would have to either write java code to parse the csv and create concepts via the API, or else do scripting to parse the csv and create concepts via web services. -Darius On Fri, Apr 13, 2012 at 6:43 AM, Titi Tsholofelo <[email protected]<mailto:[email protected]>> wrote: How can import concept dictionary CSV file into my system. -- Titi T. Tsholofelo Office Tel:00267- 3632273 Mobile Phone:00267- 72623601 "Psalm 121" ________________________________ Click here to unsubscribe<mailto:[email protected]?body=SIGNOFF%20openmrs-implement-l> from OpenMRS Implementers' mailing list ________________________________ Click here to unsubscribe<mailto:[email protected]?body=SIGNOFF%20openmrs-implement-l> from OpenMRS Implementers' mailing list -- Jonathan D. Galingan, MD Project Manager for Computerization Philippine General Hospital ________________________________ Click here to unsubscribe<mailto:[email protected]?body=SIGNOFF%20openmrs-implement-l> from OpenMRS Implementers' mailing list _________________________________________ To unsubscribe from OpenMRS Implementers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-implement-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-implement-l]

