BREAKING CHANGE: Upcoming change to blob storage #1561
Locked
jovinson-ms
started this conversation in
General
Replies: 1 comment
-
With V10.0.0, all new blobs will be using new blob format, and this break the service. In order to migrate old blobs, please follow blob migration documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Because of our priority of safeguarding personal health information (PHI), we've made the decision to change the way that we store DICOM files. Currently, DICOM files are stored as blobs named using DICOM UIDs - study, series, and instance for images, and instance for workitems. While this is commonly done within DICOM implementations, UIDs often contain information about the creating organization as the org root, and may include personal information about the context of their creation, such as patient information or identifiers. This makes UIDs a risk for exposing protected information inadvertently.
Starting with #1549, we are beginning the process of changing to a new format that has two benefits: we will use system-generated identifiers to protect personal information, and we will add a prefix to achieve better performance when writing to blob storage under certain conditions. This process will involve the following steps:
While this is a breaking change, we do believe that the benefits are substantial and worth the cost in engineering and data migration. We'd like to hear your thoughts and questions below!
Beta Was this translation helpful? Give feedback.
All reactions