Correcting isDefinedBy for concepts that are not best matches returned by UMLS search service
This commit is contained in:
parent
147988e5e4
commit
3e34e4cdb2
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ public class UMLSService implements ExternalConceptService {
|
||||||
JSONObject o = allArray.getJSONObject(i);
|
JSONObject o = allArray.getJSONObject(i);
|
||||||
//System.out.println(o.toString());
|
//System.out.println(o.toString());
|
||||||
Concept concept = new Concept();
|
Concept concept = new Concept();
|
||||||
concept.setDefinedBy("UMLS");
|
concept.setDefinedBy("http://link.informatics.stonybrook.edu/umls");
|
||||||
String cui = getJsonValue(o, "CUI");
|
String cui = getJsonValue(o, "CUI");
|
||||||
concept.setConceptId(cui);
|
concept.setConceptId(cui);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue