From 548ba59b5696b05012ef944384c7d1a6494bee25 Mon Sep 17 00:00:00 2001 From: Pradeeban Kathiravelu Date: Sat, 3 Apr 2021 22:52:54 -0400 Subject: [PATCH] Update index.md --- docs/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.md b/docs/index.md index 8c28baa..e7f8165 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,6 +21,10 @@ Receives DICOM images as a stream from a PACS and extracts and stores the metada Converts a set of DICOM images into png images, extract metadata in a privacy-preserving manner. The extracted metadata is stored in a CSV file, along with the de-identified PNG images. The mapping of PNG files and their respective metadata is stored in a separate CSV file. +## dicom-anonymization + +Converts a set of DICOM images into anonymized DICOM images, stripping off the PHI. + ## app-layer The app-layer (application layer) consists of specific algorithms. The app-layer/src/main/scripts consists of Javascript scripts such as scanner clock calibration. The app-layer/src/main/java consists of the the scanner utilization computation algorithms developed in Java.