FDA XML compatibility
ECG Toolkit support for: SCP-ECG, DICOM, HL7 aECG, ISHNE & MUSE-XML
Brought to you by:
mvanettinger
Dear MJB,
I came acrross to your project because I need to send to a PACS system, in DICOM ECG format, ECGs from a program from DMSoftware, that exports them in FDA XML format.
Attached, I'm including a sample of the ECG. If you could kindly take a look at it and see if it is simple to update your project to include this format, I'd be very thankful.
My best regards,
José Lopes
Hi José,
Looks like very strange HL7 aECG files. This is what I know is not according to specs:
- AnnotatedECG missing a lot of parameter info
- Uses "Seqeuence" tag should be "sequence"
- Waveforms appeart to be empty (<value><digits/></value>)
- Not sure what this segment is, not acording to specs:
<component>
<sequence>
<value Frequence="1000Hz" SampleTime="0s" HeartRate="0bpm" PDuration="12ms" QRSDuration="0ms" TDuration="-410ms" PRInterval="356ms" QTInterval="-380ms" QTCInterval="-49ms" PAxis="90.0" QRSAxis="90.0" TAxis="90.0" RV5="0.00mV" SV1="0.00mV"/>
</sequence>
</component>
Maybe you can contact the developers of DMSoftware, about there FDA XML output?
With Best Regards,
Maarten
Note: AnnotatedECG tag should look like this:
<AnnotatedECG xmlns="urn:hl7-org:v3" xmlns:voc="urn:hl7-org:v3/voc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hl7-org:v3/HL7/aECG/2003-12/schema/PORT_MT020001.xsd" classCode="OBS" moodCode="EVN" type="Observation">
Last edit: MJB van Ettinger 2016-05-23
Dear Maarten,
I’m really sorry for my late reply, but somehow you e-mail was lost in the junk email folder. I found it yesterday when doing some cleanup. I’m really sorry for that.
Regarding the XML file, I’m sending you a new one with 90 seconds of 12 leads acquisition.
If you kindly could take a look of what’s missing to your program to read it and exports to a DICOM ECG SCU server I’ll be thankful to you.
My best regards,
José Lopes
From: MJB van Ettinger [mailto:mvanettinger@users.sf.net]
Sent: 23 de maio de 2016 14:20
To: [ecgtoolkit-cs:support-requests]
Subject: [ecgtoolkit-cs:support-requests] #18 FDA XML compatibility
Hi José,
Looks like ver strange HL7 aECG files. This is what I know is not according to specs:
- AnnotatedECG missing a lot of parameter info
- Uses "Seqeuence" tag should be "sequence"
- Waveforms appeart to be empty (<value><digits/></value>)
- Not sure what this segment is, not acording to specs:
<component>
<sequence>
<value Frequence="1000Hz" SampleTime="0s" HeartRate="0bpm" PDuration="12ms" QRSDuration="0ms" TDuration="-410ms" PRInterval="356ms" QTInterval="-380ms" QTCInterval="-49ms" PAxis="90.0" QRSAxis="90.0" TAxis="90.0" RV5="0.00mV" SV1="0.00mV"/>
</sequence>
</component>
Maybe you can contact the developers of DMSoftware, about there FDA XML output?
With Best Regards,
Maarten
Note: AnnotatedECG tag should look like this:
<AnnotatedECG xmlns="urn:hl7-org:v3" xmlns:voc="urn:hl7-org:v3/voc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hl7-org:v3/HL7/aECG/2003-12/schema/PORT_MT020001.xsd" classCode="OBS" moodCode="EVN" type="Observation">
[support-requests:#18] https://sourceforge.net/p/ecgtoolkit-cs/support-requests/18/ FDA XML compatibility
Status: open
Group: v1.0 (example)
Created: Fri Apr 29, 2016 07:51 AM UTC by Jose Lopes
Last Updated: Fri Apr 29, 2016 07:51 AM UTC
Owner: MJB van Ettinger
Attachments:
Dear MJB,
I came acrross to your project because I need to send to a PACS system, in DICOM ECG format, ECGs from a program from DMSoftware, that exports them in FDA XML format.
Attached, I'm including a sample of the ECG. If you could kindly take a look at it and see if it is simple to update your project to include this format, I'd be very thankful.
My best regards,
José Lopes
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/ecgtoolkit-cs/support-requests/18/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Support Requests: #18
Were can I find these 90 second recordings?