ECG DICOM conversion to PDF
ECG Toolkit support for: SCP-ECG, DICOM, HL7 aECG, ISHNE & MUSE-XML
Brought to you by:
mvanettinger
Hello;
I am trying to use your ECGToolkit C# library in a VS solution written in C#.
I just want to convert a DICOM ECG waveform to a PDF. But when I use your library, it seems that it only loads other plugins, but not the pdf. What am I doing wrong?
Thanks!!
I'm not 100% sure, but for me the PDF plug-in appears to be working. However it might be the fact that plug-ins are loaded in a separate thread. Use: ECGConversion.ECGConverter.Instance.waitForFormatSupport("PDF") (returns true when support is loaded)
Other approach might be to wait for all loading of all plug-ins, but I prefer the specific wait.