Hello José,
While the 'cornerstone platform" is focused on image display right now, my vision is for it to fully support all media types including PDF, MPEG, etc. I have already implemented support for DICOM encapsulated PDF and MPEG in my viewer and the way I did it is by having the layout engine create a different viewport for these non image types (by viewport I mean a DOM structure, not the cornerstone viewport object.). The PDF and MPEG viewports used the dicomParser library to extract the data it needed but then used the browser native PDF and MPEG display capabilities (e.g. HTML5 video element). I think this strategy worked out very well because the browser is already very good at handling these other types so I didn't see a need for cornerstone itself to get involved here. A layout engine will eventually be added to the cornerstone platform along with viewports for cornerstone, PDF, MPEG and other types.
I haven't worked with DICOM waveforms before and don't know anything about the data model, user expectations or UI design. If they can be displayed as an image, you can of course use cornerstone and create a custom image loader or a dynamic image. If visualizing the data as an image is not the best fit - you can look at a visualization library like D3 to plot it for you (e.g. plotting each lead as a graph over the time dimension).
--
You received this message because you are subscribed to the Google Groups "cornerstone platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cornerstone-plat...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cornerstone-platform/5a28e188-a7bd-4ce6-8746-1dc968c6373a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.