Free cookie consent management tool by TermsFeed
This is a test form and new form will be developed

Order the Individual Kit

pricing
// There are many ways to connect our plugins. This shows one // of the simplest ways, where you have two separate lookups // and we update the db-ddi-viewer whenever one changes. let productConcepts = []; const medications = document.getElementsByTagName('db-medication-search'); const viewer = document.getElementsByTagName('db-ddi-viewer')[0]; [...medications].forEach((element, index) => { element.addEventListener("db-value-changed", function(event) { // Store the drugbank product concept id productConcepts[index] = event.detail.drugbank_pcid // Filter out null (empty selections) const selectedConcepts = productConcepts.filter(id => id) if (selectedConcepts.length > 1) { // Make a new id string (ex. 'DBPC0000001,DBPC0000002') const idString = selectedConcepts.join(',') // The ddi viewer will update automatically when the new // value is set. viewer.setAttribute("drugbank-pcid", idString) } else { viewer.setAttribute("drugbank-pcid", "") } }); });

Our pricing plans

Standard
$499
/Month

Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate.

Donec pede justo, fringilla vel
Cras dapibus. Vivamus elementum
Phasellus viverra
Order
Professional
$999
/Month

Nullam dictum felis eu pede mollis pretium. Integer tincidunt.

Donec pede justo, fringilla vel
Cras dapibus. Vivamus elementum
Phasellus viverra
Etiam rhoncus. Maecenas
Get Started
Premium
$1499
/Month

Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.

Donec pede justo, fringilla vel
Cras dapibus. Vivamus elementum
Phasellus viverra
Etiam rhoncus. Maecenas
Quisque rutrum. Aenean
Get Started
Update cookies preferences