Dicom Worklist Server - Study Date missing

Hello, trying to find wl from Carestream DRX to Orthanc, because of the missing of tag 0040,0002 StepStartDate, the query fail. Added manually this Tag in Orthanc DB, the query is succesfull.

Is it possible to ad this Tag in the Worklist manual entry on DB?

ty Max

Hi,

Can you say it again (differently so we have a chance to understand) ?

Alain

Hello, I mean that:

  1. I create a dicom worklist entry from Orthanc manually added
  2. I search (find) the worklist from a DRX Carestream with no success
  3. I dump the record and I find empty the tag 0040,0002 ProcedureStepStartDate
  4. I insert a new record with the REST-API, included tag 0040,0002 compiled
  5. I search (find) the worklist from DRX and this record is succesfully loaded

So the answer is: Is it possible to add this Tag in the manual insert format for Orthanc Worklist?

Sorry the Tag is tag 0040,0003 ProcedureStepStartTime

Have you tried adding it here ?

Thanks a lot, I tried to modify orthanc-explorer-2.json added with:

“studyTime”,

but the worklist entry still:

why don’t you share your json ?

orthanc-explorer-2.json (39.4 KB) Alain I had added lines 328-332 and seems it works with a default study time. Thanks a lot!

1 Like