Hi David, thanks for the great work you did on this topic. I'm using a slightly modfied version of your pixelmed lib, so I added your new additions. I tried...
462
jimirrer
Oct 4, 2007 4:56 pm
Hi - I'm trying to use the MoveSOPClassSCU and StorageSOPClassSCPDispatcher classes to effect a C-MOVE from a Conquest PACS server. I've turned on debugging,...
463
jimirrer
Oct 5, 2007 11:50 am
Never mind - I figured it out. I was asking for DICOM studies on the PACS server that had been deleted. Asking for one that still exists works fine. Thanks, ...
464
strongsteeeve
Oct 10, 2007 12:43 pm
Hi Everybody! I have a short question for you, as I could not find an answer somewhere else. :( I need to create multiframe DICOM files using Java. As I am...
465
jo.wagnet
Oct 10, 2007 3:35 pm
Hi there, first of all, thank you for this great framework. I'am trying to convert an existing images into the DICOM-Format. I found the Class "ImageToDicom"...
466
David Clunie
dclunie99
Oct 10, 2007 3:42 pm
Hi The exception seems to be thrown in somebody else's DICOM toolkit (org.dicom4j.dicom) and not mine - do you have some other toolkit in the classpath for...
467
David Clunie
dclunie99
Oct 10, 2007 3:51 pm
Sure. If the video frames are uncompressed (or have been decompressed), as long as you can feed an array of bytes or an array of shorts to the...
468
rauberger
Oct 10, 2007 5:37 pm
Hello! Thanks, Mr. Clunie, for this greatly useful Toolkit! I am a masters student of Health Care IT from Austria and am establishing a DICOM-Networking part...
469
David Clunie
dclunie99
Oct 10, 2007 5:48 pm
Hi Martin Why not just send "*Alf*" in the Patient Name in the C-FIND request ? The attached screenshots show DicomImageViewer used as both the SCU and SCP to...
470
rauberger
Oct 11, 2007 11:27 am
Thanks David, Well I thought to know that C-FIND would not allow any wildcards... Obviously I was wrong and the solution was there all the time :-). Thanks...
471
jo.wagnet
Oct 11, 2007 11:27 am
Hello, thank you for your very fast answer. Redownloading the Toolkit has solved the problem. I just dont know where the other realse were from :-) If just...
472
David Clunie
dclunie99
Oct 11, 2007 11:35 am
... The types of "matching", including wildcards, are described in the standard in PS 3.4 C.2.2.2 Attribute Matching, in case you need more detail. David...
473
jimirrer
Oct 12, 2007 6:18 pm
Hi - I am trying to perform a C-MOVE from a Conquest PACS with the library, and it works, except that the imported DICOM files have extra information in them....
474
David Clunie
dclunie99
Oct 12, 2007 10:55 pm
Hi Jim DICOM files on media are supposed to have the meta-header (group 0002 elements) - if not, how would one know, for example, what transfer syntax the...
475
Michèle Fayad
michele_faya...
Oct 15, 2007 12:53 pm
Dear Mr. Clunie, I am using the pixelmed library to query dicom servers using the StudyRootQueryInformationModel class. Everything is working fine when i use...
476
David Clunie
dclunie99
Oct 15, 2007 1:02 pm
Hi Michele First, Accession Number is a ShortString, not a CodeString VR. Second, DICOM does not allow "list of value" matching for anything other than UIDs,...
477
Michèle Fayad
michele_faya...
Oct 15, 2007 3:48 pm
Thanks a lot for the response! David Clunie <dclunie@...> wrote: Hi Michele First, Accession Number is a ShortString, not a CodeString VR. Second,...
478
nwbeeson
Oct 15, 2007 7:24 pm
I am porting PixelMed to an OpenVMS cluster. In this setting we tell our DICOM server to trust only those computers for which the DICOM server has: ...
479
jimirrer
Oct 16, 2007 2:05 am
David - We're doing a) . At this point we think that the best (and right, though difficult) solution is to fix the legacy application, which we are coming to...
480
Markus Simmer
catweazle77de
Oct 19, 2007 12:33 pm
Hi all, this is my first post to this group which already has been of much help to me so far. Hopefully someone can help me with the following problem. I use...
481
Markus Simmer
catweazle77de
Oct 22, 2007 2:38 pm
Hi, me again, after having time to look into the problem I've come up with the following: Apparently the problem is caused, at least inpart, by the fact that ...
482
pefe00
Oct 25, 2007 6:32 pm
Hi David, have you planed to support "Storage Commitment Push Model" in the role of an SCU? Or can you give me some hints on how I can do that myself based on...
483
Markus Simmer
catweazle77de
Oct 29, 2007 10:01 am
Hi,me again. I figured out how to include the overlay data in the result JPEG, so I thought I'd share what I did with the rest of the community, in case...
484
oncualtuntas
Nov 9, 2007 12:27 pm
Hello All, I am trying to read CR,MG like images by use of AttributeList.read (DicomInputStream) method directly from a Modality console. The method throws no...
485
pmaneikandan
Dec 6, 2007 3:13 pm
hi david sir, in my application i'm going to show some ct images . in that i need to draw a line or rectangle and make some measurements like in inches,mm,cm....
486
nwbeeson
Dec 22, 2007 4:52 pm
I am writing a Java program which will be a client to a propriatary clinical information database, and which will be a DICOM SCP. I intend to "import" PixelMed...
487
David Clunie
dclunie99
Dec 22, 2007 5:13 pm
... If you look at how StorageSOPClassSCPDispatcher listens for incoming data and calls the ReceivedObjectHandler that you supply, you will get the idea. See...
488
davidave81
Jan 7, 2008 3:57 pm
Hallo everyone, I am new to Dicom and Pixelmed but worked for a little while now with it (sourcerelease 20070806). I am sorry to bother you guys, as my ...
489
jimirrer
Jan 7, 2008 6:22 pm
Davidave - I'm not quite sure if I'm interpreting your message correctly, but I think that you are under the impression that Pixelmed is an end-user software...
490
davidave81
Jan 8, 2008 2:11 pm
Hi Jim, ... I know that this toolkit is for software develeopers and programming is heavily involved. And this is why I contacted you guys, in order to help me...