NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

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
Wiki Markup
{scrollbar:icons=false}

Page info
title
title

Section
Column
Panel
titleContents of this Page
Table of Contents
minLevel2
Column
Align
alignright
Include Page
Menu LexEVS 6.x Programmers to Include
Menu LexEVS 6.x Programmers to Include

Introduction

The Data Grid Service is based on the caGrid Data Service and allows programmers to pull data from the system (a target instance of LexEVS on the grid) based on queries that they write. These queries are sent in the form of CQL. The results are SOAP messages, which contain LexGrid XML.

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

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

Warning
titleGrid services are no longer supported

As of LexEVS 6.2 Grid Services are no longer supported

 

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
    Include Page
    DataGridQueryByCode Snippet
    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.'
    Include Page
    DataGridQueryByPresentationText Snippet
    DataGridQueryByPresentationText Snippet

Restrict Results to Specific Attributes

  • Example: Retrieve all of the 'localIds' of any 'SupportedAssociation' in the system.
    Include Page
    DataGridQueryRestrictByAttributes Snippet
    DataGridQueryRestrictByAttributes Snippet
Wiki Markup
{scrollbar:icons=false}