NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following CTS2 Value Set Query services have been implemented:

 

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

...

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

 

CTS2 Landing Page Configuration

The existing CTS2 landing page (http://<server name>/cts2) redirected to the CTS2 Framework homepage.  LexEVS 6.2 CTS2 service allows the CTS2 landing page to redirect to an alternate page.

To add an alternate homepage, the following optional properties file will need to be created (if it is not already):

webapp-config.properties

  • Create this new (optional properties file) in $USER_HOME/.cts2/[context]/config

This webapp-config.properties file should, at a minimum, include the following lines:

Code Block
titlewebapp-config.properties
service.pid=edu.mayo.cts2.framework.webapp.rest.config
alternateHomePage=<URL to alternate location>

Value Set Client Prototype