Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Modality Performed Procedure Step Emulator. Emulates MPPS messages from objects received from modalities without MPPS support, which are processed by the Modality Performed Procedure Step SCP in the same manner as MPPS messages received from Modalities with MPPS support.

...

The simulation is done through the configuration of a timeout/delay. If no further object is received for a series after a time period passes from when the first object for the series was received, the emulator assumes that the series is done and it generates an MPPS message for the series. Generally, you configure the timeout/delay so that it is long enough that all series are received completely and only one MPPS message is generated for one stored study. If another series is received after the MPPS message is generated, a second message is sent for the additional series. Each message sends an N-Create and N-Set completed.

You can set up the MPPS Emulator to forward MPPS messages to the RIS as well, using the CalledAETitle value. RIS system s are generally configured to accept MPPS messages, and then forward those MPPS messages to the PACS. Therefore the emulated MPPS messages can be sent to the RIS, which will then forward them back to archive.

Include Page
Emulate Modality Performed Procedure Step
ee2:Emulate Modality Performed Procedure Step

Dependencies:

Attributes

...

#ModalityAETitles
Anchor
ModalityAETitles
ModalityAETitles

AE titles of modalities for which MPPS messages shall be emulated. Multiple AE titles are separated by new line.
For each AE title, a minimum delay time between the time the first last object of the a series study is received and the generation of the MPPS message can be explicit specified. If no delay is specified, a default delay of 5 minutes is used. Format: <aeTitle>[

Syntax:

No Format

aeTitles = ( aeTitle [ ':'

...

Sample: MOD_MPPS:3m

...

 delay ] EOL )+
delay = integer ('s' | 'm')  (* in seconds or minutes *)

Default Value: MOD_AET:3m

#PollInterval
Anchor
PollInterval
PollInterval

Interval for polling for newly received series from modalities you configured in the by #ModalityAETitles attribute. The interval can be specified in seconds (##s) or minutes (##m).
NEVER = disable MPPS emulation.

...

Synatx:

No Format

interval = (integer ('s' | 'm')) (* in seconds or minutes *)
           | 'NEVER'             (* disable MPPS emulation *)

Default Value: NEVER

#CalledAETitle
Anchor
CalledAETitle
CalledAETitle

AE title of the MPPS SCP, to which the emulated MPPS messages shall be sent.

...

You can set this value to the RIS AE title if you are forwarding MPPS messages to the RIS, which can then forward them back to the archive.

Default Value: DCM4CHEE

#MppsScuServiceName
Anchor
MppsScuServiceName
MppsScuServiceName

Used internally. Do not modify.

...

Default Value: dcm4chee.archive:service=MPPSScu

#SchedulerServiceName
Anchor
SchedulerServiceName
SchedulerServiceName

Used internally. Do NOT modify.

...

.

Default Value: dcm4chee.archive:service=Scheduler

#TimerIDCheckSeriesWithoutMPPS
Anchor
TimerIDCheckSeriesWithoutMPPS
TimerIDCheckSeriesWithoutMPPS

The timer ID for scheduler of checking series without MPPS.

Default Value: CheckSeriesWithoutMPPS

#Name
Anchor
Name
Name

The class name of the MBean

...

#State
Anchor
State
State

The status of the MBean

...

#StateString
Anchor
StateString
StateString

The status of the MBean in text form

Operations

...

#create
Anchor
create
create

Standard MBean lifecycle method

...

#start
Anchor
start
start

The start lifecycle operation

...

#stop
Anchor
stop
stop

The stop lifecycle operation

...

#destroy
Anchor
destroy
destroy

The destroy lifecycle operation

...

#jbossInternalLifecycle
Anchor
jbossInternalLifecycle
jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

...

#emulateMPPS
Anchor
emulateMPPS
emulateMPPS

Emulate MPPS messages for newly received series from the stations or modalities specified by the attribute #ModalityAETitles attribute. Returns the number of successfully created MPPS instances at the MPPS SCP that you specified with the by attribute #CalledAETitle property.

Notifications