2 Matching Annotations
  1. May 2020
  2. Nov 2018
    1. Ask the ExpertHome > Health > Articles & Answers > Ask the Expert /* multiversion config required for jquery shim */ var pbr = require.config({ baseUrl: 'https://www.hopkinsmedicine.org/lib/js/', waitSeconds: 30, paths: { googlemaps: 'https://maps.googleapis.com/maps/api/js?key=AIzaSyBmKUbQ04HMRw-JGyqFKHRODAo_MNusmac', jquery: 'jquery-1.11.3.min', modalHome:'jquery.modalHome.min', photobooks:'photobooks.min' }, shim: { modalHome: ['jquery'], photobooks: ['jquery','modalHome', 'googlemaps'] } }); pbr(['domready!','modalHome','photobooks'], function(d, h, p){ }); require(['domready!','jquery','googlemaps'], function() { $('a.profile').on('click', function(e) { var hL = this.href; e.preventDefault(); // custom logic for mobile red if (this.href.match(window.location.hostname) === null) { var path = (this.pathname.charAt(0) === "/") ? this.pathname : "/" + this.pathname; hL = window.location.protocol + '//' + this.hostname.replace(this.hostname, window.location.hostname) + path + '/'; } hL = hL.replace(/\s/g,"%20"); $().modalHome('ajax',{ url: hL + "/?modalPref=true", success: function () { jhmJSMain.jhmPhotobooksInt.setProfileLayout(); jhmJSMain.jhmPhotobooksInt.setProfileModalAddThis( hL ); profileMapView(); } }); }); }); .mainBodyContentData {margin:0;} .SEImage img, .SEContent_Image img, .SEMain_Image img, .promo-icon img, .featured img {height:auto;} .hide-section-menu {display:none;} #lifestyle-article img { max-width: 100%; height: auto; } How to Perform a Testicular Self-Exam: Advice from Urologist Philip Pierorazio <!-- // require(['domready!','jquery'],function(d,$){ if (typeof changeTextSize == 'undefined' || !$.isFunction(changeTextSize)) { function changeTextSize(sheetIndex){ $("head link[href*=fontSize]").remove(); $("head").append('<link rel="stylesheet" type="text/css" href="' + ["/sebin/p/v/fontSizeSmall.css","/sebin/p/x/fontSizeMedium.css","/sebin/t/d/fontSizeLarge.css"][sheetIndex] + '"/>'); } } fontSize = function() {} fontSize.level = -1; fontSize.change = function(direction){ switch (direction){ case "+": fontSize.level++; break; case "-": fontSize.level--; break; } if (fontSize.level > 1) fontSize.level = 1; if (fontSize.level < -1) fontSize.level = -1; switch (fontSize.level){ case -1: $("#fontsize").css("background-position", "0px -17px"); $("#fontsize a.minus").removeAttr("href"); changeTextSize(0); break; case 0: $("#fontsize").css("background-position", "0px 0px"); $("#fontsize a.minus").attr("href", "javascript:fontSize.change('-');"); $("#fontsize a.plus").attr("href", "javascript:fontSize.change('+');"); changeTextSize(1); break; case 1: $("#fontsize").css("background-position", "0px -34px"); $("#fontsize a.plus").removeAttr("href"); changeTextSize(2); break; } } }); // --> Reviewed By: Phillip Martin Pierorazio, M.D. Testicular cancer is one of the most common cancers among young men, yet many are unfamiliar with the disease and how easily they can play a role in detecting it. To help, testicular cancer expert Philip Pierorazio from the Brady Urological Institute explains how — and why — you should perform regular self-checks. Why should I check my testicles for cancer? Some experts doubt the usefulness of testicular self-exams, but these checkups can help men catch testicular cancer early. Although survival rates for all stages of the disease are relatively high, patients diagnosed later often undergo chemotherapy and radiation, which have unpleasant side effects. You should perform self-exams to spot cancer so it can be removed with surgery alone. How do I perform a testicular self-exam? Before you start, get to know your anatomy. Here are two things to keep in mind: Don't worry if one testicle is bigger than the other or hangs lower. That’s normal. It's easy to mistake the epididymis for an unusual mass. The epididymis is a coiled set of tubes that lines the back and top of each testicle. It’s the portion of the reproductive system where the sperm “mature” or learn to swim. It will feel softer and bumpier than the testicle it's attached to. Here's how to perform a self-exam: Set aside five minutes while you're in the shower. A warm shower will relax the scrotum and the muscles holding the testicles, making an exam easier. Starting with one side, gently roll the scrotum with your fingers to feel the surface of the testicle. Check for any lumps, bumps or unusual features. Contrary to what many assume, cancerous tumors typically aren't painful. Make note of any changes in size over time. While the most common symptom of testicular cancer is a painless mass, some men experience swelling of the testicles and scrotum. Be aware of any dull soreness or heaviness. Switch sides and check the other testicle. var _gaq = _gaq || []; _gaq.push(['vw._setAccount', 'UA-561229-1']); _gaq.push(['vw._trackEvent', 'Video Widget', 'Inline Full Width', 'HauXIlDQ36Q', 1, true]); // widget code below Programming Cancer Cells to Self-Destruct | Science: Out of the Box Johns Hopkins biomedical engineer Jordan Green talks about a goal of his research: making nanoparticles that could program cancer cells to self-destruct.Discover more videos. What should I do if I find something? See your doctor as soon as you can. On average, men wait between four and six months to make an appointment, which could allow the cancer to spread. No guy is particularly thrilled about discussing his testicles, but there’s no reason to feel embarrassed. Your doctor has seen plenty before, and the conversation could save your life. Plus, your visit won’t be half as bad as you think. Your physician will perform a quick exam, ask you about your symptoms and send you to get an ultrasound, which is a painless, radiation-free diagnostic procedure. How often should I check? It’s recommended that you perform a self-exam once a month. By checking regularly, you’ll have an easier time noticing when something has changed. Most men are intimately aware of their genitalia and any changes that occur. The most important lesson is that if you feel something abnormal, seek a professional opinion right away. What else could a testicular lump be? Fortunately, most testicular masses are not cancer. Even so, any change or irregularity in the scrotum or testicles requires a visit to your doctor. While benign, the following testicular conditions can cause intense discomfort and threaten fertility: Cysts (can form in the testicle, epididymis or structures around the testicle) Infection Injury Varicocele Hydrocele (collection of fluid around the testis)

      Performing self-testicular exams can catch testicular cancer early and allow for easier treatment and management of the disease.