Search found 112 matches

by Mitmal
Tue, 2011-05-31, 21:05
Forum: DCMTK - General
Topic: How to read DiffusionBValue
Replies: 38
Views: 98128

Pfff Oh my god, I'm very very very tired (or stupid !!!!)
Now it works well, I get the same result as you:
(0018.9087) FD 1000 # 8.1 DiffusionBValue

We now know that the value is not empty, but in my program, how to retrieve it?
by Mitmal
Tue, 2011-05-31, 20:36
Forum: DCMTK - General
Topic: How to read DiffusionBValue
Replies: 38
Views: 98128

There is no difference.
Sorry, I forgot to write that I can read $dcmtk: dcmdump v3.6.0 2011-01-06 $ just before the same previous message... but nothing else :-(

And in my C++ code, is it not possible to read this value ??? Of course yes I think :roll:
by Mitmal
Tue, 2011-05-31, 18:28
Forum: DCMTK - General
Topic: How to read DiffusionBValue
Replies: 38
Views: 98128

ok ok, I understand. So I start cmd, I go to dcmtk directory and in C:\dcmtk-3.6.0\dcmdata\apps\Release Here, I write : dcmdump -p DiffusionBValue C:\BD\Patients\2011IV24H025\IRM2\ser301img00032.dcm but the answer is : dcmdump : Dump DICOM file and data set error: --no-prepend only allowed with --se...
by Mitmal
Tue, 2011-05-31, 17:44
Forum: DCMTK - General
Topic: How to read DiffusionBValue
Replies: 38
Views: 98128

hum yes but I'm working in C++ and I don't how to use dcmdump in my code... I don't know if it's possible... Maybe by using shell in my program... But how ???
Can you show me ???
by Mitmal
Tue, 2011-05-31, 17:36
Forum: DCMTK - General
Topic: How to read DiffusionBValue
Replies: 38
Views: 98128

Euh...In fact just because I don't know what is a dcmdump and how to use it :cry:
by Mitmal
Tue, 2011-05-31, 16:13
Forum: DCMTK - General
Topic: How to read DiffusionBValue
Replies: 38
Views: 98128

Hummmm.... Yes, thx you, I understand your code, and now I understand how to read this Bvalue... But if I test to ask the tag MRDiffusionSequence : OFCondition result = dset->findAndGetSequenceItem(DCM_MRDiffusionSequence , item, 0); The value of result is alway false... I finished by think that thi...
by Mitmal
Tue, 2011-05-31, 13:28
Forum: DCMTK - General
Topic: How to read DiffusionBValue
Replies: 38
Views: 98128

any idea ????
I tried to create a DCMSequenceOfItem object with MRDiffusionSequence for tag...And after I tried to read the BValue Tag in this object...But I don't know how to do that...
Nobody can give me a example of code for do that ????
by Mitmal
Mon, 2011-05-30, 13:25
Forum: DCMTK - General
Topic: How to read DiffusionBValue
Replies: 38
Views: 98128

Ok, thx, but i need an example in C++
:-(

Or maybe, can you tell me where I can find the officiel doc please
by Mitmal
Mon, 2011-05-30, 10:23
Forum: DCMTK - General
Topic: How to read DiffusionBValue
Replies: 38
Views: 98128

All right this example is perfect : DcmFileFormat fileformat; OFCondition status = fileformat.loadFile("test.dcm"); if (status.good()) { OFString patientName; if (fileformat.getDataset()->findAndGetOFString(DCM_PatientName, patientName).good()) { cout << "Patient's Name: " << pat...
by Mitmal
Sat, 2011-05-28, 10:41
Forum: DCMTK - General
Topic: How to read DiffusionBValue
Replies: 38
Views: 98128

I search how to read information in Slice directy (in DICOM File) without look into the DICOMDIR (or just for find the file path maybe)
But i found nothing... Can you help me ??
by Mitmal
Fri, 2011-05-27, 16:21
Forum: DCMTK - General
Topic: How to read DiffusionBValue
Replies: 38
Views: 98128

Don't you have a code for read this B value ????
Even if it's without use DICOMDIR, maybe directly with the DICOM file slice, i'm ready to test any suggestion :wink:
by Mitmal
Fri, 2011-05-27, 13:32
Forum: DCMTK - General
Topic: How to read DiffusionBValue
Replies: 38
Views: 98128

But I can read some information in the slice : The slice path for exemple...And I copy all the DICOM file in my folder by using this path, so I can use directly DICOM file if you have a solution with these. Have you a exemple of code which can read the value (in DICOMDIR and/or DICOM file) Because I...
by Mitmal
Fri, 2011-05-27, 13:14
Forum: DCMTK - General
Topic: How to read DiffusionBValue
Replies: 38
Views: 98128

Yes yes of course, I can read some other information like the patient name, patient ID, study name or description...every since look good but I don't understand why I have problem with DiffusionBValue... I have to verify that my serie is a Diffusion and after I will have to separate b0 and b1000...b...
by Mitmal
Fri, 2011-05-27, 11:33
Forum: DCMTK - General
Topic: How to read DiffusionBValue
Replies: 38
Views: 98128

How to read DiffusionBValue

(I'm using Visual Studio 2010, DCMTK last version and Qt) I'm trying to read the DiffusionBValue information in DICOM files. I started by trying the traditional technique: OFString bvalue; DcmDirectoryRecord *patientRef = ... patientRef->findAndGetOFString(DCM_DiffusionBValue, bvalue); // And I try ...
by Mitmal
Mon, 2011-05-23, 09:24
Forum: DCMTK - General
Topic: connect to PACS system biginner question
Replies: 30
Views: 46144

No idea ???