A licensed, certified health care professional with advanced education in general medicine, who can treat a range of illnesses and conditions under the supervision of a physician or surgeon.
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">