From a18aa6ed35e7e7c47e8ae5079cad94965dadf4bd Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 21 Dec 2005 14:54:04 +0000 Subject: [PATCH] Type 1C Conditional Element value cannot be empty! Try to make gdcm-made DICOMDIRs usable by more clinaical softwares. --- Dicts/DicomDir.dic | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dicts/DicomDir.dic b/Dicts/DicomDir.dic index 1ed8d2b4..f7ed316c 100644 --- a/Dicts/DicomDir.dic +++ b/Dicts/DicomDir.dic @@ -30,9 +30,9 @@ studyElem 0004 1410 "65535" // Record in use flag : 65535 = 0xF studyElem 0004 1420 "0" // Offset of referenced lower-level dir entity : to be computed later studyElem 0004 1430 "STUDY " // Directory Record Type don't remove trailing space ! studyElem 0008 0005 "ISO_IR 100" // Specific Character Set -studyElem 0008 0020 "" // Study Date -studyElem 0008 0030 "" // Study Time -studyElem 0008 0050 "" // Accession Number +studyElem 0008 0020 "UNKNOWN" // Study Date // Type 1C Conditional Element +studyElem 0008 0030 "UNKNOWN" // Study Time // Type 1C Conditional Element +studyElem 0008 0050 "UNKNOWN" // Accession Number // Type 1C Conditional Element studyElem 0008 1030 "" // Study Description studyElem 0020 000d "" // Study Instance UID : may be forged later studyElem 0020 0010 "" // Study ID : may be forged later -- 2.45.1