You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . DailyMed . GetComponents
Returns imprint data associated with a given National Drug Code (NDC) in the DailyMed database.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo returns a list of components available in the DailyMed database associated with a given drug. The SetID for a drug is required, which can be obtained by first running either the SearchByName or SearchByNDC Choreos. A complete description of the DailyMed service is avaliable here.
Components are topic titles under which information about a drug is organized in the DailyMed database. Each drug record may have information available for only some Components but not others. Common Components include: Description, Warnings, Indications and Usage, and Adverse Reactions. For some drugs, the database may contain information under non-standard Components. You can use the GetComponents Choreo to obtain a complete list of Components available for a drug you want to research. The Components obtained by running this Choreo can then be passed as inputs to the Query Choreo to obtain specific types of information on a drug of interest.
Here's an example of an acceptable input:
SetID: 5bc62cef-1c78-4ddb-bdde-0574e5218f63
The following is an example of the XML information returned by this Choreo:
<result> <displayNames> <displayName>SPL PRODUCT DATA ELEMENTS SECTION</displayName> <displayName>INDICATIONS AND USAGE SECTION</displayName> <displayName>DOSAGE AND ADMINISTRATION SECTION</displayName> <displayName>DOSAGE FORMS AND STRENGTHS SECTION</displayName> <displayName>CONTRAINDICATIONS SECTION</displayName> <displayName>WARNINGS AND PRECAUTIONS SECTION</displayName> <displayName>ADVERSE REACTIONS SECTION</displayName> <displayName>DRUG INTERACTIONS SECTION</displayName> <displayName>USE IN SPECIFIC POPULATIONS SECTION</displayName> <displayName>OVERDOSAGE SECTION</displayName> <displayName>DESCRIPTION SECTION</displayName> <displayName>CLINICAL PHARMACOLOGY SECTION</displayName> <displayName>NONCLINICAL TOXICOLOGY SECTION</displayName> <displayName>CLINICAL STUDIES SECTION</displayName> <displayName>HOW SUPPLIED SECTION</displayName> <displayName>INFORMATION FOR PATIENTS SECTION</displayName> <displayName>SPL PATIENT PACKAGE INSERT SECTION</displayName> <displayName>PACKAGE LABEL.PRINCIPAL DISPLAY PANEL</displayName> </displayNames> </result>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms