NIH | National Cancer Institute | NCI Wiki  

WIKI MAINTENANCE NOTICE

Please be advised that NCI Wiki will be undergoing maintenance Monday, July 22nd between 1700 ET and 1800 ET and will be unavailable during this period.
Please ensure all work is saved before said time.

If you have any questions or concerns, please contact the CBIIT Atlassian Management Team.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{scrollbar:icons=false}
h1. {page-info:title}
{panel:title=Contents of this Page}
{toc:minLevel=2}
{panel}

h2. Introduction
This document is a section of the [WIP LJJ LexEVS 5.x Programmer's Guide]. 

The LexEVS Data Grid Service is a standard caGrid Data service based on the {highlight:red}I don't see the LexGrid Model .28Harold S..29 section in the Design and Architecture Guide[LexEVS 2009 Model|WIP Links LexEVS 5.0 Design and Architecture Guide#LexGrid Model .28Harold S..29]{highlight}.

For complete documentation on caGrid Data Services, see [caGrid Data Service Documentation|http://cagrid.org/display/dataservices/Home].

h2. Querying The System
To query the LexEVS Data Grid Service, use the standard caGrid CQL query method to compose queries. See [caGrid Data Service API Documentation|http://cagrid.org/display/dataservices12/Client+API] for more information.

Example LexEVS queries follow. 

h3. Query for a Concept with a specificSpecific Code
* Example: Concept: C12345
{{include:DataGridQueryByCode_ Snippet}}

h3. Query for a Concept with a specificSpecific Presentation Text
* Example: A concept with a namespace 'SNOMED Clinical Terms' that contains a Presentation equal to 'Heart'
{{include:DataGridQueryByPresentationText_ Snippet}}

h3. Restrict Results to Specific Attributes
* Example: Retrieve all of the 'localIds' of any 'SupportedAssociation' in the system.
{{include:DataGridQueryRestrictByAttributes_ Snippet}}

{scrollbar:icons=false}