NeuroVol educational, not a medical device

Privacy

Brain MRIs are sensitive. This page describes exactly what NeuroVol does with the file you upload, what we strip from it, what we keep, where it lives, and for how long.

What happens to your upload

  1. You upload a ZIP of a DICOM series over HTTPS.
  2. Before anything else, we extract the ZIP into a temporary directory on the server and read each DICOM file with pydicom. We strip identifying header fields (see list below), regenerate the study/series UIDs to fresh random ones, and remove all private vendor tags wholesale.
  3. We convert the now-de-identified DICOM series to a single NIfTI volume using dcm2niix.
  4. We upload the NIfTI volume to a private object store (Cloudflare R2). The segmentation step runs on a GPU host that reads the volume via a short-lived pre-signed URL.
  5. The segmentation returns a per-region volume map. We compute percentiles against an age/sex normative reference and store the numbers in our database, linked to your account.

What we strip from DICOM headers

We remove the following tags (and any private vendor tags) before anything is persisted off the immediate request:

UIDs are regenerated so a stored file cannot be cross-referenced with the original PACS records.

What we keep

Where it lives

Retention & deletion

If you want your data removed, log a request and we will delete your account, all scans, and all object-store artefacts within a few business days. There is no "soft delete" — the rows and the object-store objects go away.

What we will not do

Last updated: 2026-05-17.