Dicom Tags Read and Write

Read / Write raw Dicom tags with large dictionary, for small file manipulations, like anonymize

이 제출물을 팔로우합니다

There are two main files, "ReadDicomElementList" which will read all tags of a dicom file into a struct and "WriteDicomElementList" which can write them back to a new file.

A large dicom dictionary is included from GDCM with private tags from Philips, Siemens and Toshiba (See Dictionary-License.txt).

These functions are usable for creation of an anatomize function, or to manipulate data which is not support by Matlab defaults functions (like writing a dicom file with one big volume inside)

Example read output:

>> Elements(4)
name: 'MediaStorageSOPInstanceUID'
data: '1.2.840.113619.2.1.2.2011002556.2.10.602503127'
group: '0002'
number: '0003'
type: 'UI'
length: 46
info: 'Type Included'
explicit: 1
location: 192

인용 양식

Dirk-Jan Kroon (2026). Dicom Tags Read and Write (https://kr.mathworks.com/matlabcentral/fileexchange/29145-dicom-tags-read-and-write), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 DICOM Format에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.1.0.0

Now also reads Dicom files with ISO header.
Tag-Replace Example.

1.0.0.0