1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906
|
/*
*
* Copyright (C) 1994-2024, OFFIS e.V.
* All rights reserved. See COPYRIGHT file for details.
*
* This software and supporting documentation were developed by
*
* OFFIS e.V.
* R&D Division Health
* Escherweg 2
* D-26121 Oldenburg, Germany
*
*
* Module: dcmdata
*
* Author: Andrew Hewett
*
* Purpose: loadable DICOM data dictionary
*
*/
#include "dcmtk/config/osconfig.h" /* make sure OS specific configuration is included first */
#include "dcmtk/dcmdata/dcdict.h"
#include "dcmtk/dcmdata/dcdicent.h"
#include "dcmtk/dcmdata/dctypes.h"
#include "dcmtk/ofstd/ofdefine.h"
#include "dcmtk/ofstd/ofstd.h"
#include "dcmtk/ofstd/offile.h"
#ifdef HAVE_WINDOWS_H
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif
/*
** The separator character between fields in the data dictionary file(s)
*/
#define DCM_DICT_FIELD_SEPARATOR_CHAR '\t'
/*
** Comment character for the data dictionary file(s)
*/
#define DCM_DICT_COMMENT_CHAR '#'
/*
** THE Global DICOM Data Dictionary
*/
GlobalDcmDataDictionary dcmDataDict;
/*
** Member Functions
*/
static DcmDictEntry*
makeSkelEntry(Uint16 group, Uint16 element,
Uint16 upperGroup, Uint16 upperElement,
DcmEVR evr, const char* tagName, int vmMin, int vmMax,
const char* standardVersion,
DcmDictRangeRestriction groupRestriction,
DcmDictRangeRestriction elementRestriction,
const char* privCreator)
{
DcmDictEntry* e = NULL;
e = new DcmDictEntry(group, element, upperGroup, upperElement, evr,
tagName, vmMin, vmMax, standardVersion, OFFalse, privCreator);
if (e != NULL) {
e->setGroupRangeRestriction(groupRestriction);
e->setElementRangeRestriction(elementRestriction);
}
return e;
}
OFBool DcmDataDictionary::loadSkeletonDictionary()
{
/*
** We need to know about Group Lengths to compute them
*/
DcmDictEntry* e = NULL;
e = makeSkelEntry(0x0000, 0x0000, 0xffff, 0x0000,
EVR_UL, "GenericGroupLength", 1, 1, "GENERIC",
DcmDictRange_Unspecified, DcmDictRange_Unspecified, NULL);
addEntry(e);
/*
** We need to know about Items and Delimitation Items to parse
** (and construct) sequences.
*/
e = makeSkelEntry(0xfffe, 0xe000, 0xfffe, 0xe000,
EVR_na, "Item", 1, 1, "DICOM",
DcmDictRange_Unspecified, DcmDictRange_Unspecified, NULL);
addEntry(e);
e = makeSkelEntry(0xfffe, 0xe00d, 0xfffe, 0xe00d,
EVR_na, "ItemDelimitationItem", 1, 1, "DICOM",
DcmDictRange_Unspecified, DcmDictRange_Unspecified, NULL);
addEntry(e);
e = makeSkelEntry(0xfffe, 0xe0dd, 0xfffe, 0xe0dd,
EVR_na, "SequenceDelimitationItem", 1, 1, "DICOM",
DcmDictRange_Unspecified, DcmDictRange_Unspecified, NULL);
addEntry(e);
skeletonCount = numberOfEntries();
return OFTrue;
}
DcmDataDictionary::DcmDataDictionary(OFBool loadBuiltin, OFBool loadExternal)
: hashDict(),
repDict(),
skeletonCount(0),
dictionaryLoaded(OFFalse)
{
reloadDictionaries(loadBuiltin, loadExternal);
}
DcmDataDictionary::~DcmDataDictionary()
{
clear();
}
void DcmDataDictionary::clear()
{
hashDict.clear();
repDict.clear();
skeletonCount = 0;
dictionaryLoaded = OFFalse;
}
static void
stripWhitespace(char* s)
{
if (s)
{
unsigned char c;
unsigned char *t;
unsigned char *p;
t=p=OFreinterpret_cast(unsigned char *, s);
while ((c = *t++) != '\0') if (!OFStandard::isspace(c)) *p++ = c;
*p = '\0';
}
}
static char*
stripTrailingWhitespace(char* s)
{
if (s == NULL) return s;
for
(
char* it = s + strlen(s) - 1;
it >= s && OFStandard::isspace(*it);
*it-- = '\0'
);
return s;
}
static void
stripLeadingWhitespace(char* s)
{
if (s)
{
unsigned char c;
unsigned char *t;
unsigned char *p;
t=p=OFreinterpret_cast(unsigned char *, s);
while (OFStandard::isspace(*t)) t++;
while ((c = *t++) != '\0') *p++ = c;
*p = '\0';
}
}
static OFBool
parseVMField(char* vmField, int& vmMin, int& vmMax)
{
OFBool ok = OFTrue;
char c = 0;
int dummy = 0;
/* strip any whitespace */
stripWhitespace(vmField);
if (sscanf(vmField, "%d-%d%c", &vmMin, &dummy, &c) == 3) {
/* treat "2-2n" like "2-n" for the moment */
if ((c == 'n') || (c == 'N')) {
vmMax = DcmVariableVM;
} else {
ok = OFFalse;
}
} else if (sscanf(vmField, "%d-%d", &vmMin, &vmMax) == 2) {
/* range VM (e.g. "2-6") */
} else if (sscanf(vmField, "%d-%c", &vmMin, &c) == 2) {
if ((c == 'n') || (c == 'N')) {
vmMax = DcmVariableVM;
} else {
ok = OFFalse;
}
} else if (sscanf(vmField, "%d%c", &vmMin, &c) == 2) {
/* treat "2n" like "2-n" for the moment */
if ((c == 'n') || (c == 'N')) {
vmMax = DcmVariableVM;
} else {
ok = OFFalse;
}
} else if (sscanf(vmField, "%d", &vmMin) == 1) {
/* fixed VM */
vmMax = vmMin;
} else if (sscanf(vmField, "%c", &c) == 1) {
/* treat "n" like "1-n" */
if ((c == 'n') || (c == 'N')) {
vmMin = 1;
vmMax = DcmVariableVM;
} else {
ok = OFFalse;
}
} else {
ok = OFFalse;
}
return ok;
}
static int
splitFields(const char* line, char* fields[], int maxFields, char splitChar)
{
const char *p;
int foundFields = 0;
size_t len;
do {
#ifdef __BORLANDC__
// Borland Builder expects a non-const argument
p = strchr(OFconst_cast(char *, line), splitChar);
#else
p = strchr(line, splitChar);
#endif
if (p == NULL) {
len = strlen(line);
} else {
len = p - line;
}
fields[foundFields] = OFstatic_cast(char *, malloc(len + 1));
OFStandard::strlcpy(fields[foundFields], line, len+1);
fields[foundFields][len] = '\0';
foundFields++;
line = p + 1;
} while ((foundFields < maxFields) && (p != NULL));
return foundFields;
}
static OFBool
parseTagPart(char *s, unsigned int& l, unsigned int& h,
DcmDictRangeRestriction& r)
{
OFBool ok = OFTrue;
char restrictor = ' ';
r = DcmDictRange_Unspecified; /* by default */
if (sscanf(s, "%x-%c-%x", &l, &restrictor, &h) == 3) {
switch (restrictor) {
case 'o':
case 'O':
r = DcmDictRange_Odd;
break;
case 'e':
case 'E':
r = DcmDictRange_Even;
break;
case 'u':
case 'U':
r = DcmDictRange_Unspecified;
break;
default:
DCMDATA_ERROR("DcmDataDictionary: Unknown range restrictor: " << restrictor);
ok = OFFalse;
break;
}
} else if (sscanf(s, "%x-%x", &l, &h) == 2) {
r = DcmDictRange_Even; /* by default */
} else if (sscanf(s, "%x", &l) == 1) {
h = l;
} else {
ok = OFFalse;
}
return ok;
}
static OFBool
parseWholeTagField(char* s, DcmTagKey& key,
DcmTagKey& upperKey,
DcmDictRangeRestriction& groupRestriction,
DcmDictRangeRestriction& elementRestriction,
char *&privCreator)
{
unsigned int gl, gh, el, eh;
groupRestriction = DcmDictRange_Unspecified;
elementRestriction = DcmDictRange_Unspecified;
stripLeadingWhitespace(s);
stripTrailingWhitespace(s);
char gs[64];
char es[64];
char pc[64];
size_t slen = strlen(s);
if (s[0] != '(') return OFFalse;
if (s[slen - 1] != ')') return OFFalse;
if (strchr(s, ',') == NULL) return OFFalse;
/* separate the group and element parts */
int i = 1; /* after the '(' */
int gi = 0;
for (; s[i] != ',' && s[i] != '\0'; i++)
{
gs[gi] = s[i];
gi++;
}
gs[gi] = '\0';
if (s[i] == '\0') return OFFalse; /* element part missing */
i++; /* after the ',' */
stripLeadingWhitespace(s + i);
int pi = 0;
if (s[i] == '\"') /* private creator */
{
i++; // skip opening quotation mark
for (; s[i] != '\"' && s[i] != '\0'; i++) pc[pi++] = s[i];
pc[pi] = '\0';
if (s[i] == '\0') return OFFalse; /* closing quotation mark missing */
i++;
stripLeadingWhitespace(s + i);
if (s[i] != ',') return OFFalse; /* element part missing */
i++; /* after the ',' */
}
int ei = 0;
for (; s[i] != ')' && s[i] != '\0'; i++) {
es[ei] = s[i];
ei++;
}
es[ei] = '\0';
/* parse the tag parts into their components */
stripWhitespace(gs);
if (parseTagPart(gs, gl, gh, groupRestriction) == OFFalse)
return OFFalse;
stripWhitespace(es);
if (parseTagPart(es, el, eh, elementRestriction) == OFFalse)
return OFFalse;
if (pi > 0)
{
// copy private creator identifier
size_t buflen = strlen(pc) + 1;
privCreator = new char[buflen]; // deleted by caller
if (privCreator) OFStandard::strlcpy(privCreator, pc, buflen);
}
key.set(OFstatic_cast(unsigned short, gl), OFstatic_cast(unsigned short, el));
upperKey.set(OFstatic_cast(unsigned short, gh), OFstatic_cast(unsigned short, eh));
return OFTrue;
}
static OFBool
onlyWhitespace(const char* s)
{
size_t len = strlen(s);
int charsFound = OFFalse;
for (size_t i = 0; (!charsFound) && (i < len); ++i) {
charsFound = !OFStandard::isspace(s[i]);
}
return (!charsFound)? (OFTrue) : (OFFalse);
}
static char*
getLine(char* line, int maxLineLen, FILE* f)
{
char* s;
s = fgets(line, maxLineLen, f);
/* strip any trailing white space */
stripTrailingWhitespace(line);
return s;
}
static OFBool
isaCommentLine(const char* s)
{
OFBool isComment = OFFalse; /* assumption */
size_t len = strlen(s);
size_t i = 0;
for (i = 0; i < len && OFStandard::isspace(s[i]); ++i) /*loop*/;
isComment = (s[i] == DCM_DICT_COMMENT_CHAR);
return isComment;
}
OFBool
DcmDataDictionary::reloadDictionaries(OFBool loadBuiltin, OFBool loadExternal)
{
OFBool result = OFTrue;
clear();
loadSkeletonDictionary();
if (loadBuiltin) {
loadBuiltinDictionary();
dictionaryLoaded = (numberOfEntries() > skeletonCount);
if (!dictionaryLoaded) result = OFFalse;
}
if (loadExternal) {
if (loadExternalDictionaries())
dictionaryLoaded = OFTrue;
else
result = OFFalse;
}
return result;
}
OFBool
DcmDataDictionary::loadDictionary(const char* fileName, OFBool errorIfAbsent)
{
char lineBuf[DCM_MAXDICTLINESIZE + 1];
FILE* f = NULL;
int lineNumber = 0;
char* lineFields[DCM_MAXDICTFIELDS + 1];
int fieldsPresent;
DcmDictEntry* e;
int errorsEncountered = 0;
OFBool errorOnThisLine = OFFalse;
int i;
DcmTagKey key, upperKey;
DcmDictRangeRestriction groupRestriction = DcmDictRange_Unspecified;
DcmDictRangeRestriction elementRestriction = DcmDictRange_Unspecified;
DcmVR vr;
char* vrName;
char* tagName;
char* privCreator;
int vmMin, vmMax = 1;
const char* standardVersion;
/* first, check whether 'fileName' really points to a file (and not to a directory or the like) */
if (!OFStandard::fileExists(fileName) || (f = fopen(fileName, "r")) == NULL) {
if (errorIfAbsent) {
DCMDATA_ERROR("DcmDataDictionary: Cannot open file: " << fileName);
}
return OFFalse;
}
DCMDATA_DEBUG("DcmDataDictionary: Loading file: " << fileName);
while (getLine(lineBuf, DCM_MAXDICTLINESIZE, f)) {
lineNumber++;
if (onlyWhitespace(lineBuf)) {
continue; /* ignore this line */
}
if (isaCommentLine(lineBuf)) {
continue; /* ignore this line */
}
errorOnThisLine = OFFalse;
/* fields are tab separated */
fieldsPresent = splitFields(lineBuf, lineFields,
DCM_MAXDICTFIELDS,
DCM_DICT_FIELD_SEPARATOR_CHAR);
/* initialize dict entry fields */
vrName = NULL;
tagName = NULL;
privCreator = NULL;
vmMin = vmMax = 1;
standardVersion = "DICOM";
switch (fieldsPresent) {
case 0:
case 1:
case 2:
DCMDATA_ERROR("DcmDataDictionary: "<< fileName << ": "
<< "too few fields (line " << lineNumber << ")");
errorOnThisLine = OFTrue;
break;
default:
DCMDATA_ERROR("DcmDataDictionary: " << fileName << ": "
<< "too many fields (line " << lineNumber << "): ");
errorOnThisLine = OFTrue;
break;
case 5:
stripWhitespace(lineFields[4]);
standardVersion = lineFields[4];
/* drop through to next case label */
case 4:
/* the VM field is present */
if (!parseVMField(lineFields[3], vmMin, vmMax)) {
DCMDATA_ERROR("DcmDataDictionary: " << fileName << ": "
<< "bad VM field (line " << lineNumber << "): " << lineFields[3]);
errorOnThisLine = OFTrue;
}
/* drop through to next case label */
case 3:
if (!parseWholeTagField(lineFields[0], key, upperKey,
groupRestriction, elementRestriction, privCreator))
{
DCMDATA_ERROR("DcmDataDictionary: " << fileName << ": "
<< "bad Tag field (line " << lineNumber << "): " << lineFields[0]);
errorOnThisLine = OFTrue;
} else {
/* all is OK */
vrName = lineFields[1];
stripWhitespace(vrName);
tagName = lineFields[2];
stripWhitespace(tagName);
}
}
if (!errorOnThisLine) {
/* check the VR Field */
vr.setVR(vrName);
if (vr.getEVR() == EVR_UNKNOWN) {
DCMDATA_ERROR("DcmDataDictionary: " << fileName << ": "
<< "bad VR field (line " << lineNumber << "): " << vrName);
errorOnThisLine = OFTrue;
}
}
if (!errorOnThisLine) {
e = new DcmDictEntry(
key.getGroup(), key.getElement(),
upperKey.getGroup(), upperKey.getElement(),
vr, tagName, vmMin, vmMax, standardVersion, OFTrue,
privCreator);
e->setGroupRangeRestriction(groupRestriction);
e->setElementRangeRestriction(elementRestriction);
addEntry(e);
}
for (i = 0; i < fieldsPresent; i++) {
free(lineFields[i]);
lineFields[i] = NULL;
}
delete[] privCreator;
if (errorOnThisLine) {
errorsEncountered++;
}
}
fclose(f);
/* return OFFalse in case of errors and set internal state accordingly */
if (errorsEncountered == 0) {
dictionaryLoaded = OFTrue;
return OFTrue;
}
else {
dictionaryLoaded = OFFalse;
return OFFalse;
}
}
OFBool
DcmDataDictionary::loadExternalDictionaries()
{
const char* env = NULL;
size_t len;
int sepCnt = 0;
OFBool loadFailed = OFFalse;
/* if DCMDICTPATH environment variable should be considered, read it */
#ifdef DCM_DICT_USE_DCMDICTPATH
env = getenv(DCM_DICT_ENVIRONMENT_VARIABLE);
#endif
/* if DCMDICTPATH environment variable is not set or empty,
* and reading of external dictionary is generally permitted,
* try to read dictionary from default path
*/
if ((env == NULL) || (strlen(env) == 0)) {
#if DCM_DICT_DEFAULT == DCM_DICT_DEFAULT_USE_EXTERNAL
env = DCM_DICT_DEFAULT_PATH;
#endif
}
#ifdef HAVE_WINDOWS_H
char buf[MAX_PATH+1];
#endif
/* if any mechanism for external dictionary (environment or default external)
* is actually provided it, parse env and load all dictionaries specified therein.
*/
if ((env != NULL) && (strlen(env) != 0)) {
len = strlen(env);
for (size_t i = 0; i < len; ++i) {
if (env[i] == ENVIRONMENT_PATH_SEPARATOR) {
sepCnt++;
}
}
if (sepCnt == 0) {
#ifdef HAVE_WINDOWS_H
memset(buf, 0, sizeof(buf));
(void) ExpandEnvironmentStringsA(env, buf, sizeof(buf));
env = buf;
#endif
if (!loadDictionary(env, OFTrue)) {
return OFFalse;
}
} else {
char** dictArray;
dictArray = OFstatic_cast(char **, malloc((sepCnt + 1) * sizeof(char*)));
int ndicts = splitFields(env, dictArray, sepCnt + 1,
ENVIRONMENT_PATH_SEPARATOR);
for (int ii = 0; ii < ndicts; ii++) {
if ((dictArray[ii] != NULL) && (strlen(dictArray[ii]) > 0)) {
#ifdef HAVE_WINDOWS_H
memset(buf, 0, sizeof(buf));
(void) ExpandEnvironmentStringsA(dictArray[ii], buf, sizeof(buf));
env = buf;
if (!loadDictionary(buf, OFTrue)) {
loadFailed = OFTrue;
}
#else
if (!loadDictionary(dictArray[ii], OFTrue)) {
loadFailed = OFTrue;
}
#endif
}
free(dictArray[ii]);
}
free(dictArray);
}
}
return (loadFailed) ? (OFFalse) : (OFTrue);
}
void
DcmDataDictionary::addEntry(DcmDictEntry* e)
{
if (e->isRepeating()) {
/*
* Find the best position in repeating groups data dictionary.
* Existing entries are replaced if the ranges and repetition
* constraints are the same.
* If a range represents a subset of an existing range then it
* will be placed before it in the list. This ensures that a
* search will find the subset rather than the superset.
* Otherwise entries are appended to the end of the list.
*/
OFBool inserted = OFFalse;
DcmDictEntryListIterator iter(repDict.begin());
DcmDictEntryListIterator last(repDict.end());
for (; !inserted && iter != last; ++iter) {
if (e->setEQ(**iter)) {
/* replace the old entry with the new */
DcmDictEntry *old = *iter;
*iter = e;
#ifdef PRINT_REPLACED_DICTIONARY_ENTRIES
DCMDATA_WARN("replacing " << *old);
#endif
delete old;
inserted = OFTrue;
} else if (e->subset(**iter)) {
/* e is a subset of the current list position, insert before */
repDict.insert(iter, e);
inserted = OFTrue;
}
}
if (!inserted) {
/* insert at end */
repDict.push_back(e);
inserted = OFTrue;
}
} else {
hashDict.put(e);
}
}
void
DcmDataDictionary::deleteEntry(const DcmDictEntry& entry)
{
DcmDictEntry* e = NULL;
e = OFconst_cast(DcmDictEntry *, findEntry(entry));
if (e != NULL) {
if (e->isRepeating()) {
repDict.remove(e);
delete e;
} else {
hashDict.del(entry.getKey(), entry.getPrivateCreator());
}
}
}
const DcmDictEntry*
DcmDataDictionary::findEntry(const DcmDictEntry& entry) const
{
const DcmDictEntry* e = NULL;
if (entry.isRepeating()) {
OFBool found = OFFalse;
DcmDictEntryListConstIterator iter(repDict.begin());
DcmDictEntryListConstIterator last(repDict.end());
for (; !found && iter != last; ++iter) {
if (entry.setEQ(**iter)) {
found = OFTrue;
e = *iter;
}
}
} else {
e = hashDict.get(entry, entry.getPrivateCreator());
}
return e;
}
const DcmDictEntry*
DcmDataDictionary::findEntry(const DcmTagKey& key, const char *privCreator) const
{
/* first, search in the normal tags data dictionary (including private tags)
*/
const DcmDictEntry* e = NULL;
e = hashDict.get(key, privCreator);
if (e == NULL) {
/* then, search in the repeating groups data dictionary */
OFBool found = OFFalse;
DcmDictEntryListConstIterator iter(repDict.begin());
DcmDictEntryListConstIterator last(repDict.end());
for (; !found && iter != last; ++iter) {
if ((*iter)->contains(key, privCreator)) {
found = OFTrue;
e = *iter;
}
}
}
return e;
}
const DcmDictEntry*
DcmDataDictionary::findEntry(const char *name) const
{
const DcmDictEntry* e = NULL;
const DcmDictEntry* ePrivate = NULL;
/* first, search in the normal tags data dictionary
*/
DcmHashDictIterator iter;
for (iter = hashDict.begin(); (e == NULL) && (iter != hashDict.end()); ++iter) {
if ((*iter)->contains(name)) {
e = *iter;
if (e->getGroup() % 2)
{
/* tag is a private tag - continue search to be sure to find non-private keys first */
if (!ePrivate) ePrivate = e;
e = NULL;
}
}
}
/* if not found ... */
if (e == NULL) {
/* search in the repeating groups data dictionary */
OFBool found = OFFalse;
DcmDictEntryListConstIterator iter2(repDict.begin());
DcmDictEntryListConstIterator last(repDict.end());
for (; !found && iter2 != last; ++iter2) {
if ((*iter2)->contains(name)) {
found = OFTrue;
e = *iter2;
}
}
}
if (e == NULL && ePrivate != NULL) {
/* no standard key found - use the first private key found */
e = ePrivate;
}
return e;
}
/* ================================================================== */
GlobalDcmDataDictionary::GlobalDcmDataDictionary()
: dataDict(NULL)
#ifdef WITH_THREADS
, dataDictLock()
#endif
{
}
GlobalDcmDataDictionary::~GlobalDcmDataDictionary()
{
/* No threads may be active any more, so no locking needed */
delete dataDict;
}
void GlobalDcmDataDictionary::createDataDict()
{
/* Make sure only one thread tries to initialize the dictionary */
#ifdef WITH_THREADS
dataDictLock.wrlock();
#endif
#if (DCM_DICT_DEFAULT == DCM_DICT_DEFAULT_USE_EXTERNAL) || defined(DCM_DICT_USE_DCMDICTPATH)
const OFBool loadExternal = OFTrue;
#else
const OFBool loadExternal = OFFalse;
#endif
/* Make sure no other thread managed to create the dictionary
* before we got our write lock. */
if (!dataDict)
dataDict = new DcmDataDictionary(OFTrue /*loadBuiltin*/, loadExternal);
#ifdef WITH_THREADS
dataDictLock.wrunlock();
#endif
}
const DcmDataDictionary& GlobalDcmDataDictionary::rdlock()
{
#ifdef WITH_THREADS
dataDictLock.rdlock();
#endif
if (!dataDict)
{
/* dataDictLock must not be locked during createDataDict() */
#ifdef WITH_THREADS
dataDictLock.rdunlock();
#endif
createDataDict();
#ifdef WITH_THREADS
dataDictLock.rdlock();
#endif
}
return *dataDict;
}
DcmDataDictionary& GlobalDcmDataDictionary::wrlock()
{
#ifdef WITH_THREADS
dataDictLock.wrlock();
#endif
if (!dataDict)
{
/* dataDictLock must not be locked during createDataDict() */
#ifdef WITH_THREADS
dataDictLock.wrunlock();
#endif
createDataDict();
#ifdef WITH_THREADS
dataDictLock.wrlock();
#endif
}
return *dataDict;
}
void GlobalDcmDataDictionary::rdunlock()
{
#ifdef WITH_THREADS
dataDictLock.rdunlock();
#endif
}
void GlobalDcmDataDictionary::wrunlock()
{
#ifdef WITH_THREADS
dataDictLock.wrunlock();
#endif
}
OFBool GlobalDcmDataDictionary::isDictionaryLoaded()
{
OFBool result = rdlock().isDictionaryLoaded();
rdunlock();
return result;
}
void GlobalDcmDataDictionary::clear()
{
wrlock().clear();
wrunlock();
}
|