ASTM D8375 Standard Test Method for Determination of Cannabinoid Concentration in Dried Cannabis and Hemp Raw Materials using LC-MS/MS

$99.00

Training course for ASTM D8375 Standard Test Method for Determination of Cannabinoid Concentration in Dried Cannabis and Hemp Raw Materials using Liquid Chromatography Tandem Mass Spectrometry (LC-MS/MS) (includes a PDF copy of the standard)

Category:

This course is based on ASTM D8375 Standard Test Method for Determination of Cannabinoid Concentration in Dried Cannabis and Hemp Raw Materials Using Liquid Chromatography Tandem Mass Spectrometry (LC-MS/MS).

The course takes approximately 1 hour to complete and includes instructional video content, interactive knowledge checks, and a self-grading quiz. Downloadable resources include a pdf of the standard.

By the end of this course, you will be able to:

  • Identify apparatus, reagents and materials used for determination of cannabinoid concentration in dried cannabis and hemp raw materials using liquid chromatography tandem mass spectrometry (LC-MS/MS), including any possible hazards encountered during their use.
  • Recognize requirements for calibration, standardization, and conditioning as well as instrument parameters.
  • Recall procedures for determination of cannabinoid concentration in dried cannabis and hemp raw materials using liquid chromatography tandem mass spectrometry (LC-MS/MS).
  • Describe reporting requirements for ASTM D8375.

This eLearning course is ideal for regulators, producers, chemists, QA/QC professionals, and laboratory technicians in the cannabis industry.

Certificate and CEUs

CEUs: .1 or 1 PDH

Certificate: A certificate is available upon successful completion of the course and an 80% or higher score on the exam.

To obtain a completion certificate and CEUs for this course, submit a learner record request from ASTM upon completion of the course. A link to the ASTM learner record website will be included in the course completion email.

ASTM Standards Referenced

ASTM D8375

Access

All ASTM / ANAB online courses are available for a 1-year subscription on the ANAB Site for a Single User Only. Training cannot be shared.

var buttonNo = document.getElementById('existing-no'); var buttonYes = document.getElementById('existing-yes'); var text = document.getElementById('existing-text'); var buttons = document.getElementById('existing-buttons'); document.addEventListener('DOMContentLoaded', function() { if (buttonNo) { buttonNo.addEventListener('click', function() { window.open("https://anabaccreditationapplication.ansi.org", "_self"); }); } if (buttonYes) { buttonYes.addEventListener('click', function() { //alert('Button 2 is clicked'); buttons.style.display = 'none'; text.style.display = 'block'; }); } }); document.addEventListener('click', function(event) { // Check if the clicked element has the class 'kt-modal-close' if (event.target.classList.contains('kt-modal-close')) { buttons.style.display = 'flex'; text.style.display = 'none'; } }); document.addEventListener('submit', function (e) { // Check if the submitted form has the target class if (e.target && e.target.classList.contains('no-jetpack')) { e.stopImmediatePropagation(); // Prevent Jetpack’s handler from firing // Do NOT call e.preventDefault() so the form still submits normally } }, true); // capture phase