-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RESTful service to create workitems for external Studies from CSV File containing Study Instance UIDs and referred UPS Template #2690
Comments
gunterze
added a commit
that referenced
this issue
Jul 29, 2020
This was referenced Aug 19, 2020
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
POST
/dcm4chee-arc/aets/{aet}/dimse/{movescp}/studies/csv:{field}/workitems/{upsTemplateID}
Values of Query Parameters
scheduledTime
andupsLabel
overwrite values for Scheduled Procedure Step Start DateTime (0040,4005) and Procedure Step Label (0074,1204) specified by UPS Template attributes Scheduled Procedure Step Start DateTime Delay and Procedure Step Label. Value of query parametercsvPatientID
will be used to check for Patient ID in HL7 CX format in the CSV file, these values shall be used to find or create the patient when the UPS records are created.{movescp}
and the{Study Instance UID}
from the CSV field shall be included in{Study Instance UID}
DICOM
{movescp}
of created Workitems.
AEs and Webclients with Global Subscribtion of the Worklist shall be notified about created workitems, as the workitems were created individually by regular DICOM UPS N-CREATE or RESTful Create Workitem Transaction.
Note: For a CSV file with 40K records and
CSV Upload Chunk Size
configured as 20000, the average time taken is around 7.45 minsRelated #2689
The text was updated successfully, but these errors were encountered: