Tooltip
.tooltip {
position: relative;
cursor: pointer;
text-decoration: none;
border-bottom: 1px dashed rgba(0, 0, 0, 0.6);
}
.tooltip::before {
content: attr(data-tooltip);
position: absolute;
top: -40px; /* Trochę niżej nad słowem */
left: 50%; /* Wyśrodkowanie */
transform: translateX(-50%);
background-color: rgba(255, 255, 255, 0.9);
color: #333;
padding: 6px 12px;
border-radius: 8px;
white-space: nowrap;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
font-family: ‘Arial’, sans-serif;
font-size: 14px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
z-index: 10;
}
.tooltip:hover::before {
opacity: 1;
visibility: visible;
}
document.addEventListener(‘DOMContentLoaded’, function () {
const wordsToTooltip = {
“Pheochromocytoma”: “Guz chromochłonny”,
“rare tumor”: “Rzadki guz”,
“adrenal glands”: “Nadnercza”,
“catecholamines”: “Katecholaminy”,
“epinephrine”: “Epinefryna”,
“norepinephrine”: “Norepinefryna”,
“fight-or-flight response”: “Reakcja walki lub ucieczki”,
“hypertension”: “Nadciśnienie tętnicze”,
“palpitations”: “Kołatanie serca”,
“sweating”: “Pocenie się”,
“anxiety”: “Niepokój”,
“benign”: “Łagodny”,
“malignant”: “Złośliwy”,
“chromaffin cells”: “Komórki chromochłonne”,
“adrenal medulla”: “Rdzeń nadnerczy”,
“genetic mutations”: “Mutacje genetyczne”,
“Multiple Endocrine Neoplasia Type 2”: “Mnogie nowotwory endokrynne typu 2”,
“RET gene”: “Gen RET”,
“Von Hippel-Lindau Disease”: “Choroba von Hippel-Lindau”,
“VHL gene”: “Gen VHL”,
“Neurofibromatosis Type 1”: “Neurofibromatoza typu 1”,
“sporadic cases”: “Przypadki sporadyczne”,
“pathophysiology”: “Patofizjologia”,
“sympathetic nervous system activity”: “Aktywność układu współczulnego”,
“clinical manifestations”: “Objawy kliniczne”,
“paroxysmal hypertension”: “Napadowe nadciśnienie”,
“tachycardia”: “Tachykardia”,
“thunderclap headaches”: “Nagłe, piorunujące bóle głowy”,
“panic attacks”: “Napady paniki”,
“diagnostic approach”: “Podejście diagnostyczne”,
“plasma free metanephrines”: “Wolne metanefryny w osoczu”,
“24-hour urinary catecholamines”: “Katecholaminy w moczu z 24 godzin”,
“imaging studies”: “Badania obrazowe”,
“CT or MRI”: “Tomografia komputerowa lub rezonans magnetyczny”,
“surgical removal”: “Usunięcie chirurgiczne”,
“alpha-adrenergic blockers”: “Blokery alfa-adrenergiczne”,
“phenoxybenzamine”: “Fenoksybenzamina”,
“hypertensive crisis”: “Przełom nadciśnieniowy”,
“cardiovascular events”: “Zdarzenia sercowo-naczyniowe”,
“myocardial infarction”: “Zawał mięśnia sercowego”,
“stroke”: “Udar mózgu”,
“metastasis”: “Przerzuty”,
“follow-up”: “Kontrola po leczeniu”,
“5-year survival rate”: “5-letni wskaźnik przeżycia”,
“hyperthyroidism”: “Nadczynność tarczycy”,
“overproduction of thyroid hormones”: “Nadmierna produkcja hormonów tarczycy”,
“thyroxine”: “Tyroksyna”,
“triiodothyronine”: “Trójjodotyronina”,
“thyroid gland”: “Gruczoł tarczycy”,
“increased metabolism”: “Zwiększony metabolizm”,
“Graves’ disease”: “Choroba Gravesa-Basedowa”,
“toxic adenomas”: “Gruczolaki toksyczne”,
“thyroiditis”: “Zapalenie tarczycy”,
“excessive iodine intake”: “Nadmierne spożycie jodu”,
“toxic nodular goiter”: “Wole guzkowe toksyczne”,
“Plummer’s disease”: “Choroba Plummera”,
“thyroid-stimulating hormone”: “Hormon stymulujący tarczycę”,
“negative feedback mechanisms”: “Mechanizmy sprzężenia zwrotnego ujemnego”,
“weight loss”: “Utrata masy ciała”,
“heat intolerance”: “Nietolerancja ciepła”,
“nervousness”: “Nerwowość”,
“tremors”: “Drżenia”,
“muscle weakness”: “Osłabienie mięśni”,
“goiter”: “Wole”,
“thyroid function tests”: “Badania funkcji tarczycy”,
“thyroid antibodies”: “Przeciwciała tarczycowe”,
“radioactive iodine uptake test”: “Test wychwytu radioaktywnego jodu”,
“thyroid ultrasound”: “USG tarczycy”,
“antithyroid medications”: “Leki przeciwtarczycowe”,
“methimazole”: “Metimazol”,
“propylthiouracil”: “Propylotiouracyl”,
“radioactive iodine therapy”: “Leczenie radiojodem”,
“beta-blockers”: “Beta-blokery”,
“thyroidectomy”: “Tyreoidektomia”,
“thyroid storm”: “Przełom tarczycowy”,
“osteoporosis”: “Osteoporoza”,
“atrial fibrillation”: “Migotanie przedsionków”,
“cardiovascular issues”: “Problemy sercowo-naczyniowe”,
“hypothyroidism”: “Niedoczynność tarczycy”,
“insufficient production of thyroid hormones”: “Niedostateczna produkcja hormonów tarczycy”,
“Hashimoto’s Thyroiditis”: “Zapalenie tarczycy Hashimoto”,
“autoimmune thyroiditis”: “Autoimmunologiczne zapalenie tarczycy”,
“congenital hypothyroidism”: “Wrodzona niedoczynność tarczycy”,
“medications lithium, amiodarone”: “Leki lit, amiodaron”,
“low metabolic activity”: “Niska aktywność metaboliczna”,
“weight gain”: “Przyrost masy ciała”,
“cold intolerance”: “Nietolerancja zimna”,
“dry skin”: “Sucha skóra”,
“constipation”: “Zaparcia”,
“cognitive impairment”: “Upośledzenie funkcji poznawczych”,
“thyroid hormone replacement therapy”: “Terapia zastępcza hormonami tarczycy”,
“levothyroxine”: “Lewotyroksyna”,
“myxedema coma”: “Śpiączka obrzękowa”,
“infertility”: “Niepłodność”,
“birth defects”: “Wady wrodzone”,
“Multiple Endocrine Neoplasia”: “mnogie nowotwory endokrynne”,
“Von Hippel-Lindau Disease”: “choroba von Hippel-Lindau”,
“Graves’ Disease”: “choroba Gravesa-Basedowa”,
“goiters”: “wole”
};
// Normalize keys in the dictionary
const normalizedWordsToTooltip = {};
for (const [key, value] of Object.entries(wordsToTooltip)) {
const cleanedKey = key.replace(/(.*?)/g, ”).trim(); // Remove anything in parentheses
normalizedWordsToTooltip[cleanedKey.toLowerCase()] = value;
}
function processNode(node) {
if (node.nodeType === Node.TEXT_NODE && node.nodeValue.trim()) {
let content = node.nodeValue;
// Regex to match only the main words (ignores parentheses)
const regex = new RegExp(
`b(${Object.keys(normalizedWordsToTooltip).join(‘|’)})b`,
‘gi’
);
if (regex.test(content)) {
const wrapper = document.createElement(‘span’);
wrapper.innerHTML = content.replace(regex, (match) => {
const tooltip = normalizedWordsToTooltip[match.toLowerCase().trim()];
return `
${match}`;
});
node.replaceWith(wrapper);
}
} else if (node.nodeType === Node.ELEMENT_NODE) {
Array.from(node.childNodes).forEach(processNode);
}
}
document.querySelectorAll(‘body *:not(script):not(style)’).forEach((element) => {
Array.from(element.childNodes).forEach(processNode);
});
});
Pheochromocytoma
Pheochromocytoma is a rare tumor of the adrenal glands that produces excess catecholamines, primarily epinephrine and norepinephrine. These hormones are responsible for the body’s fight-or-flight response, leading to episodes of hypertension, palpitations, sweating, and anxiety. Pheochromocytomas are usually benign but can occasionally be malignant, requiring prompt diagnosis and treatment.
Etiology and Risk Factors
- Genetic Mutations: Pheochromocytomas are often associated with hereditary syndromes, including:
- Multiple Endocrine Neoplasia (MEN) Type 2: Involves a mutation in the RET gene.
- Von Hippel-Lindau Disease (VHL): Associated with mutations in the VHL gene.
- Neurofibromatosis Type 1 (NF1): Involves mutations in the NF1 gene.
- Spontaneous Cases: Many cases occur sporadically without a clear genetic link.
- Age: Pheochromocytomas can occur at any age but are most commonly diagnosed in individuals aged 30 to 50 years.
Pathophysiology
Pheochromocytomas arise from chromaffin cells in the adrenal medulla, leading to overproduction of catecholamines. The excessive release of these hormones results in persistent or episodic hypertension and other symptoms related to increased sympathetic nervous system activity.
Clinical Manifestations
- Hypertension: Persistent high blood pressure, often paroxysmal (episodic), can lead to complications such as stroke or heart disease.
- Tachycardia: Rapid heart rate or palpitations due to excess catecholamines.
- Sweating: Profuse sweating episodes that may occur suddenly.
- Headaches: Severe headaches, often described as “thunderclap” headaches.
- Panic Attacks: Anxiety or panic-like episodes can occur due to catecholamine surges.
Diagnostic Approach
- Clinical Evaluation: A thorough history and physical examination focusing on symptoms and family history.
- Laboratory Tests:
- Plasma Free Metanephrines: Elevated levels of metanephrines (breakdown products of catecholamines) are indicative of pheochromocytoma.
- 24-Hour Urinary Catecholamines: Increased levels of catecholamines and metanephrines in urine support the diagnosis.
- Imaging Studies:
- CT or MRI: Imaging to locate the tumor and assess its size.
Treatment
- Surgical Removal: The primary treatment for pheochromocytoma is surgical excision of the tumor. Preoperative management to control hypertension is essential.
- Medical Management: Alpha-adrenergic blockers (e.g., phenoxybenzamine) are typically initiated before surgery to prevent hypertensive crises during tumor manipulation.
- Follow-Up: Regular follow-up and monitoring for recurrence or metastasis are necessary after treatment.
Complications
- Cardiovascular Events: Untreated pheochromocytoma can lead to serious cardiovascular complications, including hypertensive emergencies, myocardial infarction, or stroke.
- Metastasis: Although most pheochromocytomas are benign, about 10% may metastasize to other organs, leading to more complex management and treatment challenges.
Prognosis
- Generally Favorable with Treatment: With early diagnosis and surgical removal, the 5-year survival rate for benign pheochromocytomas exceeds 95%. However, for the approximately 10% that are malignant, the prognosis is less certain, with a 5-year survival rate around 50%. Regular follow-up is essential for monitoring recurrence or metastasis.
Hyperthyroidism
Hyperthyroidism is a condition characterized by an overproduction of thyroid hormones (thyroxine [T4] and triiodothyronine [T3]) by the thyroid gland. This excess hormone production accelerates the body’s metabolism, leading to various physiological changes. Common causes of hyperthyroidism include Graves’ disease, toxic adenomas, and thyroiditis.
Etiology and Risk Factors
- Graves’ Disease: An autoimmune disorder that stimulates the thyroid gland to produce excess hormones. It is the most common cause of hyperthyroidism.
- Toxic Nodular Goiter: Also known as Plummer’s disease, this condition involves one or more autonomous nodules in the thyroid gland that produce excess hormones.
- Thyroiditis: Inflammation of the thyroid gland, which can lead to the release of stored thyroid hormones, causing temporary hyperthyroidism.
- Excessive Iodine Intake: High levels of iodine from dietary sources or medications can stimulate hormone production in susceptible individuals.
- Family History: A genetic predisposition can increase the risk of developing hyperthyroidism.
Pathophysiology
In hyperthyroidism, excess thyroid hormones increase metabolic processes throughout the body, leading to symptoms such as increased heart rate, weight loss, and heat intolerance. Elevated levels of T3 and T4 can also suppress thyroid-stimulating hormone (TSH) production through negative feedback mechanisms, often resulting in low or undetectable TSH levels.
Clinical Manifestations
- Weight Loss: Despite an increased appetite, individuals often experience weight loss due to elevated metabolism.
- Tachycardia: Increased heart rate and palpitations are common symptoms.
- Heat Intolerance: Patients may feel excessively warm and sweat more than usual.
- Nervousness and Anxiety: Increased energy levels can lead to irritability and nervousness.
- Tremors: Fine tremors of the hands and fingers are common.
- Fatigue and Muscle Weakness: Muscle weakness, particularly in the upper arms and thighs, can occur.
- Goiter: An enlarged thyroid gland can be visible or palpable in many cases.
Diagnostic Approach
- Clinical Evaluation: A detailed history and physical examination to assess symptoms and risk factors.
- Laboratory Tests:
- Thyroid Function Tests:
- Elevated levels of T3 and T4.
- Suppressed or low TSH levels.
- Thyroid Antibodies: Presence of thyroid-stimulating immunoglobulins (TSI) can indicate Graves’ disease.
- Imaging Studies:
- Radioactive Iodine Uptake Test: Measures the uptake of iodine by the thyroid gland, helping to determine the cause of hyperthyroidism.
- Thyroid Ultrasound: May be used to evaluate nodules or structural abnormalities in the thyroid gland.
Treatment
- Antithyroid Medications: Medications such as methimazole or propylthiouracil inhibit thyroid hormone synthesis and are often the first line of treatment.
- Radioactive Iodine Therapy: This treatment involves administering radioactive iodine to destroy overactive thyroid cells, leading to a decrease in hormone production.
- Beta-Blockers: Used to manage symptoms such as tachycardia, tremors, and anxiety.
- Surgery: Thyroidectomy may be considered in cases of large goiters, suspicion of cancer, or when other treatments are ineffective.
Complications
- Thyroid Storm: A life-threatening condition characterized by a sudden and severe increase in symptoms due to uncontrolled hyperthyroidism, often precipitated by stress, infection, or surgery.
- Bone Loss: Chronic hyperthyroidism can lead to osteoporosis due to increased bone turnover.
- Cardiovascular Issues: Prolonged hyperthyroidism can increase the risk of atrial fibrillation and other cardiac problems.
Prognosis
- Generally Favorable: With appropriate treatment, about 70-90% of individuals achieve normal thyroid function and symptom relief. Untreated hyperthyroidism can lead to serious complications, such as thyroid storm, which has a mortality rate of up to 20%. Long-term management may result in hypothyroidism in 30-50% of patients treated with radioactive iodine.
Hypothyroidism
Hypothyroidism is a common endocrine disorder characterized by insufficient production of thyroid hormones by the thyroid gland. This deficiency can lead to a generalized slowing of metabolic processes in the body, resulting in various symptoms and complications. Hypothyroidism can occur at any age but is more prevalent in women and older adults.
Etiology and Risk Factors
- Autoimmune Thyroiditis (Hashimoto’s Thyroiditis): The most common cause of hypothyroidism, where the immune system attacks the thyroid gland, leading to inflammation and reduced hormone production.
- Thyroid Surgery: Surgical removal of the thyroid gland (thyroidectomy) can result in hypothyroidism if a significant portion of the gland is removed.
- Radioactive Iodine Treatment: Often used for hyperthyroidism, this treatment can inadvertently damage the thyroid gland, leading to hypothyroidism.
- Iodine Deficiency: Iodine is essential for the synthesis of thyroid hormones. Deficiency can lead to decreased hormone production.
- Congenital Hypothyroidism: Some infants are born with an underactive thyroid gland due to developmental issues.
- Medications: Certain medications (e.g., lithium, amiodarone) can affect thyroid function and lead to hypothyroidism.
Pathophysiology
In hypothyroidism, reduced levels of thyroid hormones (primarily T4 and T3) lead to decreased metabolic activity in various tissues. This results in symptoms related to slowed metabolism, including weight gain, fatigue, and cold intolerance. Low thyroid hormone levels also lead to increased thyroid-stimulating hormone (TSH) levels due to the negative feedback mechanism.
Clinical Manifestations
- Fatigue: Persistent tiredness and lethargy.
- Weight Gain: Unexplained weight gain despite a stable diet and exercise regimen.
- Cold Intolerance: Increased sensitivity to cold temperatures.
- Dry Skin and Hair: Skin may become dry and coarse; hair may be brittle or fall out.
- Constipation: Slowed gastrointestinal motility leading to constipation.
- Depression and Cognitive Impairment: Mood changes and difficulty concentrating.
- Menstrual Irregularities: Changes in menstrual cycles, including heavier or more frequent periods.
Diagnostic Approach
- Clinical Evaluation: A thorough history and physical examination to assess symptoms and risk factors.
- Laboratory Tests:
- Thyroid Function Tests: Elevated TSH levels and low free T4 levels confirm hypothyroidism.
- Thyroid Antibodies: Presence of anti-thyroid peroxidase (TPO) antibodies can indicate autoimmune thyroiditis.
Treatment
- Thyroid Hormone Replacement Therapy: The standard treatment for hypothyroidism is lifelong administration of synthetic levothyroxine (T4). The dosage is adjusted based on regular monitoring of TSH and free T4 levels to achieve optimal thyroid function.
- Regular Monitoring: Patients require periodic follow-up to ensure appropriate dosing and to adjust therapy as needed, especially during pregnancy or in cases of significant weight change.
Complications
- Myxedema Coma: A rare but life-threatening condition characterized by severe hypothyroidism, resulting in decreased mental status, hypothermia, and cardiovascular collapse. This requires immediate medical intervention.
- Cardiovascular Issues: Increased risk of heart disease due to elevated LDL cholesterol levels associated with low thyroid hormone levels.
- Infertility and Birth Defects: Untreated hypothyroidism can lead to fertility issues and may affect fetal development during pregnancy.
Prognosis
- Generally Good with Treatment: With appropriate thyroid hormone replacement therapy, over 90% of individuals with hypothyroidism experience significant symptom relief and normalization of thyroid function tests. Regular monitoring is essential, as approximately 20-30% of patients may require dose adjustments within the first year of treatment. Untreated hypothyroidism can lead to severe complications, including myxedema coma, which has a mortality rate of up to 30-50% if not promptly treated.