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.

...

Code Block
titleValue Set Query
http://<base url>/valuesets?matchvalue=<search string>

Entities Active Flag

LexEVS 6.2 CTS2 service accepts an "active" flag for entities.  If no flag is present, the LexEVS 6.2 CTS2 service will return only active entities.

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
Code Block
titleEntities - Active Only
http://<base url>/codesystem/Automobiles/version/1.0/entities?active=ACTIVE_ONLY
Code Block
titleEntities

...

- Active and Inactive
http://<base url>/codesystem/Automobiles/version/1.0/entities?active=ACTIVE_AND_INACTIVE

 

CTS2 Landing Page Configuration

...