Versions Compared

Key

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

...

Info
titleNews and updates
  • 2020-02-14: Added an example for value list
  • 2019-11-18: Display limitation about Internet Explorer addressed in software patch
  • 2019-09-19: Added display limitation about Internet Explorer
  • 2019-09-13: Initial version

...

Section
bordertrue


Column

Limitations

Value lists, such as those in ADaMIG and SDTMIG, are currently not displayed. This is only a display limitation. Value lists are available in exports, as well as through API endpoints.

  • For Controlled Terminology, users can request exports at package level. These exports will contain all codelists of a package. CDISC is working toward enabling similar export for individual codelists. The Exports button for codelists is currently only a placeholder for future enhancement.
  • For CDASHIG, users may experience UI issues when performing a search with this scope parameter: core : Recommended/Conditional. CDISC is working to resolve this defect.
  • Value lists, such as those in ADaMIG and SDTMIG, are currently not displayed. This is only a display limitation. Value lists are available in exports, as well as through API endpoints. An example of value list is the valueList object in the response from this API query: /mdr/sdtmig/3-2/datasets/RELREC/variables/RELTYPE:
Code Block
linenumberstrue
{
  "ordinal": "6",
  "name": "RELTYPE",
  ...
  "valueList": [
    "MANY",
    "ONE"
  ],
  ...
}