You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

News and updates

  • 2021-03-30: Added draft content functionality
  • 2020-11-11: Updated
  • 2020-07-07: Added maintenance banner; corrected UI behavior when searching using the scope parameter core : Recommended/Conditional
  • 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

General

  • To access the Data Standards Browser, a CDISC Library account is required.
  • Data Standards Browser is a client application that consumes data from the CDISC Library server.
  • Third party or web browser's built-in pop-up blockers may interfere with the sign-on. It is advisable to disable them or whitelist the URL.
  • Refer compatibility matrix below for preferred web browser.

Introduction UPDATED

Data Standards Browser (Browser) is a user interface for the CDISC Library. CDISC Library account holders can log into the Browser with their existing credentials. Upon logging in, users will be greeted by a landing page that allows access to available CDISC standards. The Browser content is represented visually by the same underlying linked metadata available through API.

With the Browser, CDISC Library users can:

  • Select which standard to review in more detail by searching or traversing through its hierarchy;
  • Provides clear relationship delineations across and within standards;
  • Apply filters at the result level to further refine focus of search;
  • Export content at the product level into supported file formats;
  • Review draft contents prior to their publication.

Link (URL)

For bookmarking purposes, use the link below. Do not bookmark the URL during sign-on, which begins with https://cdisclibrary.b2clogin.com/cdisclibrary.onmicrosoft.com/...

The URL for Data Standards Browser:

https://library.cdisc.org/browser

Web Browser Compatibility Matrix

Web Browser1 / Operating System2Microsoft Windows 10MacOS High Sierra
Google ChromeVerifiedVerified
Microsoft Edge3VerifiedVerified
Mozilla FirefoxVerifiedVerified

1. Assumes automatic software update.
2. Mobile operation systems have not been verified.
3. Excludes Microsoft Edge Legacy.

CDISC will periodically evaluate additional support for web browsers and operating systems not listed. Please submit your feedback using the CDISC Library Product Inquiry form.

Usage Notes

  • Browser session does not expire.
  • When using the search functionality (located top right), an asterisk can be used as a wildcard character. For example, to return all ADaM variables beginning with CRIT, enter CRIT* in the search box.
  • Exports are available at the top level of each versioned standard.


Limitations

  • 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.
  • 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:
{
  "ordinal": "6",
  "name": "RELTYPE",
  ...
  "valueList": [
    "MANY",
    "ONE"
  ],
  ...
}

  • No labels