Search found 6 matches

by hughman
Tue, 2012-07-17, 15:30
Forum: DCMTK - General
Topic: about the structure of index.dat generated by dcmprscp
Replies: 6
Views: 7920

Re: about the structure of index.dat generated by dcmprscp

struct StudyDescRecord { char StudyInstanceUID [UI_MAX_LENGTH] ; long StudySize ; double LastRecordedDate ; int NumberofRegistratedImages ; } In the index.dat, the date type is double. How to convert the date to system time? use OleAut32\VariantTimeToSystemTime? But it seems wrong. the double value ...
by hughman
Wed, 2012-04-04, 12:59
Forum: DCMTK - General
Topic: about the structure of index.dat generated by dcmprscp
Replies: 6
Views: 7920

Thanks again.

Your info is very useful. It seems the same as dcmqrscp.
by hughman
Wed, 2012-04-04, 11:42
Forum: DCMTK - General
Topic: about the structure of index.dat generated by dcmprscp
Replies: 6
Views: 7920

Thx for your quick reply.

What's more, is the structure of index.dat generated by dcmPRscp the same as that by dcmQRscp?

Second, why are the tags, such as PatientID, PatientName, in SP files generated by dcmprscp always empty?

with regards
hughman
by hughman
Wed, 2012-04-04, 11:30
Forum: DCMTK - General
Topic: about the structure of index.dat generated by dcmprscp
Replies: 6
Views: 7920

about the structure of index.dat generated by dcmprscp

I am studying virtual printing by commandline dcmprscp. I want to intergate the stored print objects with RIS, so I need to retrieve some valid information. I found it not easy to realize because some important tags, such as patientid, accessno, patient name, are always empty in SP files. Why? The w...
by hughman
Wed, 2009-07-29, 15:15
Forum: DCMTK - General
Topic: why does storescp delete SourceApplicationEntityTitle?
Replies: 1
Views: 2636

why does storescp delete SourceApplicationEntityTitle?

the dicom file transfered by storescp has no tag (0002,0016)
why is this tag deleted? I want to remain it, how should I do?
by hughman
Sun, 2009-04-19, 08:06
Forum: DCMTK - General
Topic: about dcmdump
Replies: 1
Views: 2675

about dcmdump

Hi, All. Who can tell me how to dump one instance of a specified tag which has several instances? I just want to read the root tag other than the sub item. I have looked up the help file of dcmdump thread, and can't find a solution. 'dcmdump -s +P tagname' can only retrieve the first tag instance an...