You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ultrasound: replace JSON-in-tags sidecar with typed channel
Stop encoding UltrasoundRegions as a JSON string under a magic key on
the DICOM tag pair array and decoding it back. Expose it as a typed
property on MetaLoader, surface it on Chunk, and read it directly in
DicomChunkImage. The tag pair array now only contains DICOM tag/value
pairs.
0 commit comments