From 111913797ee1253e9017a7842b69019020ce4993 Mon Sep 17 00:00:00 2001 From: Aysel Afsar Date: Tue, 5 Dec 2017 17:57:15 -0500 Subject: [PATCH] Add README for LesionTracker --- LesionTracker/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 LesionTracker/README.md diff --git a/LesionTracker/README.md b/LesionTracker/README.md new file mode 100644 index 000000000..e529c3a00 --- /dev/null +++ b/LesionTracker/README.md @@ -0,0 +1,6 @@ +LesionTracker is an open source, zero-footprint image viewer focused on oncology clinical trial workflows. It is built using Meteor platform which enables modularity with a set of packages of the OHIF framework. + +###Why LesionTracker? +LesionTracker brings an user experience for the basic tumor metrics through web browser. It provides a DICOM server for storing and streaming images to the viewer, tools for measuring and following lesions over time, and a database for measurements of overlay data. A web-based system for image assessments rather than a workstation-based installed application will improve workflow efficiency, enhance accessibility, and promote collaborative image review for the radiologists at cooperating cancer centers. + +To get started, checkout [LesionTracker Documentation](https://github.com/OHIF/Viewers/wiki/LesionTracker) \ No newline at end of file