Export Triggered IAN - dcm4che/dcm4chee-arc-light GitHub Wiki
Export triggered IAN is only beneficial if the destination (to which objects are exported from the archive) is not able to send out IAN itself to other systems. So in a way archive steps in, to send out IAN after objects have been exported to the destination.
This is explained in following two ways :
- Rule based export : Export objects to the destination and then send out IAN notification.
- UI triggered DICOM export : Without export of objects to the destination, send out IAN notification.
Configure a DICOM Exporter.
Note that if you are configuring the Exporter using Archive UI
remember to configure the fields IAN Destination and optionally Retrieve AE Title and
Instance Availability. Alternatively, if you are configuring Exporter using LDAP,
then configure the attributes dcmIANDestination and optionally dcmRetrieveAET and dcmInstanceAvailability.
-
Rule based Export triggered IAN : Systems will be notified of availability of objects, after exporting the objects.
- Configure one or more Export Rule
- Configure a Remote Application Entity for each of the system(s) acting as destination(s). (In the below case
STORESCPacts as destination.)
-
UI based Export triggered IAN : Systems will be notified of availability of objects, without exporting the objects.
- storescu simulating the external object source (e.g. modality) STORESCU, from which objects are being received.
- storescp simulating the external object destination (e.g. central archive) STORESCP, to which received objects are forwarded.
-
Start STORESCP tool acting as destination of objects exported from archive.
storescp -b STORESCP:11115 -
Start IANSCP tool acting as the receiver of IAN notification from the archive.
ianscp -b IANSCP:11117 -
Store objects to the archive (with matching criteria in configured
Export Rule) using thestorescutool.storescu -c DCM4CHEE@localhost:11112 /path-to-study -
After the configured
DurationinExport Rule, see in the logs inSTORESCPtool window
12:12:27,454 INFO - STORESCP<-DCM4CHEE(1) >> 1:C-STORE-RQ[pcid=3, prior=0
cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
iuid=1.3.6.1.4.1.5962.1.1.0.1.1.1175775772.5723.0 - ?
tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian
12:12:27,470 DEBUG - Command:
(0000,0002) UI [1.2.840.10008.5.1.4.1.1.7] AffectedSOPClassUID
(0000,0100) US [1] CommandField
(0000,0110) US [1] MessageID
(0000,0700) US [0] Priority
(0000,0800) US [0] CommandDataSetType
(0000,1000) UI [1.3.6.1.4.1.5962.1.1.0.1.1.1175775772.5723.0] AffectedSOPInsta
12:12:27,471 INFO - STORESCP<-DCM4CHEE(1) << 1:C-STORE-RSP[pcid=3, status=0H
cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
iuid=1.3.6.1.4.1.5962.1.1.0.1.1.1175775772.5723.0 - ?
tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian
12:12:27,471 DEBUG - Command:
(0000,0002) UI [1.2.840.10008.5.1.4.1.1.7] AffectedSOPClassUID
(0000,0100) US [32769] CommandField
(0000,0120) US [1] MessageIDBeingRespondedTo
(0000,0800) US [257] CommandDataSetType
(0000,0900) US [0] Status
(0000,1000) UI [1.3.6.1.4.1.5962.1.1.0.1.1.1175775772.5723.0] AffectedSOPInsta
- See in the
IANSCPtool window that the Instance Availability notification has been received.
12:12:27,570 INFO - IANSCP<-DCM4CHEE(1) >> 1:N-CREATE-RQ[pcid=1
cuid=1.2.840.10008.5.1.4.33 - Instance Availability Notification SOP Class
iuid=2.25.231595008744213457665446840453625876754 - ?
tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian
12:12:27,586 DEBUG - Command:
(0000,0002) UI [1.2.840.10008.5.1.4.33] AffectedSOPClassUID
(0000,0100) US [320] CommandField
(0000,0110) US [1] MessageID
(0000,0800) US [0] CommandDataSetType
(0000,1000) UI [2.25.231595008744213457665446840453625876754] AffectedSOPInsta
12:12:27,587 DEBUG - Dataset:
(0008,1111) SQ [] ReferencedPerformedProcedureStepSequence
(0008,1115) SQ [1 Items] ReferencedSeriesSequence
>Item #1
>(0008,1199) SQ [1 Items] ReferencedSOPSequence
>>Item #1
>>(0008,0054) AE [STORESCP] RetrieveAETitle
>>(0008,0056) CS [ONLINE] InstanceAvailability
>>(0008,1150) UI [1.2.840.10008.5.1.4.1.1.7] ReferencedSOPClassUID
>>(0008,1155) UI [1.3.6.1.4.1.5962.1.1.0.1.1.1175775772.5723.0] ReferencedSOPI
>(0020,000E) UI [1.3.6.1.4.1.5962.1.3.0.1.1175775772.5723.0] SeriesInstanceUID
(0020,000D) UI [1.3.6.1.4.1.5962.1.2.0.1175775772.5723.0] StudyInstanceUID
12:12:27,588 INFO - IANSCP<-DCM4CHEE(1) << 1:N-CREATE-RSP[pcid=1, status=0H
cuid=1.2.840.10008.5.1.4.33 - Instance Availability Notification SOP Class
iuid=2.25.231595008744213457665446840453625876754 - ?
tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian
12:12:27,588 DEBUG - Command:
(0000,0002) UI [1.2.840.10008.5.1.4.33] AffectedSOPClassUID
(0000,0100) US [33088] CommandField
(0000,0120) US [1] MessageIDBeingRespondedTo
(0000,0800) US [257] CommandDataSetType
(0000,0900) US [0] Status
(0000,1000) UI [2.25.231595008744213457665446840453625876754] AffectedSOPInsta
-
Start IANSCP tool acting as the receiver of IAN notification from the archive.
ianscp -b IANSCP:11117 -
- Export single study/series/object (select the
Queued Exportoption) or export multiple studies using the archive UI. Select theExporterasSTORESCPand also select the checkboxIAN without exportand clickExport.
- Export single study/series/object (select the
-
See in the
IANSCPtool window that the Instance Availability notification has been received.
11:57:30,345 INFO - IANSCP<-DCM4CHEE(1) >> 1:N-CREATE-RQ[pcid=1
cuid=1.2.840.10008.5.1.4.33 - Instance Availability Notification SOP Class
iuid=2.25.301796958404223617751309352997837262621 - ?
tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian
11:57:30,364 DEBUG - Command:
(0000,0002) UI [1.2.840.10008.5.1.4.33] AffectedSOPClassUID
(0000,0100) US [320] CommandField
(0000,0110) US [1] MessageID
(0000,0800) US [0] CommandDataSetType
(0000,1000) UI [2.25.301796958404223617751309352997837262621] AffectedSOPInsta
11:57:30,367 DEBUG - Dataset:
(0008,1111) SQ [] ReferencedPerformedProcedureStepSequence
(0008,1115) SQ [2 Items] ReferencedSeriesSequence
>Item #1
>(0008,1199) SQ [9 Items] ReferencedSOPSequence
>>Item #1
>>(0008,0054) AE [STORESCP] RetrieveAETitle
>>(0008,0056) CS [NEARLINE] InstanceAvailability
>>(0008,1150) UI [1.2.840.10008.5.1.4.1.1.4] ReferencedSOPClassUID
>>(0008,1155) UI [1.2.840.113674.950809132644128.100] ReferencedSOPInstanceUID
>>Item #2
>>(0008,0054) AE [STORESCP] RetrieveAETitle
>>(0008,0056) CS [NEARLINE] InstanceAvailability
>>(0008,1150) UI [1.2.840.10008.5.1.4.1.1.4] ReferencedSOPClassUID
>>(0008,1155) UI [1.2.840.113674.950809132633027.100] ReferencedSOPInstanceUID
...
11:57:30,368 INFO - IANSCP<-DCM4CHEE(1) << 1:N-CREATE-RSP[pcid=1, status=0H
cuid=1.2.840.10008.5.1.4.33 - Instance Availability Notification SOP Class
iuid=2.25.301796958404223617751309352997837262621 - ?
tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian
11:57:30,369 DEBUG - Command:
(0000,0002) UI [1.2.840.10008.5.1.4.33] AffectedSOPClassUID
(0000,0100) US [33088] CommandField
(0000,0120) US [1] MessageIDBeingRespondedTo
(0000,0800) US [257] CommandDataSetType
(0000,0900) US [0] Status
(0000,1000) UI [2.25.301796958404223617751309352997837262621] AffectedSOPInsta
Go to the Menu->Monitoring page and click on Queues tab.
- Select
IAN TasksfromQueuedropdown and set one or more filters and query for the IAN tasks.Countof IAN tasks may be obtained as well. - One may
reschedule/cancel/deletea single IAN Task (icons available against each task, hover for info) . - For rescheduling bulk IAN tasks , select a
StatusandReschedule all matching tasksfrom theAll actionsdropdown. - For cancelling bulk IAN tasks, select either
SCHEDULEDorIN PROCESSasStatusandCancel all matching tasksfrom theAll actionsdropdown. - For deleting bulk IAN tasks, select
Delete all matching tasksfrom theAll actionsdropdown.