Search found 12 matches

by annapurne.s
Wed, 2024-05-29, 12:36
Forum: DCMTK - General
Topic: Specific Character set issue
Replies: 11
Views: 207

Re: Specific Character set issue

Thank you for quick reply, How to get the SpecificCharacterSet from dataset if multiple exists and if two values is present which one is need to consider the first one? Is the ISO 2022 IR 13 this type of SpecificCharacterSet is supported by DCMTK?. If yes, it is supported by OFICONV or libiconv. And...
by annapurne.s
Wed, 2024-05-29, 08:22
Forum: DCMTK - General
Topic: Unicode conversion
Replies: 21
Views: 12178

Re: Unicode conversion

Hi, did you get any idea for this. Did you solve this issue?

I am now facing this issue can you please help me to solve this. I am using OFICONV.
by annapurne.s
Wed, 2024-05-29, 04:37
Forum: DCMTK - General
Topic: Specific Character set issue
Replies: 11
Views: 207

Re: Specific Character set issue

Hi, i am now using OFICONV foe character encoding. It's work file.

I have another issue in SpecificCharacterSet,
If more than one value avilable in this how to handle for eg: \ISO 2022 IR 13\ISO 2022 IR 87, \ISO 2022 IR 149
by annapurne.s
Mon, 2024-05-27, 12:50
Forum: DCMTK - General
Topic: Specific Character set issue
Replies: 11
Views: 207

Re: Specific Character set issue

Hi, I am using convertCharacterSet function to convert the dataset like this dataset->convertCharacterSet(specificCharacterSet.c_str(), "ISO_IR 192"); But it returns this warnings, W: Failed to open oficonv data file '/usr/local/share/dcmtk-3.6.8/esdb/esdb/esdb.alias.db', check environment...
by annapurne.s
Fri, 2024-05-24, 10:25
Forum: DCMTK - General
Topic: Specific Character set issue
Replies: 11
Views: 207

Re: Specific Character set issue

Hi, thanks for quick response. I am using DCMTK 3.6.2, now i am try to enable the WITH_LIBICONV but CMake showing error log CMake Warning (dev) at CMakeLists.txt:2 (PROJECT): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for...
by annapurne.s
Wed, 2024-05-22, 12:08
Forum: DCMTK - General
Topic: Specific Character set issue
Replies: 11
Views: 207

Specific Character set issue

Hi all, I am using DCMTK framework. I am facing issue in Specific character set Initially i am not set this tag after latin char not get supported i used ISO_IR_192 then now i got issue with Russian character set (ISO_IR_144) when user query MWL. Is there is any way to find out the Specific characte...
by annapurne.s
Wed, 2024-05-22, 12:07
Forum: DCMTK - General
Topic: Specific Character set issue
Replies: 11
Views: 207

Specific Character set issue

Hi all, I am using DCMTK framework. I am facing issue in Specific character set Initially i am not set this tag after latin char not get supported i used ISO_IR_192 then now i got issue with Russian character set when user query MWL. Is there is any way to find out the Specific character set before ...
by annapurne.s
Mon, 2024-02-19, 12:59
Forum: DCMTK - General
Topic: DCMTK Latest version update issue
Replies: 11
Views: 3080

Re: DCMTK Latest version update issue

Hi, 1. I created .a files by using dcmtk.xcodeproj. 2. I added include files from dcmtk-3.6.8 folder download from dcmtk website 3. When i call DcmSCU (eg: DcmSCU scu;) inside my function, i got the following error but without this line all works fine. I include all .a files properly. ld: Undefined ...
by annapurne.s
Thu, 2024-02-15, 10:47
Forum: DCMTK - General
Topic: DCMTK Latest version update issue
Replies: 11
Views: 3080

Re: DCMTK Latest version update issue

I generate dcmtk files using cmake but only config folder has dcmtk folder others had cmakefiles empty folder not dcmtk folder, how to solve it.
by annapurne.s
Thu, 2024-02-15, 10:11
Forum: DCMTK - General
Topic: DCMTK Latest version update issue
Replies: 11
Views: 3080

Re: DCMTK Latest version update issue

Hi, can you please guide me how to generate all dcmtk files properly using cmake.
by annapurne.s
Wed, 2024-02-14, 10:34
Forum: DCMTK - General
Topic: DCMTK Latest version update issue
Replies: 11
Views: 3080

Re: DCMTK Latest version update issue

As per your suggestion i created the new project.But still i got the same issue. I have one doubt, is there is any changes in the libdcmdata.a file available in dcmtk 3.6.8?, because i download the zip file from this site "https://dicom.offis.de/download/dcmtk/dcmtk368/" inside this there ...
by annapurne.s
Thu, 2024-02-01, 06:49
Forum: DCMTK - General
Topic: DCMTK Latest version update issue
Replies: 11
Views: 3080

DCMTK Latest version update issue

Hi everyone, We have developed an iOS app using the DCMTK framework version 3.6.2. Now we try to update the DCMTK to latest version. I linked all lib correctly but i got the issues only while using the newly changed functions like, wrunlock() This is the error i got, ld: Undefined symbols: GlobalDcm...