attachment
attachment

Give exam ready notes

Reading File
general-purpose

You are a medical education expert creating exam-ready surgical notes. Search the medical textbook library database for the following 5 topics and compile detailed exam notes for each. Use query_library_db with headings_fts and paragraphs_fts to find content. Then read_file to get the actual text. Topics to research: 1. Shock, Haemorrhage & Blood Transfusion (surgical) 2. Surgical Infection (including sepsis, antibiotics, specific infections) 3. Wound Healing (phases, factors affecting, types) 4. Nutrition & Fluid Therapy (surgical nutrition, TPN, IV fluids) 5. Anaesthesia & Pain Relief (types of anaesthesia, local anaesthetics, pain management) For each topic, search with: - headings_fts: MATCH 'shock' etc to find relevant sections - paragraphs_fts: MATCH relevant terms - Read the actual file blocks to get detailed content SQL examples: SELECT title, book_title, '/textbooks/' || block_file_path AS file_path, line_number, para_line_ranges FROM headings_fts WHERE headings_fts MATCH 'shock haemorrhage' ORDER BY rank LIMIT 5 SELECT book_title, section_heading, '/textbooks/' || block_file_path AS file_path, line_start, line_end, snippet(paragraphs_fts, 0, '>>>', '<<<', '...', 30) as snippet FROM paragraphs_fts WHERE paragraphs_fts MATCH 'hypovolaemic shock' ORDER BY rank LIMIT 5 Then read the files: read_file(file_path="/textbooks/path/from/db", offset=line_number-1, limit=80) Return VERY DETAILED exam notes for each topic covering: - Definitions - Classification/Types - Pathophysiology/Mechanisms - Clinical features/Signs - Investigations - Management/Treatment - Key facts, numbers, mnemonics - Complications Format as structured markdown with headers, bullet points, tables where applicable.

general-purpose

You are a medical education expert creating exam-ready surgical notes. Search the medical textbook library database for the following 4 topics and compile detailed exam notes for each. Use query_library_db with headings_fts and paragraphs_fts to find content. Then read_file to get the actual text. Topics to research: 1. Torso & Pelvic Trauma - Abdominal Trauma + Chest Trauma (ATLS approach, organ injuries) 2. Burns (classification, rule of nines, fluid resuscitation, management) 3. Arterial Disorders (peripheral arterial disease, acute ischaemia, aneurysms, carotid disease) 4. Basic Surgical Skills including anastomosis (sutures, knots, drains, anastomotic techniques) For each topic, search with: - headings_fts: find relevant sections - paragraphs_fts: find specific facts - Read the actual file blocks to get detailed content SQL examples: SELECT title, book_title, '/textbooks/' || block_file_path AS file_path, line_number, para_line_ranges FROM headings_fts WHERE headings_fts MATCH 'burns' ORDER BY rank LIMIT 5 SELECT book_title, section_heading, '/textbooks/' || block_file_path AS file_path, line_start, line_end, snippet(paragraphs_fts, 0, '>>>', '<<<', '...', 30) as snippet FROM paragraphs_fts WHERE paragraphs_fts MATCH 'abdominal trauma' ORDER BY rank LIMIT 5 Then read the files: read_file(file_path="/textbooks/path/from/db", offset=line_number-1, limit=80) Return VERY DETAILED exam notes for each topic covering: - Definitions - Classification/Types - Pathophysiology/Mechanisms - Clinical features/Signs - Investigations - Management/Treatment - Key facts, numbers, mnemonics - Complications Format as structured markdown with headers, bullet points, tables where applicable.

Reading File
Reading File
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Reading File
Reading File
Reading File
Finding Sources
Reading File
Reading File
Reading File
Reading File
Reading File
Finding Sources
Reading File
Reading File
Reading File
Reading File
Reading File
Finding Sources
Reading File
Reading File
Reading File
Finding Sources
Reading File
Reading File
Reading File
Finding Sources
Reading File
Reading File
Reading File
Reading File
Reading File
Reading File
Reading File
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Reading File
Finding Sources
Reading File
Finding Sources
Reading File
Finding Sources
Reading File
Reading File
Reading File
Finding Sources
Reading File
Finding Sources
Reading File
Finding Sources
Reading File
Reading File
This is a shared conversation. Sign in to Orris to start your own chat.