Search found 32 matches

by qimo601
Tue, 2017-07-25, 07:26
Forum: DCMTK - General
Topic: How to encapsulate a series of DICOM files?
Replies: 2
Views: 2916

Re: How to encapsulate a series of DICOM files?

Scanning over your code it seems you are generally doing the right thing; I did not check each value though. Whenever *I* create DICOM objects, I check them with a DICOM checker tool first. I can recommend dciodvfy from David Clunie for this task. It finds out whether you are setting all values req...
by qimo601
Mon, 2017-07-24, 10:22
Forum: DCMTK - General
Topic: How to encapsulate a series of DICOM files?
Replies: 2
Views: 2916

How to encapsulate a series of DICOM files?

Hi,Everyone. I'm using DcmDataset class to encapsulate a series of dicom files. I can read the single dicom, But can't open these dicoms for 3D reconstruction with 3D slicer software after writing raw data to these dicom files as a series . Is there some error in my method? or is there a example cod...
by qimo601
Thu, 2012-11-15, 04:05
Forum: DCMTK - General
Topic: DcmSCP:how to reply C-Get Request
Replies: 0
Views: 16241

DcmSCP:how to reply C-Get Request

hi,all. As it said in chapter4 : The C-GET operation allows an application entity to instruct another application entity to transfer stored SOP Instances to the initiating applicationentity using the C-STORE operation. Support for the C-GET service shall be agreed upon at Association establishment t...
by qimo601
Mon, 2012-11-12, 07:36
Forum: DCMTK - General
Topic: DcmSCP: how to stop listen ?
Replies: 2
Views: 4402

Re: DcmSCP: how to stop listen ?

omarelgazzar wrote:The only way to stop listening is to overwrite the function stopAfterCurrentAssociation and to return OFTrue. This will cause the DCMSCP to stop listening after the current association.

Thank you. I got it.
by qimo601
Fri, 2012-11-09, 04:32
Forum: DCMTK - General
Topic: DcmSCP: how to stop listen ?
Replies: 2
Views: 4402

DcmSCP: how to stop listen ?

hi,all. how to stop listening in DcmSCP funtions? I want to use DcmSCP to receive the moveRequest and send a dcm to the dest ip. Then stop the listening. I have tried the DcmSCP::stopAfterCurrentAssociation (), but it stoped before receiving moveRequest. can anybody help me? Thanks in advance.
by qimo601
Tue, 2012-11-06, 02:45
Forum: DCMTK - General
Topic: DcmSCP, error:QueryRetrieveLevel larger remaining bytes
Replies: 1
Views: 3466

Re: DcmSCP, error:QueryRetrieveLevel larger remaining byt

hi, all. when i send a findRequest in DcmSCU, it will be successful to receive response. but then the DcmServer will take place an error, as follows. I have found the anwser Something about the findscu tool we should implement the callback function to set response->DimseStatus=STATUS_Success; typed...
by qimo601
Mon, 2012-11-05, 03:15
Forum: DCMTK - General
Topic: DcmSCP, error:QueryRetrieveLevel larger remaining bytes
Replies: 1
Views: 3466

DcmSCP, error:QueryRetrieveLevel larger remaining bytes

hi, all. when i send a findRequest in DcmSCU, it will be successful to receive response. but then the DcmServer will take place an error, as follows. "2012-11-03 16:12:25.758 INFO: Sending C-Find Response" "2012-11-03 16:12:27.795 DEBUG: C-FIND Response successfully sent" "2...
by qimo601
Tue, 2012-10-23, 03:21
Forum: DCMTK - General
Topic: how to implement the pacs by dcmtk, store,worklist
Replies: 1
Views: 4005

how to implement the pacs by dcmtk, store,worklist

hi,everyone. I am confused about how to build a pacs a fews days with dcmtk. I have also readed many relevant posts in this forum. I have questions as follows, i will be very appreciated for your answer. First, how to store the received DcmDataset on dicom server? In other words, what's the storedir...
by qimo601
Mon, 2012-10-22, 06:55
Forum: DCMTK - General
Topic: Worklist Management - wlmscpfs wwwapp.txt:no result
Replies: 1
Views: 2909

Re: Worklist Management - wlmscpfs wwwapp.txt:no result

I have got the anwser from DCMTK Teamers, thanks for Dr. Marco Eichelberg. first of all, all questions related to DCMTK should be posted to the discussion forum at http://forum.dcmtk.org/ so that other people can benefit from the answers given there. If you send us a mail with your designed user nam...
by qimo601
Mon, 2012-10-22, 06:51
Forum: DCMTK - General
Topic: problems using movescu
Replies: 6
Views: 7912

Re: problems using movescu

Hello, Patient id is the unique attribute at the patient level and should contain a value. Patient ID should not be empty. hi omarelgazzar, 1, do you know how the dicom server stored these *.dcm files on the disk when it received new dicom images??? 2, and how the dicom server find these *.dcm file...
by qimo601
Mon, 2012-10-22, 06:35
Forum: DCMTK - General
Topic: Worklist question
Replies: 9
Views: 11671

Re: Worklist question

I am not aware of anything other than dump2dcm. Perhaps it is possible to build it as a .dll. I am not sure. Why not launch dump2dcm as an external process from with your QT app? Thanks robertsdavidb. Your quick answer is very helpful for me. But if I use dump2dcm as an external process to cerate t...
by qimo601
Mon, 2012-10-22, 01:52
Forum: DCMTK - General
Topic: Worklist question
Replies: 9
Views: 11671

Re: Worklist question

You can create the worklist files as ascii, then use dump2dcm to convert them to DICOM files. Take a look in the dcwlm/data/wlistqry/ directory and view the dump file examples. Is there any classes or function to create the worklist in DCMTK??? Because i can't use the dump2dcm.exe in my own qt appl...
by qimo601
Sat, 2012-10-20, 06:55
Forum: DCMTK - General
Topic: How to make a worklist file
Replies: 11
Views: 28810

Re:

Samples are provided in the DCMTK source distribution, in directory dcmwlm/data/wlistdb. These are text files that can be converted into DICOM files suitable for wlmscpfs using the dcmconv tool. The README file provided in that directory says: DCMWLM - EXAMPLE MODALITY WORKLIST DATABASE Within this...
by qimo601
Sat, 2012-10-20, 06:42
Forum: DCMTK - General
Topic: create and store worklist
Replies: 2
Views: 4634

Re:

Hi Luca, just look at DCMTK's worklist server wlmscp . It is part of the public tookit and you can use it in your private, scientific, commercial or whatever projects. Best regards, Michael hi Michael I am confused about the problem too.... And how to create worklist and store it with '.wl' by wlms...
by qimo601
Sat, 2012-10-20, 03:19
Forum: DCMTK - General
Topic: Worklist question
Replies: 9
Views: 11671

Re: Worklist question

Yes, I built the wwwapps and can manage worklist entries with the PERL scripts. Thanks for quick answer. can you give me some question? As it said on wwwapp.txt However, wlmscpfs is not a hospital information system. Therefore, worklist entries must be created, updated and deleted manually. Since t...