Search found 16 matches

by anibal
Wed, 2008-02-27, 18:17
Forum: DCMTK - General
Topic: dump2dcm generating invalid DICOM files
Replies: 2
Views: 3880

dump2dcm generating invalid DICOM files

We have a client that's complaining that some images can't be sent to our PACS. The images are coming with an invalid study instance UID. The study instance uid looks like this: 1.2.840.114202.4.1775529717.3464258220.4107588616.null Notice the .null at the end. It seems the RIS (who's the DMWL SCP i...
by anibal
Wed, 2008-02-27, 18:09
Forum: DCMTK - General
Topic: dsr2html not showing some information
Replies: 6
Views: 7937

With dsr2html, we use --ignore-constraints, --ignore-item-errors and --skip-invalid-items. I'm not sure whether this is a good idea. Originally, these options were introduced to process incorrectly encoded SR document - at the time when this implementation started, most sample documents were errone...
by anibal
Wed, 2008-02-27, 05:06
Forum: DCMTK - General
Topic: dsr2html not showing some information
Replies: 6
Views: 7937

We looked at dsr2xml, but the problem is that it is lacking the error handling options that dsr2html has. With dsr2html, we use --ignore-constraints, --ignore-item-errors and --skip-invalid-items. I think we do have to support "broken" SR documents. For example, the sample SR that we have ...
by anibal
Sat, 2008-02-23, 18:09
Forum: DCMTK - General
Topic: dsr2html not showing some information
Replies: 6
Views: 7937

Re: dsr2html not showing some information

I just realized we had more information: Here is the output from dsr2html for the same fragment as above: <u>10.0 s</u> <u>5.0 mm</u> <u>0.1 mm</u> <u>0.1 mm</u> <u>0.5 num</u> <u>1.0 num</u> <h4>CT X-Ray Source Parameters</h4> <u>1.0 num</u> <u>120.0 kV</u> <u>40.0 mA</u> <u>20.0 mA</u> <u>0.3 s</u...
by anibal
Sat, 2008-02-23, 18:06
Forum: DCMTK - General
Topic: dsr2html not showing some information
Replies: 6
Views: 7937

dsr2html not showing some information

Hi, I talked to Marco about this while we were at the IHE Connectathon in Chicago earlier this month. We noticed that dsr2html is not showing some data that's contained in the SR object (and that dsrdump shows) even though we use all the pertinent switches (like +C). This is from my own bugzilla (BZ...
by anibal
Thu, 2005-05-12, 23:35
Forum: DCMTK - General
Topic: Does dcmtk provide a GPWL SCP?
Replies: 1
Views: 3656

Does dcmtk provide a GPWL SCP?

Hi there,

I wanted to know if you provide a GPWL SCP (like wlmscpfs for DMWL)?

Do you have a proof of concept or something like that?

Thanks,

-AJ
by anibal
Wed, 2005-02-02, 14:55
Forum: DCMTK - General
Topic: wlmscpfs www interface not showing Scheduled Station AE title
Replies: 4
Views: 9146

Ok, good, we're getting somewhere now :-) You see, the part that you call "edit" that's what I'm interested in. That's when you call readwlst on the wl file and you show the details. At the bottom of the page you show the Scheduled Station AEs, however I don't see the one I have in my wl f...
by anibal
Wed, 2005-02-02, 13:32
Forum: DCMTK - General
Topic: wlmscpfs www interface not showing Scheduled Station AE title
Replies: 4
Views: 9146

Oh, I see, I understand now why it was built. However, just to clarify, the webtool is actually reading the .wl files. The webtool calls readwlst which hex-encodes the wl contents (only some pieces) and sends that to the browser. Ok, I'll see what I can do to enhance the protocol between the readwls...
by anibal
Wed, 2005-02-02, 02:10
Forum: DCMTK - General
Topic: Difference between Referring Physician and Requesting Physician
Replies: 1
Views: 11112

Difference between Referring Physician and Requesting Physician

I just noticed that in the dcmwlm web application the Requesting Physician is shown (0032,1032). My wl files contain the Referring Physician (0008,0090) since that's what we got to work with all the modalities we integrated, where the referring dr gets populated from. By looking at the DMWL SCU quer...
by anibal
Tue, 2005-02-01, 22:04
Forum: DCMTK - General
Topic: wlmscpfs www interface not showing Scheduled Station AE title
Replies: 4
Views: 9146

wlmscpfs www interface not showing Scheduled Station AE title

Hi there, one more thing I noticed with this web tool. It doesn't seem to show the Scheduled Station AE title (0040,0001). I have the following wl file: [admin@rndstd1] {VNMWL} dcmdump NM05001452-NM05001452-NM05001452-20050201113000-VMI_MG-393484782.wl # Dicom-File-Format # Dicom-Meta-Information-He...
by anibal
Tue, 2005-02-01, 15:33
Forum: DCMTK - General
Topic: wlmscpfs www interface does not provide link to main page
Replies: 0
Views: 7965

wlmscpfs www interface does not provide link to main page

Hi,

I just installed the WWW interface for wlmscpfs. It looks very nice.

I found that once you click in one storage area, there's no link to go back to the main page that it lists all storage areas.

Am I missing something?

thanks,

-Anibal
by anibal
Tue, 2005-02-01, 14:50
Forum: DCMTK - General
Topic: dcmdump taking a long long time on a multi-framed RGB US image
Replies: 2
Views: 5431

Wow!!! Cool!

Code: Select all

[admin@rmi-cache1] {temp_files} time dcmdump -M 1.2.840.113663.1500.1.12345.3.99.20040924.130925.328.dcm

....

real    0m0.132s
user    0m0.100s
sys     0m0.010s
by anibal
Tue, 2005-02-01, 14:28
Forum: DCMTK - General
Topic: dcmdump taking a long long time on a multi-framed RGB US image
Replies: 2
Views: 5431

dcmdump taking a long long time on a multi-framed RGB US image

Hi there, I am trying to use dcmdump on a 571MB 650-frames-RGB US image and it's taking in the order of 25-35 seconds to dump the header. The same operation using the original CTN code takes ~50 ms. I assume that dcmdump is loading the whole file and when doing this it loads even the image data even...
by anibal
Thu, 2004-12-30, 14:34
Forum: DCMTK - General
Topic: Using API to check valid characters in an LO element
Replies: 3
Views: 7832

Thanks for the reply. Looking at the code it does a lot more than what I want at this moment in time. I'll try to cook my own simpler version for a simpler test. As a side note, though, I got the file with the newline in the study description and passed it through your dcmpschk: (anibal262.dyn.intel...
by anibal
Wed, 2004-12-29, 18:42
Forum: DCMTK - General
Topic: wlmscpfs not sending SpecificCharacterSet
Replies: 1
Views: 5322

wlmscpfs not sending SpecificCharacterSet

Hi, we have just tried using wlmscpfs (dcmtk 3.5.3) with a CT GE ConnectPRO. They're sending the following in the query: # Dicom-Data-Set # Used TransferSyntax: LittleEndianImplicit (0008,0000) UL 108 # 4, 1 IdentifyingGroupLength (0008,0005) CS [ISO_IR 100 ] # 12, 1 SpecificCharacterSet (0008,0050)...