NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Contents of this Page

Introduction

This document is a section of the LexEVS 5.x Programmer's Guide.

The LexEVS Data Grid Service is a standard caGrid Data service based on the LexEVS 2009 Model.

For complete documentation on caGrid Data Services, see caGrid Data Service Documentation.

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 for more information.

Example LexEVS queries follow.

Query for a Concept with a Specific Code

  • Example: Concept: C12345
    Error formatting macro: include: java.lang.IllegalArgumentException: No link could be created for 'LexEVS:DataGridQueryByCode Snippet'.

Query for a Concept with a Specific Presentation Text

  • Example: A concept with a namespace 'SNOMED Clinical Terms' that contains a Presentation equal to 'Heart'
    Error formatting macro: include: java.lang.IllegalArgumentException: No link could be created for 'LexEVS:DataGridQueryByPresentationText Snippet'.

Restrict Results to Specific Attributes

  • Example: Retrieve all of the 'localIds' of any 'SupportedAssociation' in the system.
    Error formatting macro: include: java.lang.IllegalArgumentException: No link could be created for 'LexEVS:DataGridQueryRestrictByAttributes Snippet'.
  • No labels