Skip to content

Commit 947f2b4

Browse files
committed
Updated data dictionary for DICOM 2025c.
Updated data dictionary for the latest edition of the DICOM standard, which has been released only recently.
1 parent 25eaae2 commit 947f2b4

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

dcmdata/data/dicom.dic

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
# DICONDE (Digital Imaging and Communication in Nondestructive Evaluation) and
2222
# DICOS (Digital Imaging and Communications in Security) standard.
2323
#
24-
# Generated automatically from DICOM PS 3.6-2025b and PS 3.7-2025b.
25-
# File created on 2025-04-15 12:19:07 by J. Riesmeier on thinkpad2.
24+
# Generated automatically from DICOM PS 3.6-2025c and PS 3.7-2025c.
25+
# File created on 2025-07-16 11:58:26 by J. Riesmeier on thinkpad2.
2626
#
2727
# In addition, the data dictionary entries from the following final text
2828
# supplements and correction items (CP) have been incorporated:
@@ -2688,6 +2688,7 @@
26882688
(0044,0108) UI ReferencedAssertionUID 1 DICOM
26892689
(0044,0109) SQ ApprovalSubjectSequence 1 DICOM
26902690
(0044,010A) SQ OrganizationalRoleCodeSequence 1 DICOM
2691+
(0044,0110) SQ RTAssertionsSequence 1 DICOM
26912692
(0046,0012) LO LensDescription 1 DICOM
26922693
(0046,0014) SQ RightLensSequence 1 DICOM
26932694
(0046,0015) SQ LeftLensSequence 1 DICOM

dcmdata/include/dcmtk/dcmdata/dcdeftag.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**
55
** User: joergr
66
** Host: thinkpad2
7-
** Date: 2025-04-15 12:24:21
7+
** Date: 2025-07-16 12:03:33
88
** Prog: /home/joergr/Source/dcmtk-full/public/dcmdata/libsrc/mkdeftag
99
**
1010
** From: ../data/dicom.dic
@@ -17,12 +17,12 @@
1717

1818
#include "dcmtk/dcmdata/dctagkey.h"
1919

20-
#define DCM_DICT_DEFTAG_BUILD_DATE "2025-04-15 12:24:21"
20+
#define DCM_DICT_DEFTAG_BUILD_DATE "2025-07-16 12:03:33"
2121

2222

2323
/*
2424
** Fixed Tags in ascending (gggg,eeee) order.
25-
** Number of entries: 5258
25+
** Number of entries: 5259
2626
** Tags with a repeating component (repeating tags) are listed later.
2727
*/
2828
#define DCM_CommandGroupLength DcmTagKey(0x0000, 0x0000)
@@ -2983,6 +2983,7 @@
29832983
#define DCM_ReferencedAssertionUID DcmTagKey(0x0044, 0x0108)
29842984
#define DCM_ApprovalSubjectSequence DcmTagKey(0x0044, 0x0109)
29852985
#define DCM_OrganizationalRoleCodeSequence DcmTagKey(0x0044, 0x010a)
2986+
#define DCM_RTAssertionsSequence DcmTagKey(0x0044, 0x0110)
29862987
#define DCM_LensDescription DcmTagKey(0x0046, 0x0012)
29872988
#define DCM_RightLensSequence DcmTagKey(0x0046, 0x0014)
29882989
#define DCM_LeftLensSequence DcmTagKey(0x0046, 0x0015)

dcmdata/libsrc/dcdictbi.cc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**
55
** User: joergr
66
** Host: thinkpad2
7-
** Date: 2025-04-15 12:24:21
7+
** Date: 2025-07-16 12:03:34
88
** Prog: /home/joergr/Source/dcmtk-full/public/dcmdata/libsrc/mkdictbi
99
**
1010
** From: ../data/dicom.dic
@@ -21894,6 +21894,10 @@ static const DBI_SimpleEntry simpleBuiltinDict[] = {
2189421894
EVR_SQ, "OrganizationalRoleCodeSequence", 1, 1, "DICOM",
2189521895
DcmDictRange_Unspecified, DcmDictRange_Unspecified,
2189621896
NULL }
21897+
, { 0x0044, 0x0110, 0x0044, 0x0110,
21898+
EVR_SQ, "RTAssertionsSequence", 1, 1, "DICOM",
21899+
DcmDictRange_Unspecified, DcmDictRange_Unspecified,
21900+
NULL }
2189721901
#ifdef ENABLE_PRIVATE_TAGS
2189821902
, { 0x0045, 0x0004, 0x0045, 0x0004,
2189921903
EVR_CS, "AES", 1, 1, "PrivateTag",

0 commit comments

Comments
 (0)