Skip to main content

Demo.DICOM.Util.AbstractRoutingRule

class Demo.DICOM.Util.AbstractRoutingRule

Utility class for DICOM async routing Extend this class and implement method SendToTargetFiler() to define routing rules for the async dispatcher

Method Inventory

Parameters

parameter DOMAIN = ENSDEMO;

Methods

classmethod SendToTargetFiler(pDCMDocument As EnsLib.DICOM.Document, pFilerName As %String, Output pRouteToFiler As %Boolean, Output pReason As %String) as %Status
Determines if the specified DICOM document should be routed to the named filer. The result of the evaluation is passed back in pRouteToFiler (which should be passed into this method by reference)

Subclasses

FeedbackOpens in a new tab