NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Revised example 20.

...

Example 20 - Retrieve a caDSR Form with All Its Collections

A new The following caDSR II API has been created for retrieving example retrieves a caDSR form with all its collections, or "flattened". This means for a given form, the system returns all Modules, Questions, Valid Values and related instructions are returned in one call. The system returns results are returned as a JSON file. To see what this file looks like use this link: 

Code Block
https://cadsrapi.cancer.gov/invoke/ctsu.test/getJSON?query=Form[@publicId=3813416,@version=1]

Can you retrieve all Data Elements using a common EVS concept code or name, but restrict results to only those where the concept is “Primary” in the CDE’s Object Class?

...