Search found 6 matches

by cisco
Sat, 2005-01-15, 01:50
Forum: DCMTK - General
Topic: PN VR name encoding with ^
Replies: 1
Views: 5092

PN VR name encoding with ^

Hello, I would like to get your feedback on this. I am working with a modality that does not encode the (0010,0010) PatientsName with ^. So when I parse the patient's name, I get the "Lastname,Firstname". My question is, must the software on this modality include the "^" for the ...
by cisco
Sat, 2005-01-08, 08:26
Forum: DCMTK - General
Topic: Handling of DIMSE_N_CREATE_RQ messages
Replies: 3
Views: 7494

Cancelling a procedure.. is there a notification?

Hello, I am wondering if there is supposed to be some type of notification when a procedure is cancelled? The problem I am encountering is that I get a N-CREATE message when the procedure is "In Progress", and I get an N-SET when a procedure is complete. The application that I am working w...
by cisco
Sat, 2005-01-08, 03:11
Forum: DCMTK - General
Topic: Handling of DIMSE_N_CREATE_RQ messages
Replies: 3
Views: 7494

handleNCreate() and handleNSet() from dvpsprt.cxx looks like it has the answer!

I found the handleNCreate() and handleNSet() functions in the module mentioned and it looks like I can get all that I need from there!

-Cisco
by cisco
Sat, 2005-01-08, 01:10
Forum: DCMTK - General
Topic: Handling of DIMSE_N_CREATE_RQ messages
Replies: 3
Views: 7494

Handling of DIMSE_N_CREATE_RQ messages

Hello, I would like to create an executable for an MPPS SCP. So far, I have made a copy of the wlmscpfs source and started a new project called mppsscpfs. I am at the point that I am receiving the DIMSE_N_CREATE_RQ command, but now I need to write a routine to handle this command. After the DIMSE_N_...
by cisco
Sun, 2004-12-12, 23:36
Forum: DCMTK - General
Topic: Fastest way to display a dicom image...
Replies: 3
Views: 6821

Seems like the fastest way was to create a DLL!

Thanks for this easy to use tool! I was able to create a very simple DLL to send back a DIB to my application. Besides some minor tuning, this appears to be the best way to go!

Cisco
by cisco
Sat, 2004-12-11, 19:08
Forum: DCMTK - General
Topic: Fastest way to display a dicom image...
Replies: 3
Views: 6821

Fastest way to display a dicom image...

Hello, I have started using the DCMTK for various dicom needs and have found the tools to be a great asset for both learning and implementing dicom. I have a requirement to display a dicom image in my C# application. In order to prove the concept, I am using the dcm2pnm.exe to convert the source dic...