OpenMRS builds an index of concept names within the concept_word table. While you could try to manually fill that table, it would be easier to simply update the index through the admin page (e.g., see this page<http://demo.openmrs.org/openmrs/admin/concepts/conceptIndex.form>on demo site, username/password is admin/test).
Cheers, -Burke On Sun, Apr 15, 2012 at 2:58 PM, Jonathan Galingan <[email protected]>wrote: > Hi, I'm creating a python script to insert ICD codes directly into the > database of OpenMRS from a CSV file. > > I created an ICD-10 source from the user interface and mapped everything > to its concept_source_id. > > I filled up the concept, concept_name and concept_map with the appropriate > values. > > I got everything right and I could search for the concept using its id in > the user interface. > > The problem is that when I try to search for the concept using its name, I > get nothing. When I clicked "edit" to edit the concept, I did nothing since > everything seemed ok so I just saved it. After that, the concept could now > be searched via concept name. > > Is there a missing table that I need to fill in? > > > > > ------------------------------ > Click here to > unsubscribe<[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]

