NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Scrollbar
iconsfalse

...

Page info
title
title

Anchor
ContentsofthisPage
ContentsofthisPage

Panel
titleContents of this Page
Table of Contents
minLevel2

End User FAQ

Where do I find the LexEVS log files?

...

The Distributed LexEVS/caGrid GUI (includes source in the zip):
5.0 Remote GUI zip

Some general LexEVS 5.0 example code:
5.0 Example Code zip

Small sample Distributed LexEVS Sample Client with source:
5.0 Distributed Sample Client zip

Launch with:

Code Block

ant runTestClient

Thread: Questions on running a sample LexEVS program

...

You could use this to get information about the CodingScheme itself. The representsVersion will display the version for the vocabulary

Code Block

http://lexevsapi.nci.nih.gov/lexevsapi50/GetXML?query=org.LexGrid.codingSchemes.CodingScheme&org.LexGrid.codingSchemes.CodingScheme[@_codingSchemeName=NCI_Thesaurus]

...

For example:
I have a servlet and I'd like to initialize the only instance of LexBIGService in init() method. And then, in subsequent HTTP calls, use this instance. I do initialization in following way:

Code Block

appSvc = (LexBIGService) ApplicationServiceProvider.getApplicationServiceFromUrl(url, "EvsServiceInfo");

...

Thread: LexBIGService instance thread safe?

...

Scrollbar
iconsfalse