我使用 OFFIS DICOM dcmdump 工具从 DICOM 图像中提取信息:http: //support.dcmtk.org/docs/dcmdump.html
我dcmdump.exe -M -L +Qn
用来转储 DICOM 信息。
输出看起来像
Dicom 文件格式
# Dicom-Meta-Information-Header
# Used TransferSyntax: Little Endian Explicit
(0002,0000) UL 164 # 4, 1 FileMetaInformationGroupLength
(0002,0001) OB 00\01 # 2, 1 FileMetaInformationVersion
(0002,0002) UI =DigitalXRayImageStorageForPresentation # 28, 1 MediaStorageSOPClassUID
(0002,0003) UI [1.2.826.0.1.3680043.2.876.8598.1.4.0.20160428091911.2.2] # 56, 1 MediaStorageSOPInstanceUID
(0002,0010) UI =JPEGLSLossless # 22, 1 TransferSyntaxUID
(0002,0012) UI [1.2.276.0.64] # 12, 1 ImplementationClassUID
为什么 dcmdump 将 (0002,0010) 转换为值JPEGLSLossless
而不是1.2.840.10008.1.2.4.80
?
有什么开关可以这样做吗?