NIH | National Cancer Institute | NCI Wiki  

WIKI MAINTENANCE NOTICE

Please be advised that NCI Wiki will be will be undergoing scheduled maintenance on Monday, August 26th between 1700 ET and 1800 ET.
Wiki will remain available, but users may experience screen refreshes or HTTP 502 errors during the maintenance period. If you encounter these errors, wait 1-2 minutes, then refresh your page.

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

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