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

Version 1 Next »

Contents of this Page

LexEVS 6.4 CTS2 Overview of Changes

LexEVS 6.4 CTS2 release consisted of the following changes:

(red star)CTS2 API Documentation

Interactive CTS2 API Documentation has been updated and is available for LexEVS CTS2 6.3.

  • Note that issue LEXEVSCTS2-21 has been resolved and allows for value set names greater than 50 characters. 

Entities Active Flag

The previous version of the CTS2 service (LexEVS 6.2) was updated to accept an "active" flag for entities.  As a side effect of this change, the default behavior of LexEVS API was inadvertently changed.  In 6.3, the default behavior was changed to return "active" and "inactive" entities by default.  

The two options for the active flag are:

  • ACTIVE_ONLY - The inquiry only applies to ACTIVE entries.
  • ACTIVE_AND_INACTIVE - The inquiry applies to both ACTIVE and INACTIVE entries
Entities - Active Only
http://<base url>/codesystem/Automobiles/version/1.0/entities?active=ACTIVE_ONLY
Entities - Active and Inactive
http://<base url>/codesystem/Automobiles/version/1.0/entities?active=ACTIVE_AND_INACTIVE 
  • No labels