Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

IAN/SCN SCU Service. Used to notify DICOM peers about available instances for Instance Available Notifications and Study Content Notifications.

Dependencies

Attributes

NotifiedAETitles

List of AE titles of notified application entities, separated by (backslash).
NONE = do not notify any application entity.

SendOneIANforEachMPPS

Send IAN not before having received the last instance of the instance set referenced in the MPPS. Otherwise send IAN already when receiving the last instance of a Series or when the association over which instances were received is closed by the sender.

OnStudyDeleted

Enables sending Instance Availability Notifications after Study deletion by FileSystemMgt.

CallingAETitle

Calling AE title used in the Association Request.

RetryIntervals

Number and intervals of retries for failed Instance Available or Study Content Notification requests.
Format: Comma separated list of <number> x <interval> pairs.
The interval can be specified in seconds (##s), minutes (##m), hours (##h) or days (##d).

Example: 5x1m,10x10m
=> Retry a total of 5 times, one minute apart for each retry; then retry a total of 10 times, 10 minutes apart for each retry.

OfferInstanceAvailableNotification

Enable the Offer Instance Available Notification Service in the Association Request.

OfferStudyContentNotification

Enable the Offer Basic Study Content Notification Service in the Association Request.

PreferInstanceAvailableNotification

Prefer the use of the Instance Available Notification Service if the Instance Available Notification and Basic Study Content Notification Service is supported by the remote application entity.

Concurrency

Maximum number of concurrent sent notifications.

StudyContentNotificationPriority

Priority used in Basic Study Content Notification Requests.
Enumerated Values: LOW, MEDIUM, HIGH.

AcceptTimeout

A-Associate accept timeout in milliseconds. 0 = no timeout.

DIMSETimeout

DIMSE message timeout in ms. 0 = no timeout.

SocketCloseDelay

Socket close delay in milliseconds after an A-Release response.

TcpNoDelay

Send packets as quickly as possible (Disable Nagle's algorithmn).

SendBufferSize

Buffer size used for socket output. 0 = use platform default.

ReceiveBufferSize

Buffer size used for socket input. 0 = use platform default.

QueueName

Used internally. Do not modify.

JMSServiceName

Used internally. Do NOT modify.

StoreScpServiceName

Used internally. Do not modify.

MppsScpServiceName

Used internally. Do not modify.

FileSystemMgtServiceName

Used internally. Do not modify.

TLSConfigName

Used internally - do NOT modify.

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)

Notifications

  • No labels