Hanging Protocol SCP
Description
DICOM Hanging Protocol SCP
Dependencies
Attributes
CalledAETitles
List of accepted called AE titles, separated by (backslash).
For example, DCM4CHEE\DCM4CHEE2.
CallingAETitles
List of accepted calling AE titles, separated by (backslash).
ANY = accept any.
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
SendPendingMoveResponse
Return optional C-Move Response DICOM message with pending status.
MaximumPDULength
Maximum protocol data unit (PDU) package length for receiving PDUs.
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.
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.
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.
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.
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.
AcceptTimeout
A-Associate accept timeout in milliseconds. 0 = no timeout.
DIMSETimeout
DIMSE message timeout in milliseconds. 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.
QueryAccessBlobAsLongVarBinary
Change JDBC binding for Oracle BLOB's to LONGVARBINARY for accessing attributes stored in BLOB columns of DB records on query. Only effective with Oracle as DB.
Default Value: true
RetrieveAccessBlobAsLongVarBinaryb
Change JDBC binding for Oracle BLOB's to LONGVARBINARY for accessing attributes stored in BLOB columns of DB records on retrieve. Only effective with Oracle as DB.
Default Value: true
QueryTransactionIsolationLevel
Transaction isolation level for queries. Values can be one of: DEFAULT|READ_UNCOMMITTED|READ_COMMITTED|REPEATABLE_READ|SERIALIZABLE
Default Value: DEFAULT
RetrieveTransactionIsolationLevel
Transaction isolation level for queries. Values can be one of: DEFAULT|READ_UNCOMMITTED|READ_COMMITTED|REPEATABLE_READ|SERIALIZABLE
Default Value: DEFAULT
FetchSize
JDBC Fetch size.
Default Value: 50
DcmServerName
Used internally - do NOT modify.
TLSConfigName
Used internally. Do NOT modify.
AuditLoggerName
Used internally - do NOT modify.
AEServiceName
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)