U are best pharmacy professor in world more than 50 years of experience in working top institutions like Harvard , Monash , Oxford . Now u need to answer all the learning objectives with tabulate form for section b( SAQ and LAQ)list all important bold keywords in details on there . Give me easy memory trick to remember these for my exam . Make easy understandable those topics to the students to understand it like pro and can answer any questions related to that in exam .
cd /home/daytona/workspace/attachments/35dccf59-80e0-4b61-9493-6506fc46ecfa && python3 -c " from pypdf import PdfReader reader = PdfReader('Parenteral Drug Delivery System-PDF.pdf') print(f'Total pages: {len(reader.pages)}') # Extract first 5 pages to find learning objectives and section B for i in range(min(6, len(reader.pages))): print(f'\\n=== PAGE {i+1} ===') print(reader.pages[i].extract_text()) "
cd /home/daytona/workspace/attachments/35dccf59-80e0-4b61-9493-6506fc46ecfa && python3 -c " from pypdf import PdfReader reader = PdfReader('Parenteral Drug Delivery System-PDF.pdf') # Extract all pages for i in range(6, 20): print(f'\\n=== PAGE {i+1} ===') print(reader.pages[i].extract_text()) "
cd /home/daytona/workspace/attachments/35dccf59-80e0-4b61-9493-6506fc46ecfa && python3 -c " import pdfplumber with pdfplumber.open('Parenteral Drug Delivery System-PDF.pdf') as pdf: for i, page in enumerate(pdf.pages): text = page.extract_text() tables = page.extract_tables() if text and len(text.strip()) > 20: print(f'\\n=== PAGE {i+1} (text) ===') print(text) if tables: print(f'\\n=== PAGE {i+1} (tables) ===') for t in tables: for row in t: print(row) "
cd /home/daytona/workspace/attachments/35dccf59-80e0-4b61-9493-6506fc46ecfa && python3 -c " import pdfplumber from PIL import Image import io # Convert key pages to images to read table content with pdfplumber.open('Parenteral Drug Delivery System-PDF.pdf') as pdf: # Pages 3,4,5,6,8,9,10,11,15,16 appear to have visual content for page_num in [2,3,4,5,7,8,9,10,14,15,16]: # 0-indexed page = pdf.pages[page_num] img = page.to_image(resolution=150) img.save(f'/home/daytona/workspace/attachments/35dccf59-80e0-4b61-9493-6506fc46ecfa/page_{page_num+1}.png') print(f'Saved page {page_num+1}') "
cd /home/daytona/workspace/attachments/35dccf59-80e0-4b61-9493-6506fc46ecfa && python3 -c " import subprocess # Use pdftoppm for faster conversion of specific pages result = subprocess.run(['pdftoppm', '-r', '120', '-png', '-f', '3', '-l', '6', 'Parenteral Drug Delivery System-PDF.pdf', '/home/daytona/workspace/attachments/35dccf59-80e0-4b61-9493-6506fc46ecfa/pg'], capture_output=True, text=True, timeout=30) print('stdout:', result.stdout) print('stderr:', result.stderr) print('returncode:', result.returncode) import os files = [f for f in os.listdir('.') if f.startswith('pg')] print('Files:', files) "
cd /home/daytona/workspace/attachments/35dccf59-80e0-4b61-9493-6506fc46ecfa && python3 -c " # Use pytesseract OCR on the PNG pages to extract text import subprocess for pg in ['pg-03.png', 'pg-04.png', 'pg-05.png', 'pg-06.png']: result = subprocess.run(['tesseract', pg, 'stdout', '--psm', '6'], capture_output=True, text=True, timeout=30) print(f'\\n=== {pg} ===') print(result.stdout[:3000]) "
cd /home/daytona/workspace/attachments/35dccf59-80e0-4b61-9493-6506fc46ecfa && python3 -c " import subprocess # Convert pages 7-11 and 15-17 result = subprocess.run(['pdftoppm', '-r', '120', '-png', '-f', '7', '-l', '11', 'Parenteral Drug Delivery System-PDF.pdf', '/home/daytona/workspace/attachments/35dccf59-80e0-4b61-9493-6506fc46ecfa/pg'], capture_output=True, text=True, timeout=30) print('returncode:', result.returncode) result2 = subprocess.run(['pdftoppm', '-r', '120', '-png', '-f', '15', '-l', '17', 'Parenteral Drug Delivery System-PDF.pdf', '/home/daytona/workspace/attachments/35dccf59-80e0-4b61-9493-6506fc46ecfa/pg'], capture_output=True, text=True, timeout=30) print('returncode2:', result2.returncode) import os files = sorted([f for f in os.listdir('.') if f.startswith('pg')]) print('Files:', files) "
cd /home/daytona/workspace/attachments/35dccf59-80e0-4b61-9493-6506fc46ecfa && python3 -c " import subprocess for pg in ['pg-08.png', 'pg-09.png', 'pg-10.png', 'pg-11.png', 'pg-15.png', 'pg-16.png', 'pg-17.png']: result = subprocess.run(['tesseract', pg, 'stdout', '--psm', '6'], capture_output=True, text=True, timeout=30) print(f'\\n=== {pg} ===') print(result.stdout[:3000]) "
| Aspect | Parenteral | Enteral |
|---|---|---|
| Word Origin | Greek: para (outside) + enteron (intestine) | Greek: enteron (intestine) |
| Definition | Administering drugs by any route other than the GI tract | Administering drugs through the GI tract (oral, sublingual, rectal) |
| Primary Method | Injection (most common understanding) | Swallowing, chewing, dissolving under tongue |
| Absorption | Bypasses gut - direct delivery | Must pass through gut wall |
| First-Pass Metabolism | Bypassed (liver does not process it first) | Subject to hepatic first-pass effect |
| When Used | GI tract is compromised, unconscious patient | Functional GI tract, patient is conscious |
| Bioavailability | Up to 100% | Variable (often <100%) |
Key Scenario the exam loves: "When oral delivery fails - how do we get life-saving medicine into a patient when the GI tract is compromised? The answer is Parenteral."
| ADVANTAGES | Bold Keyword | DISADVANTAGES | Bold Keyword |
|---|---|---|---|
| 100% Bioavailability - bypasses first-pass metabolism in the liver | Bioavailability | Invasive - breaks the skin barrier, creating infection risk | Sterility / Infection risk |
| Rapid onset of action - ideal for emergencies | Rapid onset | Difficult to reverse - once injected, drug CANNOT be retrieved | Irreversibility |
| Precise dosing - exact amount delivered | Precise dosing | Pain and inconvenience for the patient | Patient compliance |
| Vital for special populations - unconscious, vomiting, nil-by-mouth (NBM) patients | Nil-by-mouth / Unconscious | Higher cost - requires sterile manufacturing | Sterile manufacturing |
| Protects acid/enzyme-labile drugs that degrade in the gut (e.g., insulin, proteins) | Gut degradation bypass | Requires trained personnel and aseptic technique | Aseptic technique |
Non-Negotiable Requirements for ALL parenteral injections:
- Absolute Sterility
- Pyrogen-free formulations
- Precise anatomical technique
| Parameter | Intradermal (ID) | Subcutaneous (SC) | Intramuscular (IM) |
|---|---|---|---|
| Injection Layer | Into the dermis (between epidermis and hypodermis) | Into the hypodermis (fatty/adipose tissue beneath skin) | Into the muscle belly |
| Angle | 5-15° (almost parallel to skin) | 45-90° (pinch a skinfold) | 90° (perpendicular, straight in) |
| Volume | Very small: 0.1 mL | Small-moderate: up to 1-1.5 mL | Moderate: up to 5 mL (site-dependent) |
| Needle Gauge | Fine: 26-27G | Fine: 25-27G | Longer/wider: 21-23G |
| Needle Length | Short: 3/8 inch | Short: 1/2 to 5/8 inch | Long: 1 to 1.5 inches (to reach deep muscle) |
| Injection Sites | Inner forearm, upper back | Abdomen, upper arm, thigh | Deltoid (arm), Ventrogluteal (hip), Vastus lateralis (thigh) |
| Absorption Speed | Slowest (minimal vascularity in dermis) | Slow - sustained/depot absorption | Faster than SC due to rich blood supply |
| Key Clinical Use | Diagnostic tests - TB/Mantoux test, allergy screening | Depot formation - slow, sustained release; e.g., Insulin, Heparin | Vaccines, antibiotics (e.g., Penicillin G Benzathine), antipsychotics |
| Special Feature | Creates a visible bleb/wheal on skin surface | Creates a depot for slow release | Tolerates irritating drugs due to muscle bulk and blood flow |
| Aspect | Detail |
|---|---|
| Agent Used | Purified Protein Derivative (PPD) - TB protein fragments (NOT live bacteria) |
| Mechanism | Memory T cells recognize antigen → Delayed-Type Hypersensitivity (DTH) reaction → localized swelling + induration |
| Read-Time | 48-72 hours after injection |
| Measured | Diameter of induration (raised, firm swelling) in mm - NOT redness |
| ≥ 5 mm positive | Very high-risk: HIV, recent TB contact, immunosuppressed |
| ≥ 10 mm positive | Healthcare workers, high-prevalence countries, certain medical conditions |
| ≥ 15 mm positive | People with no known TB risk factors |
| Limitation | Cannot distinguish Latent vs. Active TB infection |
| Follow-up Tests | Chest X-ray, Sputum culture, Interferon-Gamma Release Assay (IGRA) |
ID → SC → IM
5-15° → 45-90° → 90° (Angle increases)
0.1 mL → 1.5 mL → 5 mL (Volume increases)
27G → 25G → 21G (Gauge decreases = wider needle)
Dermis → Fat → Muscle (Goes deeper)
Slowest → Slow → Faster (Absorption speeds up)
| Characteristic | Detail |
|---|---|
| Route | Directly into a vein → immediate entry into the bloodstream |
| Onset | Immediate systemic effect (seconds) |
| Bioavailability | 100% (absolute - no absorption barrier) |
| Use Case 1 | IV Bolus - single concentrated dose pushed in rapidly (e.g., IV Diazepam for seizures) |
| Use Case 2 | IV Infusion - larger volume over longer period (e.g., IV fluids for dehydration, continuous antibiotics) |
| Special Advantage | Can deliver large volumes (infusions) or irritant drugs (diluted safely in blood) |
| Most Dangerous? | YES - "Once the drug is in, it is IN." - irreversible |
| Risk | Bold Keyword | Explanation |
|---|---|---|
| Infection and Sepsis | Sepsis / Pathogen introduction | Bypassing skin defense introduces pathogens directly into systemic circulation |
| Dosing Errors | Immediate toxicity | Errors hit the brain and heart IMMEDIATELY (no time to intervene) |
| Air Embolism | Embolism | Air accidentally introduced into the IV line blocks blood vessels |
| Phlebitis | Phlebitis | Painful inflammation of the vein at the injection site |
| Extravasation | Extravasation | Leakage of tissue-damaging drugs (like chemotherapy) into surrounding tissue |
| Clinical Scenario | Best Route | Reasoning |
|---|---|---|
| Patient in ER with anaphylaxis, difficulty breathing, needs epinephrine immediately | IV (or IM) - IV if access available; IM (deltoid) if not | Need rapid onset - life-threatening emergency; IV = immediate; IM = fast enough if IV not available |
| 5-year-old child needs a tuberculosis screening test | Intradermal (ID) | TB/Mantoux test is always ID; 0.1 mL into inner forearm at 5-15° |
| Elderly diabetic patient needs daily insulin, will self-inject at home | Subcutaneous (SC) | Insulin = classic SC drug; slow sustained absorption; suitable for self-administration; abdomen or thigh |
| Patient needs 1 litre of saline + electrolytes after severe vomiting and diarrhoea | Intravenous (IV) Infusion | Large volume delivery ONLY possible via IV; direct bloodstream replacement |
| Depot antipsychotic medication given monthly | Intramuscular (IM) | IM depot = slow sustained release from muscle; e.g., haloperidol decanoate |
| Penicillin G Benzathine for strep infection | Intramuscular (IM) | Classic IM antibiotic; muscle tolerates the irritant, sustained release |
| Allergy skin test | Intradermal (ID) | Same principle as TB test - small wheal in dermis, read reaction |
| Chemotherapy for abdominal cavity cancer | Intraperitoneal (IP) | Delivers directly to peritoneal cavity for localized effect |
| Spinal analgesia / CNS drug delivery | Intrathecal | Into spinal canal → CSF → direct CNS delivery |
| Emergency when IV access impossible (e.g., pediatric cardiac arrest) | Intraosseous (IO) | Hollow-bore needle into bone marrow - last resort when veins inaccessible |
| Route | Where | Speed | Key Use | Keyword |
|---|---|---|---|---|
| IV | Vein | Fastest/Immediate | Emergencies, fluids, irritants | Immediate / 100% bioavailable |
| IM | Muscle (deltoid, gluteus) | Fast (2nd) | Vaccines, antibiotics, depot | Rich blood supply / Depot |
| SC | Fat (hypodermis) | Slow | Insulin, heparin, self-admin | Sustained release depot |
| ID | Dermis | Slowest | TB test, allergy test | Diagnostic / Wheal/bleb |
| Intra-arterial | Artery | Immediate local | Cancer treatment (organ-targeted) | Targeted delivery |
| Intrathecal | Spinal canal → CSF | Direct CNS | Spinal anesthesia, CNS drugs | Blood-brain barrier bypass |
| Intra-articular | Joint space | Rapid local | Arthritis, gout, tendinitis | Local anti-inflammatory |
| Intraperitoneal (IP) | Peritoneal cavity | Rapid systemic | Abdominal chemotherapy | Peritoneal chemo |
| Intraosseous (IO) | Bone marrow | Fast (like IV) | Emergency when IV impossible | Last resort / Bone marrow |
Go DEEPER → Angle MORE straight → Bigger needle → More volume → Faster absorption
ID (skin) → SC (fat) → IM (muscle)
Bioavailability 100% | Rapid onset | Precise | Unconscious patients | Protects labile drugs
Invasive | Difficult to reverse | Pain | Cost | Requires training
Sepsis | Errors hit immediately | Air embolism | Phlebitis | Extravasation
5mm = Immunocompromised/HIV | 10mm = HCW/Exposed | 15mm = No risk factors
"Parenteral (from Greek para = outside, enteron = intestine) refers to drug administration by any route bypassing the GI tract, most commonly by injection. Unlike the enteral route (oral, sublingual, rectal) which relies on GI absorption and is subject to first-pass hepatic metabolism, parenteral routes deliver drugs directly into tissues or bloodstream, achieving up to 100% bioavailability."
Advantages: (1) 100% bioavailability - bypasses first-pass metabolism; (2) Rapid onset - ideal for emergencies; (3) Essential for special populations - unconscious, vomiting, nil-by-mouth patients. Disadvantages: (1) Invasive - breaks skin barrier creating infection risk; (2) Irreversible - cannot retrieve the drug once injected; (3) Requires aseptic technique and trained personnel.
Use the full table from LO3 above - cover angle, volume, gauge, site, absorption speed, and clinical use with keywords bolded.
Start with characteristics (immediate onset, 100% bioavailability, bolus vs infusion), then list all 5 risks using SEAPE mnemonic with explanation of each.
Pro tip for exam day: For any "which route?" scenario question, ask yourself three things in order: (1) How fast do I need this to work? (2) How large is the volume? (3) Is self-administration needed? The answers will point you directly to the correct route every time.There you go - a complete, exam-ready guide built directly from your PHAR 1322 lecture PDF. Here's what's covered: