Give me tricks to learn this I have exam tmrw
cd /home/daytona/workspace/attachments/fc64e48e-c914-4965-9ebc-4a634b3ea6a9/ && β¦
| Feature | Abscess | Cellulitis | Necrotizing Fasciitis |
|---|---|---|---|
| Pus? | YES (fluctuation) | NO | NO (but gas/bullae) |
| Treatment | I&D | Antibiotics | SURGERY NOW |
| Urgency | Semi-urgent | Ward | EMERGENCY |
"4 Γ kg Γ %TBSA" - Half in first 8 hrs, half over next 16 hrs
"Dilute, don't neutralize" - Irrigation only, never try to neutralize acid with base.
"ECG + CK + Urine" - Arrhythmias, muscle damage, myoglobinuria (dark urine). Aim urine >1 mL/kg/hr.
"Soot, Hoarse, Facial burns" = secure airway EARLY before swelling closes it.
"SPLIT for LARGE, FULL for SMALL/FACE"
"A = Ascending = Always surgery" "B = Below = Beta-blockers first"
"PROVE" - Pulmonary stenosis, RVH, Overriding aorta, VSD + Examine CXR for boot shape
"P = Pneumo = Ping (hyperresonant)" "H = Hemo = Hollow dull"
"Needle decompression NOW, then chest tube" - 2nd intercostal space, midclavicular line
Pain, Pallor, Pulselessness, Paresthesia, Paralysis, Poikilothermia (cold)
Face, Arm, Speech, Time β carotid endarterectomy if >70% symptomatic stenosis
"SHE" - Stasis, Hypercoagulability, Endothelial injury
"Non-pitting" = lymphoedema (vs pitting = venous/cardiac)
GERD β Barrett's β Adenocarcinoma - surveillance endoscopy mandatory
Manometry = GOLD standard. Treatment: Balloon β Botox β Heller myotomy
"PPA" = PPI + Amoxicillin + Clarithromycin (C sneaks in but remember 2 antibiotics)
Vomiting β Hypokalemia + Metabolic alkalosis (losing HCl in vomit)
"Free air under diaphragm on erect CXR" = perforation until proven otherwise
| SBO | LBO | |
|---|---|---|
| Cause | Adhesions #1 | Cancer #1 |
| Vomiting | Early | Late |
| Distension | Central (small bowel loops) | Peripheral (frame-like) |
| X-ray | Air-fluid levels centrally | Peripheral distension |
Sigmoid volvulus = "Coffee-bean sign" on AXR
Pain + peritonism + fever + shock = laparotomy NOW, no delay
| "Pain out of proportion" | β Necrotizing fasciitis OR Ischemic bowel |
|---|---|
| "Boot-shaped heart" | β Tetralogy of Fallot |
| "Bird-beak" on barium | β Achalasia |
| "Free air under diaphragm" | β Perforation |
| "Coffee-bean sign" | β Sigmoid volvulus |
| "Fixed split S2" | β ASD |
| "Harsh pansystolic murmur LLSB" | β VSD |
| "Sudden chest/back pain + pulse deficit" | β Aortic dissection |
| "Non-pitting edema" | β Lymphoedema |
| Fluctuation on exam | β Abscess (needs I&D) |
Make a 1-page exam cheat sheet of the blue 'MANAGEMENT' boxes
mkdir -p /home/daytona/workspace/cheatsheet && cat > /home/daytona/workspace/cheβ¦
cat > /home/daytona/workspace/cheatsheet/make_cheatsheet.py << 'PYEOF' from repoβ¦
python3 -c " from pypdf import PdfReader r = PdfReader('/home/daytona/workspace/β¦
Surgery Management CheatSheet
PDF Document Β· PDF
Can you give differential diagnosis for each disease also
cat > /home/daytona/workspace/cheatsheet/make_ddx.py << 'PYEOF' from reportlab.pβ¦
python3 -c " from pypdf import PdfReader r = PdfReader('/home/daytona/workspace/β¦
Surgery DDx CheatSheet
PDF Document Β· PDF
Any tricks for differential diagnosis
"Same symptom, different mechanism" - Always think: Infection? Vascular? Neoplasm? Congenital? Autoimmune? Trauma?
| Condition | The ONE differentiator |
|---|---|
| Abscess | FLUCTUATION (pus) |
| Cellulitis | Diffuse, no pus, no sharp edge |
| Erysipelas | SHARP raised demarcated edge |
| NF | Pain OUT OF PROPORTION + crepitus |
| DVT | No warmth/redness at skin, limb swollen |
Pain out of proportion to exam findings = VASCULAR until proven otherwise
| Pattern | Likely diagnosis |
|---|---|
| Solids THEN liquids (progressive) | Mechanical = Cancer |
| Solids AND liquids from start | Motility = Achalasia |
| Intermittent, heartburn | GERD / stricture |
| Young + iron deficiency | Plummer-Vinson (web) |
| Feature | Diagnosis |
|---|---|
| Bright red, PAINLESS | Hemorrhoids #1 |
| Bright red + SEVERE PAIN on defecation | Anal fissure |
| Dark/mixed + weight loss + age >50 | Colorectal cancer |
| Bloody diarrhea + crampy pain | IBD (Crohn's/UC) |
| Painless in child | Meckel's diverticulum |
| Massive fresh bleeding + LLQ pain | Diverticular bleed |
| SBO | LBO | |
|---|---|---|
| Cause #1 | Adhesions | Cancer |
| Vomiting | Early + bilious | Late |
| Distension | Central | Peripheral/frame |
| X-ray sign | Air-fluid levels centrally | Coffee-bean (volvulus) |
| Murmur | Condition |
|---|---|
| Fixed split S2 | ASD |
| Pansystolic at LLSB | VSD |
| Ejection systolic at LUSB | Pulmonary stenosis or ASD |
| Continuous "machinery" murmur | Patent ductus arteriosus (PDA) |
| Diastolic, opening snap | Mitral stenosis (rheumatic) |
| Boot-shaped heart on CXR | Tetralogy of Fallot |
| Feature | Acute Arterial (ALI) | DVT (Venous) | PAD (Chronic) |
|---|---|---|---|
| Speed | Sudden (minutes) | Hours-days | Weeks-months |
| Pulses | ABSENT | Present | Reduced |
| Skin | White/pale | Red/blue, warm | Pale, cold |
| Pain | Severe at rest | Aching/heaviness | Only on walking |
| Key test | Doppler (no flow) | Doppler (thrombus) | ABI <0.9 |
| One leg | Both legs | |
|---|---|---|
| Pitting | DVT | Cardiac / Renal / Hepatic / Hypoalbuminemia |
| Non-pitting | Lymphoedema | Bilateral lymphoedema / Myxedema |
| Varicose veins | Dilated tortuous visible veins | - |
"Common things commonly, dangerous things always"
Can you make 1 page cheat sheet for disease definition and patient Education
cat > /home/daytona/workspace/cheatsheet/make_def_edu.py << 'PYEOF' from reportlβ¦
cd /home/daytona/workspace/cheatsheet && python3 -c " import ast, sys with open(β¦
cd /home/daytona/workspace/cheatsheet && python3 -c " with open('make_def_edu.pyβ¦
cd /home/daytona/workspace/cheatsheet && sed -i 's/heights = \[box_height(s\[3\]β¦
~/cheatsheet/make_def_edu.py
Successfully replaced 1 instance(s) of the string in '/home/daytona/workspace/cheatsheet/make_def_edu.py'
python3 /home/daytona/workspace/cheatsheet/make_def_edu.py && python3 -c " from β¦
Surgery Def PatientEd CheatSheet
PDF Document Β· PDF