dcmjs
dcmjs copied to clipboard
Should natruralizing datasets unpack Overlay data/ RedPaletteColorLookupTableData, etc.
RE: https://github.com/OHIF/Viewers/pull/1546
If a tag is a bitpacked array, or an inline binary, should it be the naturalizer's responsibility to unpack/decode this?
seems more natural.
Obviously if data references a BulkDataURI
it should not be dcmjs' responsibility to fetch this.
Yes, makes sense. Can you add a link to an example dataset (maybe put it on dcmjs-org/data).