Mercurial > hg > orthanc-postgresql
changeset 75:d8b0679333d4
note
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Sat, 17 Oct 2015 12:05:41 +0200 |
| parents | 706064df4e3f |
| children | f6ca4c202c1a |
| files | IndexPlugin/PostgreSQLWrapper.cpp |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/IndexPlugin/PostgreSQLWrapper.cpp Fri Oct 09 18:31:19 2015 +0200 +++ b/IndexPlugin/PostgreSQLWrapper.cpp Sat Oct 17 12:05:41 2015 +0200 @@ -542,6 +542,8 @@ void PostgreSQLWrapper::GetMainDicomTags(int64_t id) { + // TODO DB V6 => Remove "DicomIdentifiers" + if (getMainDicomTags1_.get() == NULL || getMainDicomTags2_.get() == NULL) {
