Search found 4 matches

by anyone
Wed, 2018-05-23, 13:32
Forum: DCMTK - General
Topic: Can I convert a TID300 Measurement object to a DcmDataset?
Replies: 7
Views: 9808

Re: Can I convert a TID300 Measurement object to a DcmDatase

TID1500_MeasurementReport report( CMR_CID7021::ImagingMeasurementReport ); status = report.addIndividualMeasurements( true ); auto group = report.getIndividualMeasurements(); char* uid = new char[100]; dcmGenerateUniqueIdentifier( uid ); status = group.setTrackingUniqueIdentifier( uid, true ); stat...
by anyone
Wed, 2018-05-23, 09:39
Forum: DCMTK - General
Topic: Can I convert a TID300 Measurement object to a DcmDataset?
Replies: 7
Views: 9808

Re: Can I convert a TID300 Measurement object to a DcmDatase

I try creating a TID1500 Measurement Report and save the measurement also as TID300 Measurement in the measurement group. The report and the group as well as the measurement is valid. But when I want to verify the measurement reading the dataset there is no measurement group and also no measurement ...
by anyone
Tue, 2018-05-22, 10:18
Forum: DCMTK - General
Topic: Can I convert a TID300 Measurement object to a DcmDataset?
Replies: 7
Views: 9808

Can I convert a TID300 Measurement object to a DcmDataset?

I'm using the version 3.6.3 of dcmtk. I would like to save diffrent measurements in dicom with the Template 300 Measurement. My question is:
Is there a possibility to convert a measurement object to a DcmDataset? Or are there any other similar formats to convert it?