Search found 7 matches

by Jingkun4dcmtk
Wed, 2023-05-10, 04:14
Forum: DCMTK - General
Topic: Encapsulate ZIP file in DICOM file
Replies: 5
Views: 4903

Re: Encapsulate ZIP file in DICOM file

Hi Michael and Riesmeier,

Thank you very much for your responses. Using DICOM SR IOD might be a reasonable approach to embed Json files.

Regard,
Jingkun
by Jingkun4dcmtk
Tue, 2023-05-09, 04:02
Forum: DCMTK - General
Topic: Encapsulate ZIP file in DICOM file
Replies: 5
Views: 4903

Re: Encapsulate ZIP file in DICOM file

Hi Michael, Adding private attribute won't be able to encapsulate files into DICOM object as far as I know. I should make my question more specific. There are three IODs of Encapsulating documents defined in DICOM standard. DCMTK also implemented DcmEncapsulatedDocument which allows encapsulating PD...
by Jingkun4dcmtk
Mon, 2023-05-08, 02:31
Forum: DCMTK - General
Topic: Encapsulate ZIP file in DICOM file
Replies: 5
Views: 4903

Encapsulate ZIP file in DICOM file

Hi Team,

I'm trying to encapsulate zip, txt, or json file, etc into DICOM file via private attribute, for example. No similar topics have been found in this channel yet.

Any suggestion?

Thanks,
Jingkun
by Jingkun4dcmtk
Sat, 2023-02-11, 20:22
Forum: DCMTK - General
Topic: Private tag support
Replies: 6
Views: 1775

Re: Private tag support

Hi J. Reismeier,

That does the trick!

I'm able to write and read my private tags as expected.

Your help is greatly appreciated!

Thanks,
Jingkun
by Jingkun4dcmtk
Sat, 2023-02-11, 04:19
Forum: DCMTK - General
Topic: Private tag support
Replies: 6
Views: 1775

Re: Private tag support

Hi J. Reismeier,

In
#define DCM_PatientUID DcmTagKey(0x0011, 0x1003, "Jhu-X"), DcmTagKey can't take 3 parameters though. Did I miss any point?

Thanks,
Jingkun
by Jingkun4dcmtk
Fri, 2023-02-10, 05:51
Forum: DCMTK - General
Topic: Private tag support
Replies: 6
Views: 1775

Re: Private tag support

Hi J. Riesmeier, I'm able to add private tags via the instructions provided by "Howto" already. However, I don't want to use that approach of registering private tags at runtime. My understanding is that private tag support can also be achieved by extending the dicom.dic as described in ht...
by Jingkun4dcmtk
Thu, 2023-02-09, 07:26
Forum: DCMTK - General
Topic: Private tag support
Replies: 6
Views: 1775

Private tag support

Dear Dev team, I’m trying to extend dcmtk to support private tags via my own xyz.dic. I was able to generate or convert my xyz.dic to xyz.h, as shown below: (0011,"Jhu-X",10) LO JhuGroup11 1 PrivateTag (0011,"Jhu -X",01) CS PatientType 1 PrivateTag (0011,"Jhu -X",02) CS...