Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
2.20/5 (4 votes)
See more:
Hi,
I need to develop C# based application which converts ECG signals into .dcm file without using third party library.
Posted

1 solution

It wouldn't be a simple task, in my opinion. Your starting point is, of course, the DICOM standard: "The DICOM Standard 2015b"[^]. Good luck.
 
Share this answer
 
Comments
nehajain8 11-May-15 6:07am    
Yes I referred standards but don't understand the sequence to write ecg.dcm file.
CPallini 11-May-15 6:12am    
You could help you understanding it by opening with a binary editor some DICOM (simple) files.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900