|
|
|
|
|
by thunderfork
278 days ago
|
|
Let's say you've got a system that collects medical data - like "store the results of the MRI right after it happens". For analysis reasons, you want to share this dataset (e.g. for diagnostics on the machine) but first must strip it of potentially identifying information. The uuidv7 timestamp could be used to re-identify the data through correlation - "I know this person got an MRI on this day, there's only one record with a matching datestamp, thus I know it's their MRI." |
|