Skip to content

Coerce outgoing (MWL) C FIND responses sent from archive

Vrinda edited this page Mar 27, 2023 · 1 revision

Content

Overview

Following fields of an archive attribute coercion rule determine whether a particular rule will get applied or not. To coerce outgoing (MWL) C-FIND responses, fields should be configured as

Rule Priority : For each shown DIMSE transaction, if multiple coercion rules with exact values for specified fields are configured, higher rule priority coercion rule takes precedence

Coercion Rule field Value / Notes
Conditions May be configured according to requirement, to limit the rule only to certain conditions. eg.
SendingApplicationEntityTitle=MOD_US01 or
Modality=CR|CT (specifying multiple values separated by |) or
Modality!=CR|CT (specifying multiple values separated by | with not equals condition)

Cascaded Sequence of application of multiple coercions using one coercion rule

Outgoing (MWL) C-FIND responses sent from archive can be coerced using one or more coercion features available in a coercion rule as shown below.

  • eg. If corresponding shown fields are configured, coercing by XSL stylesheet is applied at last.

Note : Each coercion type gets applied only if corresponding fields are configured. Examples shown for some fields.

Coercion Feature Description
Coerce attributes from Leading archive Query Leading archive for study using Study UID in MWL
and coerce based on configured Attribute Update Policy
Nullify Tags Used for nullifying values of one or more DICOM tags in outgoing (MWL) C-FIND response.
eg. To nullify IssuerOfAccessionNumberSequence use 00080051
Merge Attributes Used for merging values of one or more DICOM tags in outgoing (MWL) C-FIND response using
different Attribute Formats
or by specifying static values in combination with attributes values.
- eg. PatientID={PatientID,slice,3}
or by specifying static values in combination with received values.
- eg. AdmissionID=ADM-{AdmissionID}
Coerce from XSL Coerce one or more attributes using XSL stylesheet for more customization
- eg. Nullify Patient Address and/or adjust patient middle name in outgoing (MWL) C-FIND response.
Vendor may create customized stylesheets and configure this field to use it from the path specified in vendor's file system.
- eg. Nullify Patient Address in MWL C-FIND response sent from archive to modalities
Clone this wiki locally