|
From: Mathieu M. <mat...@gm...> - 2011-07-14 07:34:36
|
Alejandra, Please avoir private email and always prefer mail to the mailing list directly thanks. The last example I wrote for creating a DICOM DataSet from scratch is at: http://gdcm.sourceforge.net/html/CreateJPIPDataSet_8cxx-example.html Let me know if this make sense. 2cts On Thu, Jul 14, 2011 at 6:10 AM, Alejandra Sanchez <ale...@ho...> wrote: > Hi, > I have alredy defined which UID SOP class I am going to use. Is the one of > the 12 lead ECg. But I am still wondering where should be easier to create > my file. Where do you suggest I should add each data element??? > Sorry I keeep asking, but I really don´t get it yet. > Thanks a lot!! > Alejandra > >> From: mat...@gm... >> Date: Wed, 13 Jul 2011 08:45:47 +0200 >> Subject: Re: DICOM ECG >> To: ale...@ho... >> CC: gdc...@li... >> >> Hi, >> >> I am not a specialist in DICOM ECG. But anyway you should be able to >> identify which class best fits you among >> >> {"1.2.840.10008.5.1.4.1.1.9.1.1","12-lead ECG Waveform Storage"}, >> {"1.2.840.10008.5.1.4.1.1.9.1.2","General ECG Waveform Storage"}, >> {"1.2.840.10008.5.1.4.1.1.9.1.3","Ambulatory ECG Waveform Storage"}, >> >> Then either get a representative sample (an instance of the above >> class) or directly the standard and add each and every Data Element so >> as to make it a valid DICOM ECG. >> >> There are tools to helps you in this process such as the dciodvfy checker. >> >> HTH >> >> On Tue, Jul 12, 2011 at 11:55 PM, Alejandra Sanchez >> <ale...@ho...> wrote: >> > Hello Mathieu, I dont really understand what is that you are suggesting >> > me. >> > You are saying that I could create my DICOM ECG with GDCM? >> > If I use the GDCM I am able to see a file ecg.dcm, but how would I be >> > able >> > to create a DICOM ecg from data in text file?? >> > I hope you can help me with this, sorry if I sound a little confused, is >> > just that I havent been able to find anything from a long time, and any >> > suggestion would be helpfull. >> > Regards. >> > Alejandra >> > >> > >> >> From: mat...@gm... >> >> Date: Sat, 9 Jul 2011 11:55:21 +0200 >> >> Subject: Fwd: DICOM ECG >> >> To: ale...@ho... >> >> >> >> Here is a resent to your gmail account then. >> >> >> >> >> >> ---------- Forwarded message ---------- >> >> From: Mathieu Malaterre <mat...@gm...> >> >> Date: Fri, Jul 8, 2011 at 9:11 AM >> >> Subject: Re: DICOM ECG >> >> To: alejandra sanchez <ale...@us...> >> >> Cc: gdcm-developers <gdc...@li...> >> >> >> >> >> >> alejandra, >> >> >> >> I am CCing the gdcm-dev mailing list in case someone has a better >> >> suggestion. >> >> >> >> On Fri, Jul 8, 2011 at 12:40 AM, alejandra sanchez >> >> <ale...@us...> wrote: >> >> > Hello Mathieu, I am currently working in a project that involves >> >> > using >> >> > the >> >> > Dicom standard. I am very interested in the GDCMimg and in the use of >> >> > command prompt. I am particulary interested in creating a DICOM ECG >> >> > waveform from a signal acquiered by an ADC. I was wondering if you >> >> > know about any library or tool that could convert to this format. >> >> >> >> gdcmimg is really a tool to convert to and from a DICOM image. >> >> >> >> If you can to convert from your original signal to a DICOM ECG you >> >> can simply use GDCM. There is nothing really tailored for this >> >> specific purpose however you can use the general interface. >> >> >> >> gdcm::DataElement -> gdcm::DataSet -> gdcm::File -> gdcm::Writer >> >> >> >> HTH >> >> -- >> >> Mathieu >> >> >> >> >> >> >> >> -- >> >> Mathieu >> > >> >> >> >> -- >> Mathieu > -- Mathieu |