Description
Forward Service. Provides auto-routing of DICOM objects that are received by the DICOM Storage Service to remote DICOM applications.
Forwarding Rules can be defined in one or several XSLT stylesheets under the configuration directory (s. attribute ConfigDirectory). To get the DICOM XML representation for the XSLT transformation you have to set org.dcm4chex.archive.dcm.movescu to DEBUG.
Dependencies

Attributes
ConfigDirectory
Directory where configuration files defining forwarding rules are located: if XSL stylesheet forward.xsl exists in this directory or in a sub-directory equal to the AE Title of the Storage SCU, received Series will be forwarded to one or several destinations according the forwarding rules in the stylesheet.
A relative path name is resolved relative to archive-install-directory/server/default/.
Default Value: conf/dcm4chee-ae
ForwardOnInstanceLevelFromAETitles
Comma separated list of AE titles of Storage SCUs from which objects are forwarded by an Instance level retrieve request. Objects received from other Storage SCUs are forwarded on Series level, which may cause to multiple forwarding of objects, if the Storage SCU sends instances of a single series in multiple associations in succession.
ALL = Forward objects on Instance level received from any Storage SCUs.
NONE = Forward objects on Series level received from any Storage SCUs.
Exception: if only one object is received in the association, the object will be forwarded by an Instance level retrieve request, even if the AE title of the sending Storage SCU is not listed.
Default Value: NONE
StoreScpServiceName
Used internally. Do NOT modify.
Default Value: dcm4chee.archive:service=StoreScp
MoveScuServiceName
Used internally. Do NOT modify.
Default Value: dcm4chee.archive:service=MoveScu
TemplatesServiceName
Used internally. Do NOT modify.
Default Value: dcm4chee.archive:service=Templates
Name
The class name of the MBean
State
The status of the MBean
StateString
The status of the MBean in text form
Operations
create
Standard MBean lifecycle method
start
The start lifecycle operation
stop
The stop lifecycle operation
destroy
The destroy lifecycle operation
jbossInternalLifecycle
The detyped lifecycle operation (for internal use only)