2026年7月7日 星期二
2025年4月18日 星期五
[醫學筆記] 文獻搜尋技巧
https://searchfilters.cda-amc.ca/
上課真的可以得到新東西
網站上可以找到各種字詞的各種資料庫語法
這邊做個小筆記
之後方便使用XD
Ref. 台灣實證醫學會上課講義
2025年1月15日 星期三
2024年4月13日 星期六
[電路學] 2B model
電路學要解題 萬用模型就是所謂的2B 法則
可以利用
KCL, KVL, component model 去形成 2B 條算式 來解學電路學的題目
但是 2B 法則的缺點是變數會太多, 實戰上解題會太複雜
其他方法:
1. 分壓定理, 分流定理
2. Delta-Y transformation
3. 節點電壓法
(1) 超節點(supernode): 適用於電壓源
4. 網目電流法
(2) 超網目(supermesh): 適用於電流源
5. 諾頓
6. 戴維寧
Ref.
1. 陳晏笙教授公開課程
https://www.youtube.com/@yen-sheng
2. Fundamentals of Electric Circuits
2023年7月12日 星期三
[乳癌] non-low risk breast DCIS 是否需要tumor bed boost
關於 breast DCIS 接受手術後, 去做術後全乳房放療是否需要加上tumor bed boost, 一直是個還沒有解決的問題
在2022年8月, 有篇phase III RCT很好的探討了這個問題, 以下就來一探究境吧!
收案條件為non-low risk breast DCIS: 18歲以上, 手術切除乾淨(margin至少1mm), N0
a. Age < 50 years;
OR
b. Age 50 years plus at least one of the following:
• Symptomatic presentation
• Palpable tumour
• Multifocal disease
• Microscopic tumour size ≥ 1.5 cm in maximum dimension
• Intermediate or high nuclear grade
• Central necrosis
• Comedo histology
• Radial surgical resection margin < 10 mm. Patients with superficial or deep resection margin of < 10 mm are eligible if surgery has not removed all of the intervening breast tissue from the subcutaneous tissue to the pectoralis fascia.
實驗分組共分成四組:
有tumor bed boost(16Gy/8Fr) vs. no tumor bed boost; 50Gy/25Fr vs. 42.5Gy/16Fr, 共收案1608人
結果發現The 5-year free-from-local-recurrence rates were 92·7% (95% CI 90·6–94·4%) in the no-boost group and 97·1% (95·6–98·1%) in the boost group (hazard ratio 0·47; 0·31–0·72; p<0·001). The boost group had higher rates of grade 2 or higher breast pain (10% [8–12%] vs 14% [12–17%], p=0·003) and induration (6% [5–8%] vs 14% [11–16%], p<0·001).
=> 翻譯成白話文就是tumor bed boost 在 non low-risk breast DCIS 可以降低local recurrence, 但是副作用明顯提高
Ref:
1. Chua BH, Link EK, Kunkler IH, et al. Radiation doses and fractionation schedules in non-low-risk ductal carcinoma in situ in the breast (BIG 3-07/TROG 07.01): a randomised, factorial, multicentre, open-label, phase 3 study. Lancet. 2022;400(10350):431-440. doi:10.1016/S0140-6736(22)01246-6
2023年5月17日 星期三
[口咽癌] mucosal sparing RT 的臨床應用
在HPV positive oropharyngeal cancer 裡面, de-escalation 一直是近期內臨床上研究的熱點
近期內有一篇prospective study 發表在red journal, 值得一讀
其收案條件如下: p16+, AJCC 7th pathologic T1 or T2, N1 to N3, and M0 oropharyngeal cancers, 接受TORS 手術, 術後margin negative, minimal or negative PNI, minimal or negative LVI, 利用proton therapy 去治療, 如果保險不給付的話, 轉用IMRT
RT範圍只針對neck, high risk: 60Gy/ low risk: 54Gy
結果收案 61 個病人, median follow-up: 38 months; 44個病人 (72%) 接受質子治療. The 2-year local control, locoregional control, distant metastasis–free survival, and overall survival were 98%, 97%, 98%, and 100%. 6 個 grade ≥3 events related to treatment.
因為即使只照射neck, primary site 也還是會有散射劑量, 這篇研究分析結果為mean D95 to the primary target was 10.7 Gy(Proton therapy 組才有畫primary stie, photon組沒有, 所以這個劑量是proton組的), 其實蠻低的, 所以大概可以推論只照脖子, 在這群利用條件篩選過的病人應該是可行的
臨床情境思考: 如果病人符合上述條件, 接受傳統手術, 是不是可以primary site不要接受照射, 因為傳統手術比TORS開的更大, 感覺這樣的策略更有機會成功!
Reference:
1. Anderson JD, DeWees TA, Ma DJ, et al. A Prospective Study of Mucosal Sparing Radiation Therapy in Resected Oropharyngeal Cancer Patients. Int J Radiat Oncol Biol Phys. 2023;115(1):192-201. doi:10.1016/j.ijrobp.2022.06.057
2023年2月6日 星期一
[R 語言] continuity correction 細解
最近跟合作夥伴仔細討論了R 語言裡面, 診斷性統合分析的一些技術細節, 在這邊做個筆記, 診斷性統合分析主要會遇到的問題就是因為使用odds ratio去做計算, 所以可能遇到值為零而導致不能取log的問題, 在這邊就會使用 continuity correction 的技術去處理, 其實就是把零的值去加上0.5
但是在診斷性統合分析裡面常用的兩個package, 彼此之間的預設校正方法會有些不同, 因此在生成圖表的時候需要特別注意
首先是拿來生成forest plot 跟 sROC 的 mada package, 裡面常用的madad 函式是只要有一個值為零, 就會把所有研究的值都加上0.5
再來是生成funnel plot 的 metabin 函式, 其預設是只會針對單筆研究裏面有零的, 去把單筆研究裏面的值都加0.5
差別雖然細微, 但是使用的時候還是要盡量上下的圖形都是一致的, 這裡寫個小筆記避免忘記
ref.
2. https://search.r-project.org/CRAN/refmans/meta/html/metabin.html
2022年10月16日 星期日
[物理] KERMA 概念細解
因為考完專科考試, 且順利通過, 短時間內應該不會再碰醫學物理的東西了, 因此寫篇網誌作為這段時間努力的一個註解!
想解這一題, 首先要先知道KERMA的定義
$KERMA = \dfrac{dEtr}{dm}$
物理意義為單位質量內, 光子轉換給帶電粒子的總能量, 又
$ \dfrac{dEtr}{dm} = \dfrac{\mu_{tr}*E*dN}{dm} $
其中光子能量都固定, 我們這裡先用E來代替光子能量, N為dm內的光子總數
$ \dfrac{\mu_{tr}*E*dN}{dm}= \dfrac{\mu_{tr}*E*dN}{\rho*l^{2}*dx}$
其中$l^{2}$ 代表光子的截面積大小, $\rho$代表物質密度,又
$ \dfrac{dN}{\rho*l^{2}*dx}$ 即為光子的質量衰減係數去乘上單位截面積內有多少光子
所以$ \dfrac{dN}{\rho*l^{2}*dx} = \dfrac{-\mu*N}{\rho*l^{2}}$
正負號可以省略)
$ \mu_{tr}*E$ 一顆光子可以轉移多少能量
所以題目算法為
單顆光子轉移能量
$7.32MeV = 7.32 * 10^{6} * 1.6*10^{-19} J = 1.17*10^{-12}J$
乘上單位截面積有多少光子
$1.17*10^{-12}J * 10^{15}m^{-2} = 1.17 * 10^{3} = 1170J*m^{-2}$
質量衰減係數也換成MKS制
$0.022cm^{2}/g = 0.0022m^{2}/kg$
所以答案為$1170Jm^{-2} * 0.0022m^{2}/kg = 2.574 Gy$
物理直觀想法:
單位截面積光子數乘上衰減係數表示多少光子被衰減, 再乘以轉移能量即為所求!
ref. Khan physics of radiation therapy 6th edition
ref. fundamental of ionizing radiation dosimetry
2022年8月14日 星期日
[radiobiology] model tumor system
在radiobiology for the radiologist 8th 裡面, 第21章是一個重要的章節, 以下就來整理一下.
Model tumor system 共有以下午五種方法:
2. Tumor cure (TCD50) assay
3. Tumor cell survival determined in vivo by the dilution assay technique
4. Tumor cell survival assayed by the lung colony assays
5. Tumor cell survival using in vivo treatment followed by in vitro assay
[腦瘤] glioma 相關整理
在2021年, WHO 針對CNS腫瘤發表新的分期, 其中成人的glioma被分成以下幾種
Astrocytoma, IDH-mutant
Oligodendroglioma, IDH-mutant, and 1p/19q-codeleted
Glioblastoma, IDH-wildtype
2022年8月4日 星期四
[radiobiology] repopulation 的三個機轉
在輻射生物學basic clinical radiobiology課本裡面, 第十二章有提到repopulation 的三個機轉, 至於提出這個概念的就是這本書的作者 WOLFGANG DORR
以下就來介紹這個重要的概念! 作者認為有以下三個機轉
1. Asymmetry loss:
radiation tolerance 是由兩個部份去做定義, 分別是照射時候的幹細胞數目, 以及幹細胞本身的輻射敏感度
幹細胞在一般情形下, 分裂會產生一個幹細胞以及 一個 differentiated cell, 因為分化出來的兩邊細胞不同, 因此被稱為asymmetrical division.
當組織接受照射時, 有些幹細胞每次分裂會產生兩個幹細胞, 因為不做asymmetrical division, 所以被稱為Asymmetry loss. 目的是為了補足被照射死亡的幹細胞
2. Acceleration of stem cell proliferation
實驗觀察到上述的機轉不足以完全解釋幹細胞的數量, 因此推測除了上述機轉外, 幹細胞也有加速分裂
3. Abortive divisions
除了幹細胞之外,組織內的其他細胞數量可以保持除了依靠Acceleration of stem cell proliferation 之外, 還有一個機轉就是被高劑量輻射sterilize 的細胞, 來可以進行有限次數的分裂, 因此可以維持組織內的總體細胞數量
1. Basic clinical radiobiology 5th edition
2. Dörr W. Three A's of repopulation during fractionated irradiation of squamous epithelia: Asymmetry loss, Acceleration of stem-cell divisions and Abortive divisions. Int J Radiat Biol. 1997;72(6):635-643.
2022年7月20日 星期三
[放射治療技術] 輻射醫療暴露品質保證標準 - RAL IC
在輻射醫療暴露品質保證標準裡面, 後荷式近接治療設備的QA也是非常重要, 其標準如下
2022年7月18日 星期一
[輻射生物學] 化療藥物和氧氣的關係
雖然這個主題不能完全算是輻射生物學的主題, 但是輻射生物學裡面有提到, 算是重要的概念, 這裡來列表整理, 主要參考 radiobiology for the radiologist
|
對含氧細胞效果比較好 |
對缺氧細胞效果比較好 |
跟氧氣狀態關係不大 |
|
Bleomycin |
Mitomycin C |
5-Fluorouracil |
|
Procarbazine |
Doxorubicin |
Methotrexate |
|
Streptonigrin |
Metronidazole
Tirapazamine |
Cisplatin |
|
Dactinomycin |
5-Thio-D-glucose,
2-deoxy-D-glucose |
BCNU, CCNU |
ref. radiobiology for the radiologist 8th edition
以下是練習題, 取自111年第一次放射治療原理與技術學
2022年7月13日 星期三
[放射治療技術] 輻射醫療暴露品質保證標準 - 直線加速器
在臨床放射治療工作裡面, 確保機器給的劑量是正確的非常重要, 這方面台灣原子能委員會有訂定標準, 以下就來列出放射治療相關的輻射醫療暴露品質保證標準
首先是針對臨床上最常見的直線加速器(LINAC)
(三)平坦性:於假體內參考深度下輻射照野面積百分之八十內,最大劑 量(Dmax)和最小劑量(Dmin)之差與其和之百分比值。平坦性= 〔(Dmax-Dmin)/(Dmax+Dmin)]× 100%。
(四)對稱性:於假體內參考深度下輻射照野面積百分之八十範圍內,在 照野中心軸兩邊等距離內,分別取其劑量值差異最大 D1 及 D2 點之 劑量,兩點劑量之差與該兩點任一點劑量之百分比值。對稱性=[(D1-D2)/D1 或 D2]× 100%。D1 或 D2 值取其差異較大者計算。
(五)光照野與輻射照野之一致性:由準直系統(MLC 或 jaw)所形成的光 照野與輻射照野兩 者邊緣間之最大差異值。
(六)輻射中心點:由準直系統(MLC 或 jaw)所形成的輻射照野,在放射治療機器旋轉臂、 準直儀與治療床旋轉中心軸交會所形成的輻射中心點。
2022年7月10日 星期日
[攝護腺癌] 近接治療相關整理
攝護腺癌近接治療(brachytherapy) 在台灣放射治療領域裡面不常被使用, 但是據筆者了解, 還是有醫院曾經或者目前還在進行這方面的治療, 由於這方面在基礎以及臨床上都有其重要性, 因此這邊來做個整理
使用時機
1. very low risk group: expected life expectancy > 20 years, NCCN 是建議active surveillance 為主, 但是還是可以考慮病人接受EBRT or Brachytherapy or 手術
2. low risk group: expected life expectancy > 10 years, NCCN 是建議active surveillance 為主, 但是還是可以考慮病人接受EBRT or Brachytherapy or 手術
3. favorable intermediate risk: 不管expected life expectancy 多少, 都可以考慮做Brachytherapy alone, 當然其他治療也是選項
4. unfavorable intermediate risk: 不管expected life expectancy 多少, 都可以考慮做EBRT + Brachytherapy +/- ADT(4-6momths), 當然其他治療也是選項
5. high or very high risk: expected life expectancy > 5 years or 有症狀, 可以考慮做EBRT + Brachytherapy(1-3 years) +/- ADT(1-3 years), 當然其他治療也是選項
使用射源:
這裡依照NCCN guideline 建議, 列出使用射源以及劑量:
brachytherapy alone: 適用於very low risk, low risk 以及 favorable intermediate risk
|
LDR brachytherapy |
|
|
I-125 |
145Gy |
|
PD-103 |
125Gy |
|
CS-131 |
115Gy |
|
HDR brachytherapy |
|
|
Ir-192 |
13.5 Gy x 2 implants
9.5 Gy BID x 2 implants |
|
LDR brachytherapy |
|
|
I-125 |
110-115Gy |
|
PD-103 |
90-100Gy |
|
CS-131 |
85Gy |
|
HDR brachytherapy |
|
|
Ir-192 |
15 Gy x 1 Fx
10.75 Gy x 2Fx |
相關臨床試驗
1. RTOG0232: 目前主要的結果發表在ASTRO2016(survival & toxicity)以及ASTRO2018(patient report outcome), 主要是想研究在clinical stage T1c-T2b and either Gleason Score (GS) 2-6/PSA 10-20 or GS 7/PSA <10 的 prostate cancer 病人, EBRT + brachytherapy versus brachytherapy, 結果發現5-year PFS (95% CI) was 85% (80, 89) for the EBT + B arm and 86% (81, 90) for the B arm (HR = 1.02, futility P = 0.0006 => 表示兩個arm差不多), acute toxicity 兩個arm 差不多, 但是 late toxicity>=G2 以及 late toxicity >= grade 3, EBRT + B 組明顯比較多; patient report outcome showed addition of EBT to B resulted in poorer urinary, bowel, and sexual PROs
=> 結論就是 favorable intermediate risk patient(收進來的病人大部分是FIR) => brachytherapy alone 就已經足夠, 不需要再加上EBRT
ref.
2022年7月6日 星期三
[胰臟癌] CONKO-007 trial
在最新的ASCO 2022 裡面, 關於不可切除胰臟癌(locally advanced pancreatic cancer)的治療又有新的結果, 就是所謂的CONKO-007 trial, 這裡藉由整理這篇筆記, 順便來複習一下胰臟癌的重點!
首先先來看下胰臟癌可否切除的分類, 這個在NCCN 裡面有一個整理得很好的表格, 這裡引用這個表格
|
可否切除 |
動脈 |
靜脈 |
|
可切除(Resectable) |
腫瘤完全沒有碰到動脈
(CA, SMA, CHA) |
1.腫瘤沒有接觸到SMV or PV2. ≤180° contact without vein contour irregularity
|
|
邊緣可切除(Borderline resectable) |
Head/uncinate process: 1. 腫瘤有接觸到CHA但並沒有延伸到CA or hepatic artery bifurcation,可以安全完整的手術和重建 2. 腫瘤接觸到SMA ≤180°. 3. 腫瘤接觸到血管結構變異* Pancreatic body/tail: 1. 腫瘤接觸到CA ≤180° |
1. 腫瘤接觸SMV or PV of >180°, contact of ≤180° with contour irregularity of the vein or thrombosis of the vein, 可以安全完整的手術和重建 2. 腫瘤接觸IVC |
|
不可切除(Locally advanced) |
Head/uncinate process: 1. 腫瘤接觸>180° SMA or CA. Pancreatic body/tail: 1. 腫瘤接觸>180° SMA or CA. 2. 腫瘤接觸CA且主動脈侵犯 |
不能重建SMV/PV 因為腫瘤侵犯或者是阻塞(can be due to tumor or bland thrombus).
|
[鼻咽癌] 顱底孔洞整理
在鼻咽癌的治療裡面, 顱底孔洞的位置非常重要, 以下參考PEREZ 做個整理
|
Foramen/Fissure |
腦神經(第幾對) |
其他結構 |
|
Cribriform plate |
嗅神經(I) |
Anterior ethmoidal nerve |
|
Optic foramen |
視神經(II) |
Ophthalmic artery |
|
Superior orbital fissure |
動眼神經(III), 滑車神經 (IV), 三叉神經眼分枝(V1), 外旋神經(VI) |
Ophthalmic vein, orbital branch of middle
meningeal and recurrent branch of lacrimal arteries, sympathetic plexus,
filaments from carotid plexus |
|
Foramen rotundum |
三叉神經maxillary分枝(V2) |
|
|
Foramen ovale |
三叉神經mandibular分枝(V3) |
Accessory meningeal artery, lesser
superficial petrosal nerve |
|
Foramen lacerum |
|
Internal carotid, sympathetic carotid
plexus, vidian nerve, meningeal branch of ascending pharyngeal artery,
emissary vein |
|
Foramen spinosum |
Recurrent branch of V3 nerve |
Middle meningeal artery and vein |
|
Stylomastoid foramen |
顏面神經(VII) |
|
|
Internal acoustic meatus |
聽神經(VIII) |
Internal auditory artery |
|
Jugular foramen |
舌咽神經(IX), 迷走神經(X), 副神經(XI) |
Inferior petrosal sinus, transverse sinus,
meningeal branches from occipital and ascending pharyngeal arteries |
|
Hypoglossal canal |
舌下神經(XII) |
Meningeal branch of ascending pharyngeal
artery |
|
Foramen magnum |
|
Spinal cord, spinal accessory nerve,
vertebral vessels, anterior and posterior spinal vessels |
ref. Perez 7th
-
醫師選科 這個網頁主要目的是為了幫助 面對選科困惑的醫學系畢業生們 希望結果能對你/妳有幫助 測驗總共18題 點擊下面按鈕 馬上開始吧 Click Me! 跟病人建立長久關係 喜歡 還好 不喜歡 學習數學物理知識 喜歡 還好...
-
在放射治療裡面, 有一個很基礎的概念, 就是在定義放射治療的範圍, 其中有所謂的 GTV, CTV, PTV的概念 1. GTV(gross tumor volume): 就是影像上(CT, MRI,echo...)或是肉眼,理學檢查能夠看到的腫瘤範圍 2. CTV(cli...
-
談起子宮頸癌, 一般大家知道子宮頸癌和HPV息息相關, 也知道四癌篩檢裡面的子宮頸抹片是針對子宮頸癌, 希望能夠早期發現, 早期治療. P.S. 目前台灣國健署補助三十歲以上婦女,每年一次的子宮頸抹片 子宮頸癌的治療一般就開刀,放療,化療三種, 決定治療方式的最主要的當...
