hi, i got some problematic study file (a zip archive)
upload to Orthanc fails
Orthanc log shows error message:
E0813 09:57:58.307396 DicomMap.cpp:1010] Store has failed because all the required tags (PatientID, StudyInstanceUID, SeriesInstanceUID, SOPInstanceUID) are missing (is it a DICOMDIR file?)
and as the log says, there is a DICOMDIR file in the zip archive. Now when i remove the DICOMDIR file from archive and re-create the zip without it, the upload will complete successfully and Orthanc will have all the necessary tags (PatientID, StudyInstanceUID, SeriesInstanceUID, SOPInstanceUID) extracted from the instance files.
could you please recommend a good way of solving the invalid/incomplete DICOMDIR problem? maybe some logic customization is possible in Orthanc that will make it ignore these files?
thanks
RG