Skip to content
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

Use Worklist Label (0074,1202) instead of MWL SCP AET for separating MWL #4015

Closed
13 tasks done
gunterze opened this issue Mar 30, 2023 · 0 comments
Closed
13 tasks done
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Mar 30, 2023

Use Worklist Label (0074,1202) instead of MWL SCP AET for separating MWL, analogous to the use of Worklist Label (0074,1202) specified by DICOM PS 3.4, Table CC.2.5-3. UPS SOP Class N-CREATE/N-SET/N-GET/C-FIND Attributes for DICOM Unified Worklist.

  • replace property LocalAET of entity MWLItem by worklistLabel and rename associated DB column mwl_item.local_aet to mwl_item.worklist_label

  • replace Archive HL7 Application attribute

    Name Type Description (LDAP Attribute)
    Destination MWL SCP string AE Title of local MWL SCP fed/updated by HL7v2 Order message received by this HL7 Receiver. If no AE Title is specified, the created MWL item will be provided by all configured MWL SCPs of the archive. (dcmDestinationAE)

    by Archive HL7 Application attribute

    Name Type Description (LDAP Attribute)
    MWL Worklist Label string Value of Worklist Label (0074,1202) of created MWL items on receive of HL7 Order messages. If absent, created MWL items are not bound to a particular MWL Worklist and are provided by all Archive AEs with MWL SCP Transfer Capability. (dcmMWLWorklistLabel)
  • Add Archive Network AE attribute

    Name Type Description (LDAP Attribute)
    MWL Worklist Label string Only consider MWL items with this or no Worklist Label (0074,1202) for matching by this Archive AE acting as MWP SCP. If absent, MWL items with any Value of Worklist Label (0074,1202) are considered for matching by this Archive AE acting as MWL SCP. (dcmMWLWorklistLabel)

    Attention: If the received MWL C-FIND RQ contains a value for Worklist Label (0074,1202), that is applied as Matching Key and the configured value for MWL Worklist Label is ignored.

  • replace MWL Import attribute

    Name Type Description (LDAP Attribute)
    Destination MWL SCP string AE Title of local MWL SCP feeded/updated by Scheduled Procedure Steps returned by external MWL SCP. (dcmDestinationAE)

    by MWL Import attribute

    Name Type Description (LDAP Attribute)
    MWL Worklist Label string Value of Worklist Label (0074,1202) of imported MWL items from fetched from Source MWL SCP. If absent, imported MWL items are provided by all MWL SCP Archive Network AEs. (dcmMWLWorklistLabel)
  • replace Path Parameter {destination} by {worklistLabel} of RESTful service to Import matching Scheduled Procedure Steps from external MWL SCP

  • replace Archive Attribute Coercion - Legacy attribute

    Name Type Description (LDAP Attribute)
    Merge Local MWL SCP(s) string AE Title of archive's MWL SCP used to lookup MWL Item to coerce request attributes of received objects. If absent, the Archive DB is queried for a matching MWL item provided by any Archive MWL AE.. (dcmMergeLocalMWLSCP)

    by Archive Attribute Coercion - Legacy attribute

    Name Type Description (LDAP Attribute)
    Merge Local MWL Worklist Label string Only consider MWL items with one of the specified values of its Worklist Label (0074,1202) in the Archive DB to coerce request attributes of received objects. If absent, the Archive DB is queried for matching MWL items with any Worklist Label (0074,1202). (dcmMergeLocalMWLWorklistLabel)
  • replace Other Coercion Parameter local-mwl-scp by local-mwl-worklist-label of Archive Attribute Coercion - New with Attribute Coercion URI: merge-mwl:xxx

  • add Worklist Label (0074,1202) to the MWL Item Attribute Filter configured by default.

  • return Worklist Label (0074,1202) to list of attributes returned by proprietary MWL-RS Search service by default - also without Query Parameter includefield=all.

  • Add Worklist Label query filter in Navigation page - MWL tab

  • Update DICOM CS - SOP Specific Conformance for Query SOP Classes - Modality Worklist C-FIND SCP Supported Elements

  • Test changed behavior for all of the above points

  • update wiki docs

Related #2467, #3185, #3446, #3851, #3976

@gunterze gunterze added the enhancement New feature or request label Mar 30, 2023
@gunterze gunterze added this to the 5.29.3 milestone Mar 30, 2023
@gunterze gunterze self-assigned this Mar 30, 2023
gunterze added a commit to dcm4che-dockerfiles/slapd-dcm4chee that referenced this issue Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants