Correcting isDefinedBy for concepts that are not best matches returned by UMLS search service

This commit is contained in:
hjkhjk54 2012-06-25 00:37:17 +00:00
parent 147988e5e4
commit 3e34e4cdb2

View file

@ -104,7 +104,7 @@ public class UMLSService implements ExternalConceptService {
JSONObject o = allArray.getJSONObject(i);
//System.out.println(o.toString());
Concept concept = new Concept();
concept.setDefinedBy("UMLS");
concept.setDefinedBy("http://link.informatics.stonybrook.edu/umls");
String cui = getJsonValue(o, "CUI");
concept.setConceptId(cui);