Search found 15 matches

by jmartens
Thu, 2005-06-23, 11:12
Forum: DCMTK - General
Topic: Building sequence based on dictionary
Replies: 3
Views: 5766

An example for such a "sequence expansion" algorithm is already included in DCMTK, fortunately for you also already for the worklist management service. This algorithm is not based on the data dictionary though (because this is impossible), you will have to specify yourself, which attribu...
by jmartens
Wed, 2005-06-22, 15:46
Forum: DCMTK - General
Topic: Building sequence based on dictionary
Replies: 3
Views: 5766

Building sequence based on dictionary

Is it possible to expand my dataset with the use of the dictionary? For instance I would like to make a worklist dataset based on entries from a (mySQL) database. One of the fields returned is the Modality (0008,0060) which is a member of the ScheduledProcedureStepSequence. Is it possible to use the...
by jmartens
Fri, 2005-05-20, 14:15
Forum: DCMTK - General
Topic: Items in sequences
Replies: 1
Views: 3950

Items in sequences

I am trying to build my own worklist files from a database that holds (parts of) the information. Suppose I have the dicom element Modality (0008, 0060) which is a part of the ScheduledProcedureStepSequence (0040,0100). Is there somewhere in the DCMTK source some example of how to insert the item th...
by jmartens
Fri, 2005-05-13, 10:19
Forum: DCMTK - General
Topic: Cannot read Philips Easy Vision DICOM
Replies: 1
Views: 5467

Re: Cannot read Philips Easy Vision DICOM

DcmSequenceOfItems: Parse error in sequence, found (feff,00e0) instead of a sequence delimiter dcmdump: error: Corrupted Data: reading file: I have no idea how to proceed. Anybody like to have a look at these DICOM files? Thanks, Henkjan Based on the failure message you received from the dcmtk I th...
by jmartens
Fri, 2005-05-13, 09:46
Forum: DCMTK - General
Topic: Return VR type based on group and element
Replies: 2
Views: 3889

Return VR type based on group and element

Tlink our electronic patient file magament system to our modality worklist provider based on the dcmtk I came accross the following problem: The data from our patients is stored in mySQL tables which I can connect to using the mySQL C API. All my queries return the information in columns formatted l...
by jmartens
Fri, 2005-05-06, 11:38
Forum: DCMTK - Installation
Topic: Setting the SITE_UID_ROOT with CMake
Replies: 4
Views: 7812

Your suggestion is almost right. The following should work: ADD_DEFINITIONS(-DSITE_UID_ROOT=\\"1.2.3.4.5\\") Insert this code in file dcmtk-3.5.3\CMakeLists.txt at the line you indicated. I added the above line to my cmakelist.txt with my Site UID and like to build some tools with our own...
by jmartens
Thu, 2005-04-28, 22:58
Forum: DCMTK - General
Topic: Worklist and Kodak CR950
Replies: 11
Views: 18189

Jörg Riesmeier wrote:Btw, there is neither a "Study Sequence ID" nor a "Study Sequence UID" in the DICOM standard ;-)
You are right... it should have been (0020, 000d) and that is the Study Instance UID.
by jmartens
Thu, 2005-04-28, 13:14
Forum: DCMTK - Installation
Topic: LINK error
Replies: 1
Views: 4722

LINK error

I'm a newbie at programming in C++ and am trying to get some grip on the DCMTK. Maybe some one can help me out... I would like to build a program that generaturs a UID using the dcmGenerateUniqueIdentifier as defined in the /dcmdata/include/dcuid.cxx So I opened my MS Visual C++ 6 and started a new ...
by jmartens
Thu, 2005-04-28, 11:01
Forum: DCMTK - General
Topic: Worklist and Kodak CR950
Replies: 11
Views: 18189

Re: Worklist and Kodak CR950

The Study Sequence ID has to be delivered else an error is generated on the CR950 (and CR850 too). Thanks very much for your help. I have the same problem and like to adapt the dump2dcm tool to automatically input a unique Study Sequence UID that can be generated using the function in DCMTK. Howeve...
by jmartens
Wed, 2005-04-27, 16:01
Forum: DCMTK - General
Topic: Questions on generatuing UID
Replies: 2
Views: 5010

Questions on generatuing UID

In FAQ 25 I read the following: The UID generation algorithm in DCMTK may add up to 48 characters to your UID root (38 characters plus the value of an unsigned int counter), make sure that you do not break the 64 character limit on a UID So if I would like to generate unique study UID's for instance...
by jmartens
Wed, 2005-04-27, 15:58
Forum: DCMTK - Installation
Topic: Setting the SITE_UID_ROOT with CMake
Replies: 4
Views: 7812

Your suggestion is almost right. The following should work: ADD_DEFINITIONS(-DSITE_UID_ROOT=\\"1.2.3.4.5\\") Insert this code in file dcmtk-3.5.3\CMakeLists.txt at the line you indicated. I have done so, but everytime when I run the wlmscpfs and send a C-ECHO from one of our modalities I ...
by jmartens
Fri, 2005-03-11, 11:42
Forum: DCMTK - General
Topic: wlmscpfs: change worklist files to database query
Replies: 5
Views: 9957

wlmscpfs: change worklist files to database query

I'm familiar with the DICOM Toolkit but unfortunately (not really) experienced with changing/editing source code and recompiling. In our institue we make use of a MySQL based Electronic Patient File. We would like to provide worklists to our DICOM modalities based on the information in this database...
by jmartens
Thu, 2005-02-03, 17:20
Forum: DCMTK - Installation
Topic: Association problem Worklist SCP
Replies: 3
Views: 7986

Marco Eichelberg wrote:The called application entity title (JONATHAN_SCP) is wrong, i.e. there is no associated storage area. Read the file "wwwapps.txt", in particular the section about creating storage areas.
Thanks for the hint... it solved my problem.
by jmartens
Thu, 2005-02-03, 10:10
Forum: DCMTK - Installation
Topic: Association problem Worklist SCP
Replies: 3
Views: 7986

Association problem Worklist SCP

I cannot associate with the Worklist SCP of the dicom package. I get the following debug information when I try to connect and query the worklist SCP: PDU Type: Associate Request PDU Length: 195 01 00 00 00 00 bd 00 01 00 00 4a 4f 4e 41 54 48 41 4e 5f 53 43 50 20 20 20 20 43 44 41 31 5f 53 43 50 20 ...
by jmartens
Wed, 2005-02-02, 10:45
Forum: DCMTK - General
Topic: wwwapps on windows box
Replies: 1
Views: 4512

wwwapps on windows box

I downloaded the win32 compiled binary packages and thought the wwwapp for the worklist would be in there as well, but unfortunatley it isn't. The perl scripts are not included. Are they created when I compile the source or are they not included anymore? In case I need to compile the source to get t...