ImageEn, unit iexBitmaps

TIOParams.DICOM_Tags

TIOParams.DICOM_Tags


Declaration

property DICOM_Tags: TIEDicomTags;


Description

Provides access to the object which contains the information tags within a DICOM file.

You can view a list of tags at: Dicom Tag List


Demo

Demo  Demos\InputOutput\Dicom\Dicom.dpr


Example

ImageType := ImageEnView1.IO.Params.DICOM_Tags.GetTagString( $0008, $0008 );
PatientName := ImageEnView1.IO.Params.DICOM_Tags.GetTagString( $0010, $0010 );


See Also

 InjectDICOMTags