Search found 22 matches

by monil
Mon, 2012-08-13, 17:46
Forum: DCMTK - General
Topic: Multiframe Opthalmic Photography Image
Replies: 3
Views: 3508

Re: Multiframe Opthalmic Photography Image

Thanks Micheal for your reply

is there a way i can move this post to DICOMSCOPE ?
by monil
Fri, 2012-08-10, 21:42
Forum: DCMTK - General
Topic: Multiframe Opthalmic Photography Image
Replies: 3
Views: 3508

Multiframe Opthalmic Photography Image

General Image Module Attributes and Ophthalmic Photography Image Module Attributes both have Instance Number Dicom Tag but in General Image it is type 2 and in opthalmic it is type 1 (0020,0013) both these modules are mandatory, how is it possible since its the same tag number my question is what sh...
by monil
Wed, 2012-03-07, 18:23
Forum: DCMTK - General
Topic: A New Dicom IOD
Replies: 2
Views: 3349

Hi Michael, thanks for your response though my question might be better suited for google DICOM newsGroup, many implementation experts are present on this forum maybe I can refine my question using dcmtk how do I implement linking two properties, x and y position and acquisition time in a private ta...
by monil
Wed, 2012-03-07, 02:00
Forum: DCMTK - General
Topic: A New Dicom IOD
Replies: 2
Views: 3349

A New Dicom IOD

I have previously used dcmtk to read dicom files, never create one I need to create a new dicom IOD with the following information in one file 1. Per time instance data a. many JPG images, (could be multiframe ??) b. X and Y location associated with image c. timestamp associated with image d. Sequen...
by monil
Tue, 2011-11-22, 22:09
Forum: DCMTK - General
Topic: invalid sop instance uid
Replies: 1
Views: 3291

invalid sop instance uid

Hi

this sop instance uid generated using scmtk is too long
does anyone know the cause of this problem and how to fix it

1.2.276.0.28.3.3635050916.3515608704.15.28360.2011112218021105800.
by monil
Wed, 2009-12-16, 01:49
Forum: DCMTK - General
Topic: Sending Dicom SR output takes more time than a larger SC fil
Replies: 1
Views: 2786

Sending Dicom SR output takes more time than a larger SC fil

Hi, I create dicom structured report file and secondary captures I first send the Dicom SR file to the Dicom node followed by a much larger Dicom SC file. The SC file reaches before the SR file, tested it on different network connections and on different dicom nodes, problem persists Does anyone kno...
by monil
Wed, 2009-10-28, 14:37
Forum: DCMTK - General
Topic: Referenced Image Sequence
Replies: 2
Views: 3903

Thanks a lot!
by monil
Tue, 2009-10-27, 19:39
Forum: DCMTK - General
Topic: Referenced Image Sequence
Replies: 2
Views: 3903

Referenced Image Sequence

Hi, I want to add the referenced Image Sequence at tag DCM_ReferencedImageSequence for Dicom structured reports there is an easy method as shown below status = doc->getCurrentRequestedProcedureEvidence().addItem(StudyUID, SeriesUID, CT_CLASS_UID, sopClassUID); how do i add it for a key Image dicom f...
by monil
Thu, 2009-10-08, 14:43
Forum: DCMTK - General
Topic: Writing Private Tags for new Dicom SC file
Replies: 2
Views: 3346

Thanks, Michael

i tried using a code snippet from the forum and adding the private tag dynamically and it works
by monil
Wed, 2009-10-07, 16:21
Forum: DCMTK - General
Topic: Writing Private Tags for new Dicom SC file
Replies: 2
Views: 3346

Writing Private Tags for new Dicom SC file

Hi, I am trying to write these private tags, for the first line the status is normal but it fails for the second line. is there a specific way of creating and writing private tags ? could anyone guide me how to go about it. status = _dataset->putAndInsertString(DcmTagKey(0x300d, 0x0010), CREATOR_ID)...
by monil
Tue, 2009-10-06, 14:34
Forum: DCMTK - General
Topic: Adding Slice Location Vector
Replies: 3
Views: 3892

Thanks for the reply, will this not change the VR to string instead of DS ?
by monil
Mon, 2009-10-05, 23:46
Forum: DCMTK - General
Topic: Adding Slice Location Vector
Replies: 3
Views: 3892

Adding Slice Location Vector

Hi,

I want to write values to the tag for slice location vector
This tag contains the z value for all slices seperated by delimeter \

the VR = DS

how do i do that ?

0018,2005,?=1587.500\1588.500\1589.500\1590.500\
by monil
Thu, 2009-10-01, 14:31
Forum: DCMTK - General
Topic: Creating Multi-frame Secondary capture
Replies: 3
Views: 6535

Thanks!
by monil
Wed, 2009-09-30, 22:34
Forum: DCMTK - General
Topic: Creating Multi-frame Secondary capture
Replies: 3
Views: 6535

found some documentation

I found some documentation to get started,

http://support.dcmtk.org/docs/mod_dcmdata.html#Examples

does dcmfileformat support multiframe ? how do i create a multiframe dicom file ?
by monil
Wed, 2009-09-30, 22:31
Forum: DCMTK - General
Topic: Creating Multi-frame Secondary capture
Replies: 3
Views: 6535

Creating Multi-frame Secondary capture

Hi,

I am not very familiar with dcmtk
could any one guide me into how to create a dicom file specifically a multiframe secondary capture.

which library to use? or is there some example source code for creating dicom file