Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DICOM Storage Commitment SCU/SCP. Provides a DICOM Storage Commitment Service in the Service Class Provider (SCP) and the Service Class User (SCU) Role. When acting as the SCP, the service handles storage commitment requests that it receives from modalities or evidence creators (workstations). When acting as the SCU, it may request storage commitment for objects for itself that were retrieved from the archive to a remote application. Typically this application is a further archive instance acting as a long-term or central archive.

Dependencies

Attributes

...

#CalledAETitles
Anchor
CalledAETitles
CalledAETitles

Accepted called AE titles, separated by \ (backslash).

Default Value: DCM4CHEE

...

#CallingAETitles
Anchor
CallingAETitles
CallingAETitles

Accepted calling AE titles, separated by \ (backslash).
ANY = accept any.

Default Value: ANY

...

#ReceiveResultInSameAssociationTimeout
Anchor
ReceiveResultInSameAssociationTimeout
ReceiveResultInSameAssociationTimeout

Time in milliseconds that the Storage Commit SCU waits to receive the Storage Commit Result in the same association as the storage commit was requested, before releasing the association.

Default Value: 0

...

#SCURetryIntervals
Anchor
SCURetryIntervals
SCURetryIntervals

Number and interval of retries by the SCU to invoke Storage Commitment 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).

Syntax:

No Format

intervals = retries 'x' interval { ','  retries 'x' interval }
retries = number
interval = number ('s' | 'm' | 'h' | 'd')  (* in seconds, minutes, hours or days *)

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

#SCPRetryIntervals
Anchor
SCPRetryIntervals
SCPRetryIntervals

Number and interval of retries by the SCP to send Storage Commitment Results to the SCU. Format: Comma separated list of <number>x<interval> pairs.
The interval can be specified in seconds (##s), minutes (##m), hours (##h) or days (##d).

Syntax:

No Format

intervals = retries 'x' interval { ','  retries 'x' interval }
retries = number
interval = number ('s' | 'm' | 'h' | 'd')  (* in seconds, minutes, hours or days *)

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

#AcceptedTransferSyntax
Anchor
AcceptedTransferSyntax
AcceptedTransferSyntax

List of accepted Transfer Syntaxes. Order defines selection preference.
Use either the Transfer Syntaxes UID value or following defined symbolic names:

  • ImplicitVRLittleEndian

...

  • ExplicitVRLittleEndian

...

  • DeflatedExplicitVRLittleEndian

...

  • ExplicitVRBigEndian

...

Default Value:

No Format

ExplicitVRLittleEndian
ImplicitVRLittleEndian

#Concurrency
Anchor
Concurrency
Concurrency

Maximum number of concurrent invoked or processed Storage Commit Requests.

Default Value: 1

...

#MaximumPDULength
Anchor
MaximumPDULength
MaximumPDULength

Maximum protocol data unit (PDU) package length for receiving PDUs.

...

(warning) This property should be set to equal values for all DICOM SCP services with same called AE Title(s). Otherwise it is non-deterministic, which configured value is effective.

...

Default Value: 16352

#MaximumOperationsInvoked
Anchor
MaximumOperationsInvoked
MaximumOperationsInvoked

The maximum number of outstanding operations and/or sub-operations it allows the Association-requester to invoke asynchronously. A value of zero indicates an unlimited number of outstanding operations.

...

(warning) This property should be set to equal values for all DICOM SCP services with same called AE Title(s). Otherwise it is non-deterministic, which configured value is effective.

Default Value: 1

...

#MaximumOperationsPerformed
Anchor
MaximumOperationsPerformed
MaximumOperationsPerformed

The maximum number of outstanding operations and/or sub-operations it allows the Association-requester to perform asynchronously. A value of zero indicates an unlimited number of outstanding operations.

...

(warning) This property should be set to equal values for all DICOM SCP services with same called AE Title(s). Otherwise it is non-deterministic, which configured value is effective.

Default Value: 1

...

#AcceptTimeout
Anchor
AcceptTimeout
AcceptTimeout

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

...

Default Value: 10000

#DIMSETimeout
Anchor
DIMSETimeout
DIMSETimeout

DIMSE message timeout in milliseconds. 0 = no timeout.

Default Value: 60000

...

#SocketCloseDelay
Anchor
SocketCloseDelay
SocketCloseDelay

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

...

Default Value: 50

#TcpNoDelay
Anchor
TcpNoDelay
TcpNoDelay

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

...

Default Value: true

#SendBufferSize
Anchor
SendBufferSize
SendBufferSize

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

...

Default Value: 0

#ReceiveBufferSize
Anchor
ReceiveBufferSize
ReceiveBufferSize

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

...

Default Value: 0

#EJBProviderURL
Anchor
EJBProviderURL
EJBProviderURL

Identifies JNDI (e.g: jnp://hostname:1099) with EJBs.
"LOCAL", if EJBs are deployed in same JBoss instance.

Default Value: LOCAL

...

#QueueName
Anchor
QueueName
QueueName

Used internally. Do NOT modify.

Default Value: StgCmtScuScp

...

#JMSServiceName
Anchor
JMSServiceName
JMSServiceName

Used internally. Do NOT modify.

Default Value: dcm4chee.archive:service=JMS

...

#FileSystemMgtName
Anchor
FileSystemMgtName
FileSystemMgtName

Used internally. Do NOT modify.

Default Value: dcm4chee.archive:service=FileSystemMgt

...

#DcmServerName
Anchor
DcmServerName
DcmServerName

Used internally. Do NOT modify.

...

Default Value: dcm4chee.archive:service=DcmServer

#TLSConfigName
Anchor
TLSConfigName
TLSConfigName

Used internally. Do NOT modify.

Default Value: dcm4chee.archive:service=TLSConfig

...

#AEServiceName
Anchor
AEServiceName
AEServiceName

Used internally. Do NOT modify.

...

Default Value: dcm4chee.archive:service=AE

#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)

...

#queueStgCmtOrder
Anchor
queueStgCmtOrder
queueStgCmtOrder

Used internally.

Notifications