CLA Wrapper attribute. Object used to send API requests and store technical information. Must be the same object for all classes within an instance of a CdiscLibrary class.
CDISC Library API endpoint.
Product class name.
An object with Product Groups.
Get a dataset/dataStructure/domain for a specific product
Dataset name
Product name alias. Examples: sdtmig3-3, sdtm1.7, adamig11.
@GetItemGroupOptions
Dataset/DataStruture/Domain
Get an object with all datasets/domains/dataStructure
This method does not update the main object
Product alias
@GetItemGroupsOptions
An object with datasets/domains/dataStructures
In case options.short is set to true, only name and label for each itemGroup are returned.
This approach does not load the full product and loads only the dataset information from the CDISC Library.
Get a product group
Valid product group name.
Product group or a blank
Get a list of product group names
Array of product group names
Get an object with product groups
Product groups
Get a product, product group IDs by alias or substring, e.g., adamig11 agamig1-1 adamig1.1 will return { productGroupId: 'adam', productId: 'adamig-1-1' }.
Product name alias
Product and product group IDs
Get a list of product IDs
List of product names (IDs)
Get raw API response
CDISC Library API endpoint. If not specified, href attribute of the object is used.
Returns a JSON response if the request was successfull, otherwise returns undefined.
Load object from the CDISC Library
CDISC Library API endpoint. If not specified, href attribute of the object is used.
Returns true in the object was successfully loaded, false otherwise
Parse API response to product classes
Raw CDISC API response.
Product class name.
Convert class to a simple object, removes methods and technical elements (e.g., coreObject).
A new object
Generated using TypeDoc
Product class