NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Moving statements from the top of the "caDSR II - caDSR APIs" page.

...

Code Block
https://cadsrapi.cancer.gov/invoke/caDSR/GetXML?query=Concept[@preferredName=C42614]

Example 20 - Retrieve a caDSR Form with All Its Collections

A new caDSR II API has been created for retrieving a caDSR form with all its collections, or "flattened". This means for a given form, all Modules, Questions, Valid Values and related instructions are returned in one call. The results are returned as a JSON file. To see what this file looks like use this link: 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?

...