Category: Cancer Types

Home / Cancer Types

Categories

Anti-cancer drug Lenvatinib approved for clinical treatment of thyroid cancer

Lenvatinib (Lenvima) New oral anticancer drug Lenvima (lenvatinib) has recently been approved by Japan for the treatment of unresectable thyroid cancer. This is another important market that the dru...

Sarcoma targeted drugs

Targeted therapy for sarcoma treatment No stranger to cancer, not much information about sarcoma. In fact, sarcoma is a type of cancer that is often ignored by people. This kind of cancer appears in ...

Niraparib achieves amazing results for ovarian and breast cancer

Breast & ovarian cancer If you are a breast and ovarian cancer patient, you happen to find that you are a cancer of the BRCA1 / 2 mutation after passing the genetic test, and your life is saved....

Breast cancer typing and targeted drugs

Breast cancer situation Approximately every 10-12% of breast cancer patients in the world are in India, and nearly two-thirds of patients are diagnosed with advanced cancer at the time of diagnosis....

Breast cancer 21 gene test guides precise treatment

Breast cancer problemBreast cancer is a common female malignant tumor that seriously threatens the physical and mental health of women, so it is also known as the "red killer". Statistics show that b...

Do you need chemotherapy for breast cancer?

Breast cancer & chemotherapyAmong the many cancers, breast cancer is probably the most difficult to decide whether to undergo chemotherapy after surgery. Similar to other cancers, the factors tha...

Mayo clinic trials triple negative breast cancer vaccine

Mayo ClinicResearchers at the Mayo Clinic Florida campus received a five-year federal grant totaling $ 13 million to test vaccines designed to prevent the recurrence of triple-negative breast cancer....

Brain metastasis in breast cancer

Breast cancer With the advancement of breast cancer diagnosis and treatment, the survival time of breast cancer patients has prolonged significantly, but the incidence of breast cancer brain metastas...

Targeted therapy for colorectal cancer

What are the colorectal cancer targeted drugs ?17 years ago, the number of drugs available for advanced colorectal cancer was very limited. There were only a few chemotherapeutic drugs and almost no t...

Recurrence of colorectal cancer

How to prevent recurrence of colorectal cancer ? How to treat recurrence of colorectal cancer after surgery ?Colorectal cancer is a common malignant tumor, including colon and rectal cancer. The inci...

Scan the code
( function () { window.addEventListener( "two_css_loaded", function () { window.two_observer = new IntersectionObserver( items => { items.forEach( item => { if (item.isIntersecting) { if (item.target.dataset.settings) { let settings = JSON.parse(item.target.dataset.settings); let animation = settings.animation ? settings.animation : settings._animation ? settings._animation : "zoomIn"; let delay = settings.animation_delay ? settings.animation_delay : settings._animation_delay ? settings._animation_delay : 0; setTimeout(() => { item.target.className = item.target.className.replace("elementor-invisible", "") + " animated " + animation; }, delay); delete settings.animation; delete settings._animation; item.target.dataset.settings = JSON.stringify(settings); } else { item.target.className = item.target.className.replace("elementor-invisible", "") + " animated zoomIn"; } } } ) }, {} ); document.querySelectorAll( ".elementor-invisible" ).forEach( e => { window.two_observer.observe( e ) } ) } ) } )(); window["two_svg_placeholder"] = "data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20%20%22%3E%3C/svg%3E#}" if(typeof two_lazyLoadInstance === "undefined"){ window.two_lazyLoadInstance = new LazyLoad({ "callback_applied": function(element, instance){ let settings = instance._settings; var bgDataValue = element.getAttribute("data-" + settings.data_bg_multi); if (!bgDataValue) { return; } if(window.getComputedStyle(element).getPropertyValue("background-image") !== bgDataValue) { let style = element.getAttribute("style"); style += "background-image: " + bgDataValue + " !important;"; element.setAttribute("style", style); } } }); }else{ two_lazyLoadInstance.update(); } window.addEventListener("scroll", function() { if(two_lazyLoadInstance.toLoadCount>0){ two_lazyLoadInstance.update(); } }); /* * Updates lazy-load instance from every ajax request * When we use Ajax requests and get pictures back, we need to update lazy-load instance * */ if (window.jQuery) { jQuery.ajaxSetup({ complete: function() { two_lazyLoadInstance.update(); } }); }