Hi, I'm new to Dcmtk and I'm not greatly experience in C++. I want to use Dcmtk libraries with QtCreator. Is that possible? If so, could you please give me in an instruction of how I can add Dcmtk to QtCreator?
Thank you.
Search found 33 matches
- Fri, 2013-01-25, 14:27
- Forum: DCMTK - General
- Topic: Dcmtk with QtCreator
- Replies: 2
- Views: 26314
- Wed, 2013-01-16, 15:04
- Forum: DCMTK - General
- Topic: Which dcmtk command for extracting the patient DOB?
- Replies: 3
- Views: 4014
Re: Which dcmtk command for extracting the patient DOB?
Hi, The tool that you are looking for is called "dcmdump". As stated in its documentation and its --help output, the "+P" flag is what you are looking for: dcmdump +P PatientBirthDate file Thanks a lot Uli. Now the output is something like the following: (0010,0030) DA [19870727...
- Fri, 2013-01-11, 15:44
- Forum: DCMTK - General
- Topic: Which dcmtk command for extracting the patient DOB?
- Replies: 3
- Views: 4014
Which dcmtk command for extracting the patient DOB?
I need to extract the Date of Birth(DOB) of each patients of some dicom images. The reason behind extracting this is that, I will only change the month and the date of the patients in those dicom images for maintaining the privacy of the patients, but not the year. I know how to change the DOB using...