This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| {"document_id": "8e469a83-91cf-4e61-a4d2-530ec49fb452", "document_content": "Emergency Department Clerking Note Date: 7th February 2024 Presenting complaint: Fever, rigors and confusion in a 68-year-old man with known COPD. Mr. Derek Hartley was brought in by ambulance at 03:42 with a 2-day history of productive cough with purulent green sputum, high fever (38.9°C), and new-onset confusion. He was found on the floor by his neighbour; a fall cannot be excluded. There is no history of haemoptysis. He denies chest pain and denies any recent travel abroad. On arrival he was tachycardic (HR 118), tachypnoeic (RR 26), hypoxic (SpO2 84% on air, improving to 93% on 4L), and febrile. GCS was 13/15 (E3V4M6). He appeared cachectic and in moderate distress. CXR demonstrates a right lower lobe consolidation consistent with community-acquired pneumonia. Blood cultures taken. Lactate 3.1 mmol/L. WCC 18.4. He meets SIRS criteria; sepsis secondary to CAP is the working diagnosis. We cannot exclude a hospital-acquired comp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| services: | |
| mesa-local: | |
| image: ghcr.io/londonaicentre/mesa-deploy/mesa-local | |
| pull_policy: always | |
| environment: | |
| - MODEL_NAME=${MODEL_NAME:-oncoqwen_1_0_0} | |
| - WEIGHTS_ID=${WEIGHTS_ID} | |
| - WEIGHTS_KEY=${WEIGHTS_KEY} | |
| - MAX_MODEL_LEN=${MAX_MODEL_LEN:-39067} # adjust for gpu mem size | |
| volumes: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| {"document_id": "5609cc8b-f83b-443c-9583-364c188b4dc8", "document_content": "Oncology MDT Letter – Outpatient Clinic Date: 14th March 2024 Dear Dr. Patel, Thank you for referring Mrs. Eleanor Hughes, a 58-year-old woman, regarding her known metastatic non-small cell lung carcinoma, initially diagnosed in September 2021. This represents a recurrence of her previously treated early-stage disease. Disease Status & Staging Eleanor's primary tumour is a right upper lobe lung adenocarcinoma, staged at T3N2M1c (Group Stage IVb) at the time of metastatic diagnosis. Molecular profiling revealed an EGFR exon 19 deletion (VAF 34.2%), with PD-L1 expression of 60% positive. KRAS was negative. MSI testing confirmed microsatellite stable (MSS) disease. TMB was 6.2 mutations/Mb (TMB-low). Known sites of spread include bilateral mediastinal lymph nodes, a solitary liver metastasis (segment VI), and leptomeningeal disease confirmed on MRI in January 2024. Scores Performance status is ECOG 1 (\"she remains independently act |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Visualise a latex document git history | |
| # loop through commits, create a PDF from your main file for each | |
| # translate the pages of that PDF to a single image | |
| # create GIF/mp4 from the folder of images created | |
| # run within your local repository | |
| # prerequisites: ImageMagick and FFmpeg | |
| # create output folder |