Hi Karl,
There are many things to consider to store non-imaging data in DICOM or not. I can provide some benefits, but a lot depends on the actual context of your use case.
If the non-imaging data fits in the DICOM (medical) data model it is very practical to wrap/convert it to the DICOM format:
- Having only 1 data format is easier to maintain then multiple formats.
- It makes it possible to leverage the functionality provided by general purpose DICOM equipment: storage, query, transfer, view
- DICOM has broad support for non-imaging "objects": PDFs, Structured reports, ECG waveforms, video, etc. All very well documented
- If an existing "object type" is not a good fit for your non-imaging data, DICOM has well defined ways to define private extensions.
- There exists a wide range of commercial and open source software to process DICOM files in different programming languages.