Search found 67 matches

by dave
Tue, 2019-05-07, 16:41
Forum: DCMTK - General
Topic: StoreSCP and Private Tag Data
Replies: 11
Views: 7837

Re: StoreSCP and Private Tag Data

Inspecting that file with dcmdump without the +uc parameter produces the VR of "UN". When I add the +uc parameter, the VR is DS and the value is shown correctly, as it is when I inspect the files exported through the USB option.

Thanks for your insight, J. Riesmeier.

David
by dave
Tue, 2019-05-07, 13:12
Forum: DCMTK - General
Topic: StoreSCP and Private Tag Data
Replies: 11
Views: 7837

Re: StoreSCP and Private Tag Data

Here is one complete +v output for storescp: I: Association Received I: Parameters: I: ====================== BEGIN A-ASSOCIATE-RQ ===================== I: Our Implementation Class UID: 1.2.276.0.7230010.3.0.3.6.4 I: Our Implementation Version Name: OFFIS_DCMTK_364 I: Their Implementation Class UID:...
by dave
Mon, 2019-05-06, 13:11
Forum: DCMTK - General
Topic: StoreSCP and Private Tag Data
Replies: 11
Views: 7837

Re: StoreSCP and Private Tag Data

Thanks much, J.Reismeier.
+uc works and is the simplest solution for the time being.
by dave
Fri, 2019-05-03, 20:11
Forum: DCMTK - General
Topic: StoreSCP and Private Tag Data
Replies: 11
Views: 7837

Re: StoreSCP and Private Tag Data

I might add that the physicist involved with this project tried another storescp, and the result was the same.
by dave
Fri, 2019-05-03, 20:08
Forum: DCMTK - General
Topic: StoreSCP and Private Tag Data
Replies: 11
Views: 7837

Re: StoreSCP and Private Tag Data

I can on Monday. Patient's are being treated now.

I will post then.

Thanks so much for your reply.

David
by dave
Fri, 2019-05-03, 19:43
Forum: DCMTK - General
Topic: StoreSCP and Private Tag Data
Replies: 11
Views: 7837

Re: StoreSCP and Private Tag Data

From the xml file, a tag looks like this:
<element tag="0009,1021" vr="UN" vm="1" len="10" name="TargetVolumeSize" binary="yes">32\2e\38\36\35\30\34\36\33\20</element>
by dave
Fri, 2019-05-03, 19:39
Forum: DCMTK - General
Topic: StoreSCP and Private Tag Data
Replies: 11
Views: 7837

Re: StoreSCP and Private Tag Data

Sorry, I am not seeing today what I saw yesterday. What I can say is that the GP files received by the dcmtk StoreSCP via GP's StoreCSU do not interpret correctly the GP's private data tags. When exported using GP's USB option, they are correctly interpreted. Also, when I push the USB plan file usin...
by dave
Fri, 2019-05-03, 14:18
Forum: DCMTK - General
Topic: StoreSCP and Private Tag Data
Replies: 11
Views: 7837

StoreSCP and Private Tag Data

We've been trying to set up storescp to receive dicom plan files from the Leksell GammaPlan (GP) system. When inspected using dcmdump (with a private tag file for the GP tags), files transferred using GP's storescu process do not decode the private tag data, VR is UN, e.g. However, plans transferred...
by dave
Wed, 2019-04-10, 17:48
Forum: DCMTK - General
Topic: dcmrecv with +ssd option
Replies: 3
Views: 2548

Re: dcmrecv with +ssd option

Ah. I was checking just the output from dcmrecv -h: > output options: > general: > -od --output-directory [d]irectory: string (default: ".") > write received objects to existing directory d > subdirectory generation: > -s --no-subdir do not generate any subdirectories (default) > +ssd --se...
by dave
Tue, 2019-04-09, 15:38
Forum: DCMTK - General
Topic: dcmrecv with +ssd option
Replies: 3
Views: 2548

dcmrecv with +ssd option

What tag is the +ssd option using to name a subfolder? I am receiving Leksell GammaPlan files and dcmrecv is creating a subfolder (under the main folder identified by the -od flag) named "undef" and then within that, a folder with today's date formatted as YYYYMMDD. I am trying to have mor...
by dave
Fri, 2019-03-29, 20:45
Forum: DCMTK - General
Topic: Can a tag path be specified with DcmDump ?
Replies: 2
Views: 2075

Re: Can a tag path be specified with DcmDump ?

Thanks, again, J.
by dave
Fri, 2019-03-29, 18:10
Forum: DCMTK - General
Topic: Can a tag path be specified with DcmDump ?
Replies: 2
Views: 2075

Can a tag path be specified with DcmDump ?

Is there any way to specify just the first set of tags, at (300a,0010).(300a,0026), or is parsing the result set the thing to do? C:/path/dcmtk>dcmdump --prepend +P 300a,0026 C:/data/pt1/rtplan.dcm (300a,0010).(300a,0026) DS [20] # 2, 1 TargetPrescriptionDose (300a,0010).(300a,0026) DS [20] # 2, 1 T...
by dave
Thu, 2019-03-28, 18:29
Forum: DCMTK - General
Topic: DCMRECV: Content of Configuration File
Replies: 3
Views: 2741

Re: DCMRECV: Content of Configuration File

Thank you, J.

For others, read carefully the text beneath the heading: DICOM Conformance within the link provided.

Thanks for a great toolkit!

Dave
by dave
Thu, 2019-03-28, 14:42
Forum: DCMTK - General
Topic: DCMRECV: Content of Configuration File
Replies: 3
Views: 2741

Re: DCMRECV: Content of Configuration File

I think I've found the link.

Thanks,

Dave
by dave
Thu, 2019-03-28, 14:36
Forum: DCMTK - General
Topic: DCMRECV: Content of Configuration File
Replies: 3
Views: 2741

DCMRECV: Content of Configuration File

I'm trying to set up a SCP to receive dicom files. C:\path\dcmtk>dcmrecv -v -od "C:/any/StoreHere" 123456 I: configuring service class provider ... W: no configuration file specified, SCP will only support the Verification SOP Class I: starting service class provider and listening ... What...