Search found 3 matches

by aditya.nireesh
Thu, 2019-06-06, 06:51
Forum: DCMTK - General
Topic: Fetching Patient Details
Replies: 4
Views: 2798

Re: Fetching Patient Details

Hi Michael, Thank you for replying. I have arrived at the desired result, thought I'll share it here. So, the issue was, patientName had no value in the code I shared earlier. It was empty and had not been set as you had asked me earlier. And, I couldn't use 'getLine()' for some reason although the ...
by aditya.nireesh
Wed, 2019-06-05, 13:03
Forum: DCMTK - General
Topic: Fetching Patient Details
Replies: 4
Views: 2798

Re: Fetching Patient Details

Hey, Yes, I made the changes as suggested by you. Unlike before, it is printing the required Patient Dataset/Details. However, this happens regardless of what input is entered. What is needed is -> The Patient Name is set to "Adi" as an example. So, only when "Adi" is entered by ...
by aditya.nireesh
Wed, 2019-06-05, 11:44
Forum: DCMTK - General
Topic: Fetching Patient Details
Replies: 4
Views: 2798

Fetching Patient Details

I am working on a program where the User inputs a Patient Name and if that patient name exists and matches the one in the dataset, it will fetch the details. Else, it won't. The DICOM file I had was anonymized so, I input few details on my own. The following is the code. char UID[100]; DcmFileFormat...