Hello,
we have Conquest v 1.5.0d working and we recive from onother radiology lab DICOM pictures. Sometimes I have following problem. After receeiving first pictures for a new patient, the patient shown twices or more in database. For Example from SQL-Table dicomstudies (I anonymized the patientdata) :
| 1.2.840.113619.6.95.31.0.3.4.1.5030.13.37289214 | 20240904 | 100439 | 0 | MR_** | 37289214 | EP-12 | 0**Y | ** | MR | *^*^^^ | YYYYMMDD | F | 123456 | 1725443936 | NULL | NULL | NULL | |
| 1.2.840.113619.6.95.31.0.3.4.1.5030.13.37289214 | 20240904 | 100439 | 0 | MR_** | 37289214 | EP-12 | 0**Y | ** | MR | *^*^^^ | YYYYMMDD | F | 123456 | 1725443936 | NULL | NULL | NUL |
and after this we get following messages in logfile for each receeived picture in the study:
04.09.2024 11:59:12 [EPI_UKE] ***Duplicate found in DICOMStudies WHERE StudyInsta='1.2.840.113619.6.95.31.0.3.4.1.5030.13.37289214'
04.09.2024 11:59:12 [EPI_UKE] ***Error saving to SQL: 123456\1.3.12.2.1107.5.2.19.45024.2024090410052056083462517.0.0.0_0004_000001_17254439526f64.dcm
Is there some Race-Condition withe the SQL-Commands? Do You have an ideea what can wo do?
Thanks,
Thomas