Steve Pieper
|
3185e8f777
Explicitly flag empty strings to differentiate from cache misses
|
12 years ago |
Steve Pieper
|
4a36c2b154
Remove compile warnings - Closes #293
|
12 years ago |
Steve Pieper
|
7d1bcab6f4
Remove threading code from dicom database and indexer
|
12 years ago |
Steve Pieper
|
c54a485fc0
Only use sql transactions for tag cache
|
12 years ago |
Steve Pieper
|
d759c951ca
Improve sql safety and performance
|
12 years ago |
Steve Pieper
|
debe8b5bfe
Put tag caching in an sqlite transaction for efficiency
|
12 years ago |
Steve Pieper
|
366d22d059
Give the tag cache connection the same name as the database connection
|
12 years ago |
Steve Pieper
|
933cccada7
Ensure tag cache is initialized with rest of database
|
12 years ago |
Steve Pieper
|
f6a462dd92
ENH: add accessor for insert timestamp as QDateTime
|
12 years ago |
Steve Pieper
|
6960f70189
Fix schema error that led to only a single file per series
|
12 years ago |
Steve Pieper
|
23c0a8751e
Fix schema number
|
12 years ago |
Steve Pieper
|
d52e109602
Merge branch 'master' of github.com:commontk/CTK
|
12 years ago |
Steve Pieper
|
2ad2f8f19a
Make progress dialogs into member variables.
|
12 years ago |
Steve Pieper
|
1cb4c934a7
Precache all tags with a single load of the dataset
|
12 years ago |
Steve Pieper
|
03a9827437
Avoid assert on ill-formed group/element strings
|
12 years ago |
Steve Pieper
|
f1b342fc69
Differentiate missing keys and previously seen keys in dicom tag cache
|
12 years ago |
Steve Pieper
|
53edf43d0d
Add a precache tags property
|
12 years ago |
Steve Pieper
|
8e99afb72c
Improve schema update documentation
|
12 years ago |
Steve Pieper
|
f9e14edf8d
Style: put schema version in implementation not header
|
12 years ago |
Steve Pieper
|
118ba91bf2
Fix typo in log message
|
12 years ago |
Andras Lasso
|
d681005124
Fixed minor DICOM import related issues
|
12 years ago |
Steve Pieper
|
956d83e4bb
Speedup database inserts as suggested by Andras Lasso
|
12 years ago |
Steve Pieper
|
6b014ec03a
Add schema updating to ctkDICOM code
|
12 years ago |
Steve Pieper
|
39dca8f1dd
Merge remote-tracking branch 'origin/200-database-schema-update' into rt104-dicomModel
|
12 years ago |
Steve Pieper
|
b8b35b4094
Fix the insert statement to account for the extra modality field
|
12 years ago |
Andras Lasso
|
199c83bd06
Added Modality field to series table
|
12 years ago |
Steve Pieper
|
261841d091
Put cache in independent database because of issue #204
|
12 years ago |
Steve Pieper
|
7c4be0fb51
Fix for possible null DcmObject
|
12 years ago |
Steve Pieper
|
10f62c2103
Enable tag caching in the fileElement and instanceElement calls
|
12 years ago |
Steve Pieper
|
09f383f382
Enable tag caching
|
12 years ago |