Pharmacovigilance

Vigilance is our key for patient safety. Patient safety is our primary and main objective!

Statistics & Data Analysis

We choose the right statistical tool and computational model to analyse your data.

Clinical Operations

We streamline clinical operations to provide efficacious solutions for complex projects.

Medical Consulting

Exceptional medical consultations to pharmaceutical and medical device companies!

Medical Writing

Our state of the art medical writing deliverables stand out!

Research & Development

We support drug development pipelines from benchside to "market"side.

Quality Assurance

Top-notch services are our goal. Quality is the essence of success.

Don't Delay!

Don't delay any longer. Schedule your consultation with our team today!

Statistics & Data Analysis

Clinical Services

Professional Training

Contact Us Today!


function initPayPalButton() { paypal.Buttons({ style: { shape: 'rect', color: 'gold', layout: 'vertical', label: 'paypal',

},

createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{"amount":{"currency_code":"CAD","value":1.13,"breakdown":{"item_total":{"currency_code":"CAD","value":1},"shipping":{"currency_code":"CAD","value":0},"tax_total":{"currency_code":"CAD","value":0.13}}}}] }); },

onApprove: function(data, actions) { return actions.order.capture().then(function(details) { alert('Transaction completed by ' + details.payer.name.given_name + '!'); }); },

onError: function(err) { console.log(err); } }).render('#paypal-button-container'); } initPayPalButton();