IAN SCU
Description
IAN/SCN SCU Service. Used to notify DICOM peers about available instances for Instance Available Notifications and Study Content Notifications.
Dependencies
Attributes
#Name
The class name of the MBean
#State
The status of the MBean
#StateString
The status of the MBean in text form
#AcceptTimeout
A-Associate accept timeout in milliseconds. 0 = no timeout.
Default Value: 10000
#DIMSETimeout
DIMSE message timeout in ms. 0 = no timeout.
Default Value: 60000
#SocketCloseDelay
Socket close delay in milliseconds after an A-Release response.
Default Value: 50
#MaximumPDULength
Maximum protocol data unit (PDU) package length for receiving PDUs.
Default Value: 16352
#TcpNoDelay
Send packets as quickly as possible (Disable Nagle's algorithmn).
Default Value: true
#SendBufferSize
Buffer size used for socket output. 0 = use platform default.
Default Value: 0
#ReceiveBufferSize
Buffer size used for socket input. 0 = use platform default.
Default Value: 0
#TLSConfigName
Used internally - do NOT modify.
Default Value: dcm4chee.archive:service=TLSConfig
#NotifiedAETitles
List of AE titles of notified application entities, separated by (backslash).
NONE = do not notify any application entity.
Default Value: NONE
#NotifyOtherServices
Enables notification of other services about the event, that all objects referenced in a MPPS COMPLETE message became available in the archive. Must be activated, if the auto-publishing feature of the XDS-I Information Source Service is used.
Default Value: true
#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.
Default Value: true
#OnMppsLinkedEnabled
nable sending of IAN when MPPS was linked with MWL..
Default Value: false
#CallingAETitle
Calling AE title used in the Association Request.
Default Value: DCM4CHEE
#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.
Default Value: 5x1m,12x5m,24x1h,7x1d
#OfferStudyContentNotification
Enable the Offer Basic Study Content Notification Service in the Association Request.
Default Value: true
#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.
Default Value: true
#Concurrency
Maximum number of concurrent sent notifications.
Default Value: 1
#Mpps2IanDestinationStylesheet
Stylesheet to get (additional) destinations from MPPS informations.
The output must contain a <destination aet="DEST" > element for each destination. Use NONE to disable this feature.
A relative path name is resolved relative to archive-install-directory/server/default/.
Default Value: NONE
#StudyContentNotificationPriority
Priority used in Basic Study Content Notification Requests.
Enumerated Values: LOW, MEDIUM, HIGH.
Default Value: MEDIUM
#RetrieveURI
Retrieve URI of this system. This value will be added to IAN dataset in attribute (0040,E010). NONE = do not add Retrieve URI(0040,E010).
Default Value: NONE
#RetrieveLocationUID
Retrieve Location UID of this system. This value will be added to IAN dataset in attribute (0040,E011). NONE = do not add Retrieve Location UID(0040,E011).
Default Value: NONE
#QueueName
Used internally. Do not modify.
Default Value: IANScu
#JMSServiceName
Used internally. Do NOT modify.
Default Value: dcm4chee.archive:service=JMS
#StoreScpServiceName
Used internally. Do not modify.
Default Value: dcm4chee.archive:service=StoreScp
#MppsScpServiceName
Used internally. Do not modify.
Default Value: dcm4chee.archive:service=MPPSScp
#DeleteStudyServiceName
Used internally. Do not modify.
Default Value: dcm4chee.archive:service=DeleteStudy
#ContentEditServiceName
Used internally. Do not modify.
Default Value: dcm4chee.archive:service=ContentEditService
#TemplatesServiceName
Used internally. Do not modify.
Default Value: dcm4chee.archive:service=Templates
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)
#scheduleIANforStudy(studyIUID)
Schedule IAN for instances of specified study.
#scheduleIANforSeries(SeriesIUID)
Schedule IAN for instances of specified series.
#scheduleRandomIAN
Schedule random IAN for testing.