From 44ae090bc0f0cd15cee0ae37b9f7b4c298769b03 Mon Sep 17 00:00:00 2001 From: Tyler Moore Date: Tue, 22 Nov 2016 16:38:11 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95fabc0..b7c00f5 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ ## Overview CHOP-fMRU is a piece of medical software created at Children's Hospital of Philadelphia to perform functional MR urography and is based on the IDL framework. While implementing CHOP-fMRU at OHSU, I encountered several barriers that were best addressed with additional software. This adjunct program is designed to: -* Download studies from PACS to the local hard drive for analysis -* Upload fMRU results to PACS, which will be added to their source MRU +* Download studies from a PACS to the local hard drive for analysis * Organize DICOM files from multiple studies * Adjust DICOM header values to reflect assumptions made by CHOP-fMRU software and allow them to be imported into the program for analysis * Selectively exclude certain time points or slice positions from the study * Create new DICOM files from the images that are exported from CHOP-fMRU so they can be uploaded back to PACS as an additional series within the study. +* Upload fMRU results DICOM files to PACS, which will be added to their source MRU ## License