User Activity

  • Posted a comment on ticket #18 on C# ECG Toolkit

    Hello, I have implemented the 50/60Hz filter in 2.4 version in my last work place. I had to add my own support for filtering but I think there is something reusable. If you still need it I can share my source and my knowledge.

  • Posted a comment on discussion Open Discussion on C# ECG Toolkit

    You can use your csv data to build an aECG xml file (easier), maybe using a skeleton template and filling variable tags as needed, and then if you really ned scp format you can convert from aECG to SCP

  • Posted a comment on discussion Open Discussion on C# ECG Toolkit

    I think transmission could be bluetooth or wifi, you should look in the back of the device, you should find useful informations.

  • Posted a comment on discussion Help on C# ECG Toolkit

    Hi, I have a question, not sure this is a problem but when I open a SCP-ECG file I find it's ProtocolCompatibility in Section1 is 0x20 (field tag 14, byte 16 ) but I do not find it in Table B.3 of SCP-ECG standard reference. In that table are described only Category I (0xD0) and Category II (0xE0) but in SCPSection1.cs the ProtocolCompatibility is defined like: public enum ProtocolCompatibility {CatI = 0x90, CatII = 0xa0, CatIII = 0xb0, CatIV = 0xc0} I don't find any relationship.. maybe there is...

  • Posted a comment on discussion Help on C# ECG Toolkit

    Hi everybody, I had a problem with a SCP-ECG file. When I load a file and then save it without any modification, the saved file is quite different from original one and in some cases it seems to be corrupted. IECGFormat format = _ECGReader.Read(this.openECGFileDialog.FileName); if (format != null) format.Write(this.openECGFileDialog.FileName + ".chk"); I have found the problem and it is related to optional sections, if they are not present in original file they will be inserted in saved file. The...

  • Posted a comment on discussion Help on C# ECG Toolkit

    Hello everybody (again) I have finally found reference documentation about SCP-ECG standard and understood where the problem was. ISO IEEE 11073-91064-2009 Annex A declares that the encoding of text fields (both single and multi-byte) must be always 8-bit following rules defined in ISO/IEC 4873 and ISO/IEC 2022. So using utf-16 is not a good idea.. In function ECGConversion.SCP.SCPSection1.getLanguageSupportCode, I have remapped the value 0x07 to utf-8 instead of utf-16 have a nice day

  • Posted a comment on discussion Help on C# ECG Toolkit

    Hello everybody, I'm getting problems with some SCP-ECG files, and I can't understand if the file is bad (it is from cardioline software) or if the ECGToolkit is not parsing it correctly. The problem is about text encoding, I have a file where strings seemsto be ASCII encoded, but in Section1, in the Field with Tag=14, at offset 16 I find 0x07 (utf-16) (see function ECGConversion.SCP.SCPSection1.getLanguageSupportCode) I really need some reference on SCP-ECG structure, does anyone have some manual,...

  • Modified a comment on ticket #12 on JSON delphi library

    \. is not a valid json string value

View All

Personal Data

Username:
mtwstark
Joined:
2015-02-23 09:40:45
Location:
Italy
Gender:
Male

Projects

  • No projects to display.

Personal Tools