I have attached my HKMLE pharmacology notes for Haematology. Create Anki flashcards from these notes. Each card should test ONLY high-yield facts that appear in HKMLE exams. INCLUDE cards for: - Drug mechanisms (simple, exam-level) - Key indications - Major side effects (only the ones HKMLE tests) - Contraindications - HKMLE Pearls (from my notes) - Mnemonics (from my notes) DO NOT include: - Long explanations - Low-yield details - Physiology review FORMAT each card as ONE of these types: Type 1 (Basic Q&A): Q: [question] A: [short answer, 1 sentence max] Type 2 (Cloze deletion): [c] drug name [/c] causes [side effect] because [mechanism] Type 3 (Mnemonic card): Q: What is the mnemonic for [topic]? A: [mnemonic] = [breakdown] Type 4 (HKMLE Pearl card): Q: HKMLE Pearl: [scenario]? A: [one sentence answer] ADD trap alerts: For any fact that is a common HKMLE trap, add on a new line: [Trap: common wrong answer is X because Y] Make as many cards as needed to cover ALL high-yield facts from my notes. Do not limit the number. Use simple, direct language. Match the style of high-yield exam prep cards. Here are my notes: [PASTE YOUR HAEMATOLOGY NOTES HERE]
cd /home/daytona/workspace/attachments/99eb47ca-7497-4d49-9ddd-30cf4c41a969/ && python3 -c " import pdfplumber with pdfplumber.open('Haematology π.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): text = page.extract_text() if text: print(f'--- PAGE {i+1} ---') print(text[:3000]) print() " 2>&1 | head -500
cd /home/daytona/workspace/attachments/99eb47ca-7497-4d49-9ddd-30cf4c41a969/ && python3 -c " import pdfplumber with pdfplumber.open('Haematology π.pdf') as pdf: for i, page in enumerate(pdf.pages[11:], start=12): text = page.extract_text() if text: print(f'--- PAGE {i} ---') print(text) print() " 2>&1