Search found 19 matches

by deepujames
Thu, 2006-02-23, 14:16
Forum: DCMTK - General
Topic: Is there any Storage Commitment SCU /SCP available with Dcmtk
Replies: 1
Views: 3771

Is there any Storage Commitment SCU /SCP available with Dcmtk

Hi
I would like to implement a Storage COmmitment N_Eevent Report SCU/SCP using DCMTK libraries. Is there any code already there with dcmtk which i can use for this. If not could you please help me in where I can start with.
by deepujames
Wed, 2006-01-25, 11:53
Forum: DCMTK - General
Topic: how can i get pixel data from a file in tag (7FE0,0010)
Replies: 5
Views: 7324

how to put data inside diffrent items in a sequence

Hi Michael Thanks for your help. I am not getting a clear picture of sequence even now. I am able to create a sequence with findOrCreateSequenceItem(). I am able to explicitly specify the size of the sequence also. But what ever DcmElement values i am putting inside a DcmItem object it is all going ...
by deepujames
Tue, 2006-01-24, 17:12
Forum: DCMTK - General
Topic: how can i get pixel data from a file in tag (7FE0,0010)
Replies: 5
Views: 7324

thanks for your help, how can i put sequence & valus 4datase

in the example given what is pixelData and pixelLength in function putAndInsertUint8Array() how can we provide pixel data to this program? Should we store it in a seperate file? dataset->putAndInsertUint8Array(DCM_PixelData, pixelData, pixelLength); How can I put values to a sequence like ref image ...
by deepujames
Tue, 2006-01-24, 15:50
Forum: DCMTK - General
Topic: how can i get pixel data from a file in tag (7FE0,0010)
Replies: 5
Views: 7324

how can i get pixel data from a file in tag (7FE0,0010)

Hi
I am creating a DcmTag() with group and element as (7FE0,0010)

how can I insert value of pixel data available in a file to this tag?
by deepujames
Tue, 2006-01-24, 15:06
Forum: DCMTK - General
Topic: how can I create DcmDataset with tags and values in it?
Replies: 1
Views: 3055

how can I create DcmDataset with tags and values in it?

Hi
I couldn't find any methods with DcmDataset class which can put a tag and its value to Dataset object created.
If I dont want to load dataset from a part5 encoded file.
how can I assign dcmTag into dataset one after another?
by deepujames
Tue, 2006-01-24, 15:00
Forum: DCMTK - General
Topic: not able to retrive images when I am using imagectn
Replies: 1
Views: 3326

not able to retrive images when I am using imagectn

Hi I am using imagectn application. i am able to Query files using JDICOM Query/ Retrive SCU. but not able to Retrive any study. When I am trying to retrive the following error is coming in JDICOM. [Refused: Move Destination StatusEntry.UNKNOWN] Should I configure my Store SCP in imagectn Configure ...
by deepujames
Thu, 2006-01-12, 14:33
Forum: DCMTK - General
Topic: how can we create sequence from program and update values
Replies: 1
Views: 3705

how can we create sequence from program and update values

Hi I am implementing Basic Gray Scale print management SCU . N_Set So i am able to load pixel data from the image to dataset. How can I create mandatery Basic Grayscale Image Sequence from my program and put pixel data i have read from the image file to it. Where in dcmtk i can find sample code for ...
by deepujames
Thu, 2006-01-05, 16:49
Forum: DCMTK - General
Topic: how can we create DICOM format image from pixel data & tags
Replies: 3
Views: 15608

how can we create DICOM format image from pixel data & tags

Hi Is there any utility avaialble in DCMTK for DICOM translation of images. Suppose i have the tag values and pixel data of certain non- DICOM image. How can I create a DICOM formatted image out of that. Which Application in DCMTK I can model upon for this. I have tried doing this by using dcmodify ...
by deepujames
Thu, 2006-01-05, 16:14
Forum: Other DICOM Tools
Topic: how can mpps SCU provide MPPS SOP Instance UID to JDICOM SCP
Replies: 5
Views: 19250

thanks for your help

Hi
I got it all right. I have given value >10 to opts. Its working fine. But if you give value 1 or 0 to it, it wont accept it. Sorry I was confused with the term command set in the previous question. nice to know that we have to assaign O_NCREATE_AFFECTEDSOPINSTANCEUID to opts.
by deepujames
Tue, 2006-01-03, 11:20
Forum: DCMTK - General
Topic: FINDSCU INFORMATION MODELS
Replies: 19
Views: 39098

How to add more elements to sequence after dum2dcm?

Hi Thanks for ur reply. It really helped me. Is it possible to add more elements to a sequence after dump2dcm without modifying the query file. using dcmodify? I am using query file for MPPS. My dataset is getting values from the query.dcm file similer to findscu. So sequences like referenced image ...
by deepujames
Tue, 2006-01-03, 10:43
Forum: Other DICOM Tools
Topic: how can mpps SCU provide MPPS SOP Instance UID to JDICOM SCP
Replies: 5
Views: 19250

how can we add elements to commandset

Hi As DCMTK doesn't have funtion for N_Create, I have used the function from /dcmtk/dcmnet/include/dimse.h DIMSE_sendMessageUsingMemoryData(T_ASC_Association *association, T_ASC_PresentationContextID presID, T_DIMSE_Message *msg, DcmDataset *statusDetail, DcmDataset *dataObject, DIMSE_ProgressCallba...
by deepujames
Mon, 2006-01-02, 11:50
Forum: Other DICOM Tools
Topic: how can mpps SCU provide MPPS SOP Instance UID to JDICOM SCP
Replies: 5
Views: 19250

how can mpps SCU provide MPPS SOP Instance UID to JDICOM SCP

Hi I am implementing a MPPS SCU N_Create. I use JDICOM RIS server as SCP. I am using dcmtk libraries for implementation of SCU. SOP Instance UID of the object created by JDICOM SCP is not matching with what I am providing from SCU side in the dataset. In short JDICOM RIS Server SCP is creating its o...
by deepujames
Wed, 2005-10-26, 12:38
Forum: DCMTK - General
Topic: FINDSCU INFORMATION MODELS
Replies: 19
Views: 39098

Semantics of dicom sequence

Hi I am using dump2dcm utility Can any one explain me how sequences can be added in a query file For example consider this sequence: (0040,0100) SQ # 250, 1 ScheduledProcedureStepSequence (fffe,e000) na << items in sequence>> (fffe,e00d) na (ItemDelimitationItem for re-encoding) # 0, 1 ItemDelimitat...
by deepujames
Tue, 2005-07-05, 12:10
Forum: DCMTK - General
Topic: Is there a Performed Procedure Step scu avilable in DCMTK - Is there an implementation of N-CREATE or N-SET IODs
Replies: 8
Views: 12648

Can we buy MPPS SCU implementation from DCMTK?Is it avilable

Hi
I would like to know how much it will cost my organization to buy MPPS SCU implemented by DCMTK, which is not avilable for free? If possible what is the procedure of buying it?