Search found 33 matches

by JL
Fri, 2010-10-22, 23:23
Forum: DCMTK - General
Topic: DICOM 3 part10
Replies: 2
Views: 3841

Omar,
Thanks again!!
Regards,
JL
by JL
Fri, 2010-10-22, 18:08
Forum: DCMTK - General
Topic: DICOM 3 part10
Replies: 2
Views: 3841

DICOM 3 part10

I have 2 reference DICOM files (a test pattern and a chest x-ray). On one of my viewer (which stated on its manual that it only accepts DICOM part 10 compliance file), I can see these images. When I tried to open these 2 studies on other viewers, some cannot open them. When I contacted their support...
by JL
Fri, 2010-10-22, 15:11
Forum: DCMTK - General
Topic: AE Title, IP Address & Port Number
Replies: 6
Views: 14542

Thank you. :D
by JL
Thu, 2010-10-21, 19:00
Forum: DCMTK - General
Topic: AE Title, IP Address & Port Number
Replies: 6
Views: 14542

Super! and Thank You Omar! I have to develop this app first. So am I safe to say the app using the storescu tools can identify the Viewing Station through its (the viewing station) AE Title, IP address and port number. The storescu class has the function calls that I can invoke to forward the studie...
by JL
Thu, 2010-10-21, 16:39
Forum: DCMTK - General
Topic: AE Title, IP Address & Port Number
Replies: 6
Views: 14542

Hello Omarelgazzar, Thanks for the pointers. Quick question. Isn't all devices on the networks communicate with each other through a port (plus IP address)? Cannot be a randomly assigned port right? The viewing station is from GE. In the configuration panel, the station requires a port number (plus ...
by JL
Wed, 2010-10-20, 22:35
Forum: DCMTK - General
Topic: AE Title, IP Address & Port Number
Replies: 6
Views: 14542

AE Title, IP Address & Port Number

Hello, I have DICOM studies that VPN into one of the folder in my laptop. I want to develop an app that can forward these data to a DICOM viewing station. The viewing station (with AE Title, IP address and port number) can only accept data push to it from another AE Title within the network. Wonder ...
by JL
Sun, 2010-04-25, 21:56
Forum: DCMTK - General
Topic: Jpeg
Replies: 0
Views: 15759

Jpeg

Wonder is there a difference between 1/ compressing the original Dicom file with DCMTK's jpeg program and 2/ (using DCMTK's library) extract the image, and the header/meta data of the Dicom file, compress the image (using jpeg) and then combine the header/meta data and the result compressed image (u...
by JL
Wed, 2010-03-24, 19:09
Forum: DCMTK - General
Topic: Forwarding dicom files
Replies: 8
Views: 9409

Hello Mike, The SOP Class UID is 1.2.840.10008.5.1.4.1.1.1.2.1 which is Digital Mammography X-ray for processing The transfer syntax UID is 1.2.840.10008.1.2.1 which is Explicit VR Little Endian I installed KPacs and I was able to forward the file to KPacs using storescu sample app. So I interpreted...
by JL
Sun, 2010-03-21, 19:02
Forum: DCMTK - General
Topic: Forwarding dicom files
Replies: 8
Views: 9409

Hello, Encountered some problems using storescu. Testing storescu usage with Digital Jacket. Both Offis project and Digital Jacket app reside in the same desktop. In the command line, I used storescu.exe 192.x.x.x 104 somedicom.dcm where 192.x.x.x is the IP address for Digital Jacket; 104 is the por...
by JL
Sat, 2010-03-20, 21:47
Forum: DCMTK - General
Topic: Forwarding dicom files
Replies: 8
Views: 9409

Hello Jorg, Thanks for the info. Sorry about the confusion. AE Name is just the description of the AE (application entity) Title. It is an entry for just about every modality equipment to describe a bit more about the machine. I misunderstood what storescu document meant about "peer", I th...
by JL
Sat, 2010-03-20, 20:56
Forum: DCMTK - General
Topic: Forwarding dicom files
Replies: 8
Views: 9409

Jorg, I did check the documentation. First things first: Was I correct in assuming storescu is the sample app I am looking for? Second: In the doc for storescu, the usage is storescu [options] peer port dcmfile... Suppose the viewing station has this info AE-Title: ABCDEFG AE Name: Viewing station P...
by JL
Sat, 2010-03-20, 17:21
Forum: DCMTK - General
Topic: Forwarding dicom files
Replies: 8
Views: 9409

Forwarding dicom files

Hello all, I would like to foward some dicom studies located in a folder to a viewing station. I wonder is “storescu” the correct sample app that can allow me to specify the AE title, IP address and port number? If this is the correct sample app, how to specify the IP address to the destination AE T...
by JL
Wed, 2010-02-17, 19:14
Forum: DCMTK - General
Topic: Inserting Dicom Tag
Replies: 4
Views: 5806

Mike,
Thank you. You're the best.
I have been told that I am doomed by a big name OEM manufacturer. Good to hear there is a sign of hope.
by JL
Wed, 2010-02-17, 17:46
Forum: DCMTK - General
Topic: Inserting Dicom Tag
Replies: 4
Views: 5806

Hello Mike, Thanks for the response. What happened was the SOP tags (0002,xxxx) were generated when the dicom file was written/stored on a media. In my case the media was disk arrays within a NAS. I am trying to import dicom data in the NAS to a PACS server. The amount of data is about 1.6TB. After ...
by JL
Fri, 2010-02-12, 22:51
Forum: DCMTK - General
Topic: Inserting Dicom Tag
Replies: 4
Views: 5806

Inserting Dicom Tag

Hello all, I want to insert a DICOM tag (0002,0003) and the associated value into a dcm file. I am going to use dcmodify to do it. I think this is the correct tool. However, I have to search thousands of dcm files and find out which files have this missing tag. The dcm files span across 200+ folders...