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 group name.
An object with products.
Get an object with a fully loaded product by name or alias
Product name alias
If true, will load only basic product details. By default a full product is loaded.
Product
Get a dataset/dataStructure/domain for a specific product
Dataset name
Product name alias. Examples: sdtmig3-3, sdtm1.7, adamig11.
{@link GetItemGroupOptions}
Dataset/DataStruture/Domain
Get an object with all datasets/domains/dataStructure
This method does not update the main object
Product alias
{@link 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 ID by alias or substring, e.g., adamig11 agamig1-1 adamig1.1 will return { productId: 'adamig-1-1' }.
Product ID
Get a list of product IDs
Specifies the output format. Possible values: json, csv.
List of product names (IDs)
Get oll products for this product group
Products
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 groups
Raw CDISC API response
name
Convert class to a simple object, removes methods and technical elements (e.g., coreObject).
A new object
Generated using TypeDoc
Product Group class