findscu.exe
127.0.0.1 4242 --aetitle MYTITLE --call ORTHANC -S -k QueryRetrieveLevel=STUDY
-k ModalitiesInStudy=IOL
-k PatientName -k PatientID -k StudyInstanceUID -k StudyDate -k PatientBirthDate -k PatientSex
2. an MWL query to gather
all work items for a certain date:
findscu.exe 127.0.0.1 4242 --aetitle MYTITLE --call ORTHANC -W sample.dcm -k ScheduledProcedureStepSequence[0].ScheduledProcedureStepStartDate=20210323-20210324 -k ScheduledProcedureStepSequence[0].ScheduledStationAETitle=MYTITLE
3. export DICOM files to the Store server:
storescu.exe --scan-directories --recurse --config-file storescu.cfg --call ORTHANC --aetitle MYTITLE --arguments 127.0.0.1 4242 'C:\pathtodcm
Any idea how to achieve the same with Orthanc as a DicomWeb server ? Any good tutorial on that ?
Thanks.
Greetings,
Sorin
However, I don't see how I can retrieve all patient demographics, e.g. PatientID, PatientSex, as I used to do in the "classic" query shown above, i.e. ".... -k PatientName -k PatientID -k StudyInstanceUID -k StudyDate -k PatientBirthDate -k PatientSex".Any idea how to get that info, even if I need to do several queries ?
Also, do you happen to know a DICOM server that supports MWL queries over DicomWeb ? I'd prefer a server that has clear installation and usage instructions.