Search found 7 matches

by yusuke
Thu, 2016-07-07, 15:09
Forum: DCMTK - General
Topic: DICOM Encryption.
Replies: 4
Views: 4581

Re: DICOM Encryption.

Hi Michael,

Thank you!
I'll check it out.
by yusuke
Thu, 2016-07-07, 13:51
Forum: DCMTK - General
Topic: DICOM Encryption.
Replies: 4
Views: 4581

DICOM Encryption.

Hi,

HIPPA requires secure communication between hospital information systems.
So, communication between DICOM application need to be encrypted.

Is there any functions/classes which support DICOM ciphered communication?
by yusuke
Tue, 2014-09-16, 01:26
Forum: DCMTK - General
Topic: registerCodecs and chooseRepresentation set tags by itself?
Replies: 2
Views: 3996

Re: registerCodecs and chooseRepresentation set tags by itse

Dear Michael,

Thanks to you, I can use this smart function without setting those tags.
Thank you for your answer.

Best Regards,
Yusuke
by yusuke
Thu, 2014-09-11, 06:14
Forum: DCMTK - General
Topic: Not able to view Breast Tomosynthesis Image in dicom viewer
Replies: 2
Views: 4159

Re: Not able to view Breast Tomosynthesis Image in dicom vie

I think you need to set correct value to (0028,0002). In DICOM PS3.3, you can find following description. "Samples per Pixel (0028,0002) is the number of separate planes in this image. One and three image planes are defined. Other numbers of image planes are allowed, but their meaning is not de...
by yusuke
Wed, 2014-09-10, 03:46
Forum: DCMTK - General
Topic: registerCodecs and chooseRepresentation set tags by itself?
Replies: 2
Views: 3996

registerCodecs and chooseRepresentation set tags by itself?

Does function DJEncoderRegistration::registerCodecs and DcmDataset::chooseRepresentation set appropriate values to following tags ? Or need to set directly using DcmElement::putString? Image Type (0008,0008) Lossy Image Compression (0028,2110) Lossy Image Compression Ratio (0028,2112) Lossy Image Co...
by yusuke
Mon, 2014-09-01, 01:55
Forum: DCMTK - General
Topic: Photometric Interpretation from I2DJpegSource::readPixelData
Replies: 2
Views: 3353

Re: Photometric Interpretation from I2DJpegSource::readPixel

Thanks Michael, i believe readPixel function and try to set those values to dicom tags.

Sincerely,
Yusuke
by yusuke
Fri, 2014-08-29, 08:50
Forum: DCMTK - General
Topic: Photometric Interpretation from I2DJpegSource::readPixelData
Replies: 2
Views: 3353

Photometric Interpretation from I2DJpegSource::readPixelData

I want to analyze jpg file using I2DJpegSource class to get photometric interpretation, rows, cols and sampled per pixel. But, it seems that I2DJpegSource::readPixelData returs "MONOCHROME2" or "YBR_FULL_422" as photometric interpretation. Why this function does not return other ...