Search found 15 matches

by oguhantunes
Wed, 2017-06-07, 15:52
Forum: DCMTK - Installation
Topic: Compile dcmsr folder with CMake for VisualStudio 2015
Replies: 2
Views: 3350

Compile dcmsr folder with CMake for VisualStudio 2015

Hi, I am trying to compile DCMTK (most recent version - 3.6.1_20170228) with CMake 3.8.2. More specifically I am trying to compile Dcmsr folder. In CMake i am selecting option "Generator for Visual Studio 14 2015" I get an error during the "Configure" process in CMake, saying the...
by oguhantunes
Wed, 2016-03-23, 01:58
Forum: DCMTK - General
Topic: Convert Dicom SR to XML
Replies: 11
Views: 23624

Re: Convert Dicom SR to XML

Hi Riesmeier, I have already scheduled a meeting with local Toshiba staff to explain them that SR files are not well structured. What is the best way to show them that the SR files are incorrect? Does it exist any kind of "DICOM SR compliant tool" which i can use to show them that the file...
by oguhantunes
Thu, 2016-03-17, 11:02
Forum: DCMTK - General
Topic: Convert Dicom SR to XML
Replies: 11
Views: 23624

Re: Convert Dicom SR to XML

Hi, Just to conlude, DICOM SR files that are coming from Toshiba Modality, are incorrect. They do not respect the Dicom Standard SR, and i should inform the Manufacturer about that, right? However, if i try to convert this SR Files to XML with dsr2xml using error handling options, i should get a val...
by oguhantunes
Thu, 2016-03-17, 01:12
Forum: DCMTK - General
Topic: Convert Dicom SR to XML
Replies: 11
Views: 23624

Re: Convert Dicom SR to XML

Rismeier, Thanks for your support. I have already sent you the original DICOM SR. Regarding the latest development version, i have never tried to compile the source code. I have already downloaded the source code, and i have already take a look on the files.. But, how should i do it? is there any ma...
by oguhantunes
Wed, 2016-03-16, 19:19
Forum: DCMTK - General
Topic: Convert Dicom SR to XML
Replies: 11
Views: 23624

Re: Convert Dicom SR to XML

Hi, I have already sent the sample file via email. The Dicom Sr FIle is one sample SR that is coming from one Toshiba CT Modality. If you say that "it violates the definitions of the DICOM standard by omitting the mandatory (Type 1) Concept Code Sequence for a CODE content item at position 1.8....
by oguhantunes
Wed, 2016-03-16, 17:37
Forum: DCMTK - General
Topic: Convert Dicom SR to XML
Replies: 11
Views: 23624

Re: Convert Dicom SR to XML

Hi Riesmeier, Here below you have my answers, 1. I used dcm2xml because when i tryied dsr2xml i got the following error: D:\>dsr2xml.exe SRd.1.2.392.200036.9116.2.5.1.37.2429823846.1453076066.816107 sr.xml W: ConceptCodeSequence (0040,a168) absent in content item (type 1) W: Reading invalid/incomple...
by oguhantunes
Wed, 2016-03-16, 03:34
Forum: DCMTK - General
Topic: Convert Dicom SR to XML
Replies: 11
Views: 23624

Convert Dicom SR to XML

Hi, I am trying to read Dicom SR files. The best solution i found was to convert SR files to XML with (Dcm2xml.exe), and after that read XML file. Do i have any better choice??.. However, when i try to convert this XML file into a DataSet, is not possible because XML structure is not readable.. Atta...
by oguhantunes
Mon, 2015-11-09, 00:28
Forum: DCMTK - General
Topic: MOVESCU - how to move images to a scpecific folfer
Replies: 5
Views: 13495

Re: MOVESCU - how to move images to a scpecific folfer

Right,
The port parameter was wrong. I have already removed it from the command.
Regarding the UIDs, iam using only Series UID, and it is working...the images are being retrieved.
The problem is that are not being received in the folder that i want..
by oguhantunes
Sun, 2015-11-08, 19:02
Forum: DCMTK - General
Topic: DCM2XML - Get information from private Dicom tags
Replies: 1
Views: 9635

DCM2XML - Get information from private Dicom tags

Hi, Iam trying to retrieve information from Dose Reports files, from one Toshiba CT Opening file with Dicom Viewer, i can see the information regarding the dose (CTDI and DLP) If i export file from dcm to xml with dcm2xmlthis, info regarding the Dose is not coming in any dicom tag.. I can see (in ge...
by oguhantunes
Sun, 2015-11-08, 18:39
Forum: DCMTK - General
Topic: DCML2XML - how to specify character set in the command?
Replies: 2
Views: 10081

Re: DCML2XML - how to specify character set in the command?

Yes, it exactly that! Solved!
I was not undersanding how to specify Latin. It was missing -1
Thanks a lot J. Riesmeier !
Regards,
Hugo Antunes
by oguhantunes
Sat, 2015-11-07, 18:47
Forum: DCMTK - General
Topic: DCML2XML - how to specify character set in the command?
Replies: 2
Views: 10081

DCML2XML - how to specify character set in the command?

Hi, Iam facing some problems converting some dcm files to xml. When i execute dcm2xcml command i get the error "W: dcm2xml: (0008,0005) Specific Character Set absent but extended characters used in file: file1.dcm" I opened the dicom file and verified that dicom tag 0008,0005 does not exis...
by oguhantunes
Sat, 2015-11-07, 18:10
Forum: DCMTK - General
Topic: MOVESCU - how to move images to a scpecific folfer
Replies: 5
Views: 13495

Re: MOVESCU - how to move images to a scpecific folfer

Sorry, my mistake. I wanted to say storescp, of course...
Yes, i am mentioning Study Instance UID with tag parameter 00020,000e=1.2.840.113619.2.55.3.2831184717.996.1442814905.68
And the files are retrieved sucessfully from the server !..but not to the folder that i want...
by oguhantunes
Mon, 2015-11-02, 18:30
Forum: DCMTK - General
Topic: MOVESCU - how to move images to a scpecific folfer
Replies: 5
Views: 13495

MOVESCU - how to move images to a scpecific folfer

Hello, I need to retrieve some images from one DICOM node to a specific location folder in another machine. For that i am using MOVESCU command with this format movescu.exe -v -d --study -od C:\Test -k 0008,0052=SERIES -k 00020,000e=1.2.840.113619.2.55.3.2831184717.996.1442814905.68 --port 104 -aet ...
by oguhantunes
Fri, 2015-10-09, 01:43
Forum: DCMTK - General
Topic: Convert dicom file to Image (jpg ir bmp)
Replies: 3
Views: 5586

Re: Convert dicom file to Image (jpg ir bmp)

Great! It worked sucessfully!
Thanks,
by oguhantunes
Sun, 2015-10-04, 18:05
Forum: DCMTK - General
Topic: Convert dicom file to Image (jpg ir bmp)
Replies: 3
Views: 5586

Convert dicom file to Image (jpg ir bmp)

Hi, I am retrieving dicom dose image files from CT Examinations. I get the dicom file successfully. Now i need to convert it to JPEG ou BMP. I have tried a lot of parameters but it does not work.. I think it should work with this command dcmj2pnm.exe +Fa +op -O --log-level info dicomfile.dcm jpegfil...