Search found 25 matches

by roydobbins
Wed, 2006-10-25, 23:10
Forum: DCMTK - General
Topic: storescu response status detail
Replies: 1
Views: 2888

storescu response status detail

I noticed that the response of some PACS to a C-STORE request is to return an empty status detail. Small point, but a bit irritating to have this happening. I would consider filtering this bit of fluff in the Dcmnet apps, notably storescu, something like: /* dump status detail information if there i...
by roydobbins
Fri, 2006-06-02, 00:25
Forum: DCMTK - General
Topic: Storage Commitment in storescp
Replies: 1
Views: 4633

Storage Commitment in storescp

In order to test storage commitment, I was thinking of adding this SOP class to storescp? Right at the moment I don't see a better alternative. Unfortunately, from what I have seen none of the popular PACS support this... I have tried Conquest, and a couple of others, and they all seem to balk at a ...
by roydobbins
Wed, 2006-05-31, 16:53
Forum: DCMTK - Installation
Topic: Linker error : DCMTK with borland C++ 5.5 compiler
Replies: 1
Views: 5182

See my other replay to your compiler question. (I guess both of these posts should be in the installation section, not the general. But you should be able to search the forum and get all the posts about borland c++) Anyway, from your LONG list of linker errors, it looks like you are not in fact sett...
by roydobbins
Wed, 2006-05-31, 16:44
Forum: DCMTK - General
Topic: Extracting Tag Data using Borland C++ Builder
Replies: 11
Views: 15411

Did you already apply the patches as indicated in this thread (see my earlier post in which I gave all the patches in detail.

Double check that you have these all in place, and that you did follow all the instructions.
by roydobbins
Wed, 2006-04-26, 21:18
Forum: DCMTK - General
Topic: How to make use of "dcmnet" in my own application?
Replies: 2
Views: 4223

One approach to easing the pain of initially getting something working is to use child processes, ie run the .EXE from your application, supply the necessary command line parameters, and collect the results back from the child process. In this way, you can (at least at first) avoid the problems of t...
by roydobbins
Thu, 2006-04-13, 19:04
Forum: DCMTK - General
Topic: findscu override keys
Replies: 2
Views: 3812

Thanks for the comments. Yes, I can see that this would not be trivial. However, building a query file is also not trivial. It could be done by having enough templates around to cover the commonly encountered queries and then programatically choosing the appropriate template and filling in the appro...
by roydobbins
Wed, 2006-04-12, 21:25
Forum: DCMTK - General
Topic: findscu override keys
Replies: 2
Views: 3812

findscu override keys

From the "findscu" manual: [quote] It is not possible to replace or insert attributes within sequences using the -k option. [/quote] Would anyone need this capability? If anyone would like to use this feature, I am considering implementing it for an application I am working on. Is there a ...
by roydobbins
Wed, 2006-04-12, 18:44
Forum: DCMTK - General
Topic: wlfsim query patient id wildcards
Replies: 3
Views: 4860

Thanks, I must have been misunderstanding what I was referring to in the IHE tech framework... The specific document I was looking at in this case was: IHE Technical Framework vol II Transactions, rev 6.0, May 18, 2005 and within this, 4.5 Query Modality Worklist then in section 4.5.4.1.2.1 Examples...
by roydobbins
Tue, 2006-04-11, 22:31
Forum: DCMTK - General
Topic: wlfsim query patient id wildcards
Replies: 3
Views: 4860

To be specific, I would propose this change in wlfsim.cxx: [code] // ---------------------------------------------------------------------------- OFBool WlmFileSystemInteractionManager::PatientIdsMatch( const char *datasetValue, const char *searchMaskValue ) // Date : July 12, 2002 // Author : Thoma...
by roydobbins
Tue, 2006-04-11, 22:04
Forum: DCMTK - General
Topic: wlfsim query patient id wildcards
Replies: 3
Views: 4860

wlfsim query patient id wildcards

I have a question about using wildcards in patient id query of modality worklist. It seems that I can query patient name, accession number, requested procedure ID, using wildcards and retrieve matching records, eg: patient name = D* will return all patients starting with the letter D -but- the same ...
by roydobbins
Thu, 2006-01-19, 17:41
Forum: DCMTK - General
Topic: wlmscpfs question
Replies: 15
Views: 29719

MPPS SCU implementation

Thomas: (or anyone else interested in worklist) As we had earlier discussed, I am in the process of implementing the MPPS SCU package. This has gone reasonably well and I have a working executable, which has allowed me to do some basic testing for my particular application, which briefly is: query a...
by roydobbins
Thu, 2005-12-22, 16:54
Forum: DCMTK - General
Topic: wlmscpfs question
Replies: 15
Views: 29719

Another object lifetime question in wlmscpfs

Well, I now have another question, Im afraid, also today with lifetime of passed objects. The problem I am dealing with now is I want to copy some elements from one data set into another. I am trying to do something like the following: [code] //merge the request dataset and the selected response dat...
by roydobbins
Tue, 2005-12-20, 19:08
Forum: DCMTK - General
Topic: wlmscpfs question
Replies: 15
Views: 29719

Re: wlmscpfs

Ok, I think I understand,...

The response matching dataset is passed back to the DIMSE find provider,
(dimfind.cxx) which processes the response, then deletes the dataset.
by roydobbins
Tue, 2005-12-20, 17:53
Forum: DCMTK - General
Topic: wlmscpfs question
Replies: 15
Views: 29719

wlmscpfs implementation

As part of testing mpps scu, I want to use the existing wlmscpfs code. In order to do this I need to make some changes to the wldsfs.cxx (data source), in particular the way matching data sets are returned in StartFindRequest...NextFindResponse. I am concerned here about the lifetime of the returned...
by roydobbins
Tue, 2005-11-29, 20:39
Forum: DCMTK - General
Topic: wlmscpfs question
Replies: 15
Views: 29719

MPPS and worklist

Thomas:
Thanks for the comments and clarification about possible implementations of mpps-scu

I will keep you posted about progress on any of these tools, and thanks for offering to answer any further questions, which, as I start getting deeper into this, I am sure will arise!

Regards
roy