Max
May 18, 2026, 3:02pm
1
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
Max
May 19, 2026, 7:29am
3
Hello, I mean that:
I create a dicom worklist entry from Orthanc manually added
I search (find) the worklist from a DRX Carestream with no success
I dump the record and I find empty the tag 0040,0002 ProcedureStepStartDate
I insert a new record with the REST-API, included tag 0040,0002 compiled
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?
Max
May 19, 2026, 7:34am
4
Sorry the Tag is tag 0040,0003 ProcedureStepStartTime
Have you tried adding it here ?
"WorklistsColumns" : [
"PatientBirthDate",
"PatientName",
"PatientID",
"startDate",
"description",
"modalities",
"AccessionNumber"
],
// The initial list of tags that are displayed in the dialog to create a worklist.
// For each tag, you may define:
// - a "DefaultValue" field with a few keywords:
// - $TODAY$ (YYMMDD)
// - $GENERATE_DICOM_UUID$
// - $NOW$ (YYMMDDhhmmss)
// - $NOW-M$ (YYMMDDhhmmss.ms)
// - if it is "Required" to be filled or not (default = false)
// - if it is "Editable" (default = true)
// - if you want to offer "Choices" to select amongst
// - a "Placeholder" to display a suggestion text
Max
May 20, 2026, 6:09pm
6
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 ?
Max
May 21, 2026, 3:32pm
8
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