Search found 28 matches

by kstn_hut_hat
Fri, 2016-10-14, 10:00
Forum: DCMTK - General
Topic: DICOM GSPS - How to read GSPS file?
Replies: 5
Views: 7667

Re: DICOM GSPS - How to read GSPS file?

Compound graphics (and other concepts from Supplement 120 - Extended Presentation States) are not supported by "dcmpstat". This module is more than 15 years old and has never seen any significant update since then. It has been developed to support Grayscale Softcopy Presentation States (G...
by kstn_hut_hat
Fri, 2016-10-14, 09:36
Forum: DCMTK - General
Topic: DICOM GSPS - How to read GSPS file?
Replies: 5
Views: 7667

Re: DICOM GSPS - How to read GSPS file?

Please have a look at the dcmpstat module. Hi J. Riesmeie, Thanks for help. Currently, I can not get the information such as the shape of Compound Graphic(CROSSHAIR,ARROW,RECTANGLE,ELLIPSE, v.v..) or Modality LUT. I use DCMTK 3.6.0, and DVPresentationState. Can you show me how to get the above para...
by kstn_hut_hat
Wed, 2016-09-28, 05:48
Forum: DCMTK - General
Topic: Can't load DICOM file! Help me!
Replies: 1
Views: 3116

Can't load DICOM file! Help me!

Hi everyone,
I created a DICOM file with Little Endian Implicit Transfer Syntax from other DICOM file that has Little Endian Explicit Transfer Syntax . Then I loaded this file unsuccessful.
My dcmtk version is 3.6.0

Thank for supporting!
TuanHA
by kstn_hut_hat
Wed, 2016-09-28, 05:43
Forum: DCMTK - General
Topic: Why could not I read again DICOM SR that I created?
Replies: 4
Views: 4902

Re: Why could not I read again DICOM SR that I created?

Following my previous posting, I would like to ask you to try the current DCMTK snapshot first. This version also allows you to disable the VR checker by calling "dcmEnableVRCheckerForStringValues.set(OFFalse)". The following excerpt is from "dcmtk/dcmdata/dcbytstr.h": /** This ...
by kstn_hut_hat
Tue, 2016-09-27, 04:13
Forum: DCMTK - General
Topic: Why could not I read again DICOM SR that I created?
Replies: 4
Views: 4902

Re: Why could not I read again DICOM SR that I created?

I'm sorry but without more details I'll not be able to help you. E.g., I would need to know: Which version of the DCMTK you use. How you've created the SR document. What do you mean by "Then I read it again. But not success.". What is the output of "dsrdump" on this SR document ...
by kstn_hut_hat
Sun, 2016-09-18, 08:34
Forum: DCMTK - General
Topic: Why could not I read again DICOM SR that I created?
Replies: 4
Views: 4902

Why could not I read again DICOM SR that I created?

Hi everyone,
I created DICOM SR that contain Value Type TEXT. It had (0040,a160) Text Value - ございます.
Then I read it again. But not success.
Why?

Thank for supporting!
by kstn_hut_hat
Thu, 2016-09-15, 04:04
Forum: DCMTK - General
Topic: How to print Modality LUT, VOI LUT value to SCP?
Replies: 2
Views: 3508

How to print Modality LUT, VOI LUT value to SCP?

Hi everyone,
I want to send the Window Width, Window Center values (And Modality LUT) to SCP from my SCU. How to do it? Which tag could I add when send?

Thanks pro,
by kstn_hut_hat
Fri, 2016-07-22, 02:43
Forum: DCMTK - General
Topic: How to change DcmFileFormat type to DcmImage type?
Replies: 1
Views: 2801

How to change DcmFileFormat type to DcmImage type?

I have a DcmFileFormat object. How to change DcmFileFormat object to DicomImage object?

Can you help me?
Thank you so much!
by kstn_hut_hat
Fri, 2016-07-22, 02:41
Forum: DCMTK - General
Topic: DCMPRSCP/DCMPRSCU configuration file!
Replies: 6
Views: 6670

Re: DCMPRSCP/DCMPRSCU configuration file!

Step1: Use dcmpsprt to create a print job consisting of stored print and hardcopy grayscale images. It's mean create 3 files. Step2:Then, Send stored print file from scu to scp. You could also use the "spool" mode of the dcmpsprt tool in order to send the print job "directly" to...
by kstn_hut_hat
Wed, 2016-07-20, 08:57
Forum: DCMTK - General
Topic: DCMPRSCP/DCMPRSCU configuration file!
Replies: 6
Views: 6670

Re: DCMPRSCP/DCMPRSCU configuration file!

As far I can can see, you have to pass the filename of the config file as the first parameter of the DVInterface constructor. Please note that this class is derived from class DVConfiguration. Hi J. Riesmeier! After read scp/scu examples, the DICOM Print follow from SCU to SCP is: (Print 2 DICOM fi...
by kstn_hut_hat
Wed, 2016-07-20, 08:25
Forum: DCMTK - General
Topic: DCMPRSCP/DCMPRSCU configuration file!
Replies: 6
Views: 6670

Re: DCMPRSCP/DCMPRSCU configuration file!

Gavinzz01 wrote:You can set every parameter using default value no using config file.It is a very big work~
Yes. It's a larger work :(
by kstn_hut_hat
Mon, 2016-07-18, 04:30
Forum: DCMTK - General
Topic: DCMPRSCP/DCMPRSCU configuration file!
Replies: 6
Views: 6670

DCMPRSCP/DCMPRSCU configuration file!

Hi,
To run dcmprscp/dcmprscu, we need to pass the configuration file path agurment. If i don't want to do it, how to set default value for DVInterface's variable?

Can you help me?
Thank you so much!
by kstn_hut_hat
Mon, 2016-07-18, 04:25
Forum: DCMTK - General
Topic: Can Waveform reference to DICOM image?
Replies: 2
Views: 3095

Re: Can Waveform reference to DICOM image?

Thank you so much!
by kstn_hut_hat
Thu, 2016-06-23, 15:06
Forum: DCMTK - General
Topic: Can Waveform reference to DICOM image?
Replies: 2
Views: 3095

Can Waveform reference to DICOM image?

Hi everyone,
Now I'm researching about DICOM Waveform.
According to A.34 Waveform IODs PS3.03, each DICOM waveform has a separate modality and has been acquired or created by an acquisition function within an imaging modality.
Can DICOM Waveform reference to DICOM image?
Thanks for support!