obijuan1 / ehost

Automatically exported from code.google.com/p/ehost
0 stars 0 forks source link

UMLS #275

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
realize the UMLS searching function in eHOST.

Original issue reported on code.google.com by jwleng@gmail.com on 6 Aug 2012 at 7:06

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
1. Accepted the terms of the UMLS Metathesaurus License (PDF) and sent 
application to create a UMLS Terminology Services (UTS) account for access to 
the UMLS.

2. UMLS License requested and approved on Aug 6, 2012.

Original comment by jwleng@gmail.com on 6 Aug 2012 at 7:10

GoogleCodeExporter commented 8 years ago
following the instruction to download the UTS API 2.0 
(https://uts.nlm.nih.gov///home.html#apidocumentation)

mkdir utsapi2_0
cd utsapi2_0
wsimport -p UtsMetathesaurusContent -keep 
https://uts.nlm.nih.gov/services/nwsContent?wsdl
wsimport -p UtsSecurity -keep https://uts.nlm.nih.gov/services/nwsSecurity?wsdl
wsimport -p UtsMetathesaurusMetaData -keep 
https://uts.nlm.nih.gov/services/nwsMetadata?wsdl
wsimport -p UtsMetathesaurusFinder -keep 
https://uts.nlm.nih.gov/services/nwsFinder?wsdl
wsimport -p UtsMetathesaurusHistory -keep 
https://uts.nlm.nih.gov/services/nwsHistory?wsdl
wsimport -p UtsSemNet -keep 
https://uts.nlm.nih.gov/services/nwsSemanticNetwork?wsdl

... ...

More documents
https://uts.nlm.nih.gov///home.html#apidocumentation)

Original comment by jwleng@gmail.com on 6 Aug 2012 at 9:36

GoogleCodeExporter commented 8 years ago

Original comment by jwleng@gmail.com on 10 Oct 2012 at 6:28