Versions Compared

Key

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

...

Include Page
ee2:Coerce Request Attributes
ee2:Coerce Request Attributes

Dependencies

Attributes

...

#CalledAETitles
Anchor
CalledAETitles
CalledAETitles

List of accepted called AE titles, separated by (backslash). For example, DCM4CHEE\DCM4CHEE2.

...

#CallingAETitles
Anchor
CallingAETitles
CallingAETitles

List of accepted calling AE titles, separated by (backslash). ANY = accept any.

...

#WarnForCoercedAETitles
Anchor
WarnForCoercedAETitles
WarnForCoercedAETitles

List of the AE titles for the Storage SCUs for which a warning status, B000, is returned if data elements were coerced. Separate multiple values by (backslash). NONE = no calling AE titles.

...

#AcceptMissingPatientID
Anchor
AcceptMissingPatientID
AcceptMissingPatientID

Accept storage of objects/images without patient ID

...

#AcceptMissingPatientName
Anchor
AcceptMissingPatientName
AcceptMissingPatientName

Accept storage of objects/images without patient name

...

#AcceptPatientID
Anchor
AcceptPatientID
AcceptPatientID

Regular Expression for valid Patient IDs. Patient IDs which does not match the specified pattern are ignored and replaced by a Patient ID generated according attribute "GeneratePatientID".

...

#IgnorePatientID
Anchor
IgnorePatientID
IgnorePatientID

Regular Expression for invalid Patient IDs. Patient IDs which match the specified pattern are ignored and replaced by a Patient ID generated according attribute #GeneratePatientID.

...

#IgnorePatientIDAETitles
Anchor
IgnorePatientIDAETitles
IgnorePatientIDAETitles

List of the AE titles for the Storage SCUs for which the Patient ID in received objects is ignored. Usually used together with attribute #GeneratePatientID to generate a new Patient ID for such objects. Separate multiple values by (backslash). NONE = no calling AE titles.

...

#GeneratePatientID
Anchor
GeneratePatientID
GeneratePatientID

Generate a patient ID from a hash of the patient name and birth date and/or study instance uid, if

...

Use ### and/or $$$ as a placeholder for the decimal hash value of patient name and/or study instance uid.
For example, PACS-##########.
NONE = do not generate patient IDs. But, this means media creation will fail.

...

#IssuerOfPatientIDRules
Anchor
IssuerOfPatientIDRules
IssuerOfPatientIDRules

List of rules used to add the Issuer Of PatientID value if not contained in the received object, if the Patient ID matches the specified regular expression. Multiple rules are separated by new lines.
Format: regExpression:issuer
Example: ^PACS-\d*:DCM4CHEE
If no regular expression is specified, the issuer is added for all patient IDs.

...

#StudyDateInFilePath
Anchor
StudyDateInFilePath
StudyDateInFilePath

Use Study Date in received objects to structure directories of the storage file system. Otherwise - or if the received object does not contain a Study Date - the current date, when receiving the object, is used. (s.a. attributes #YearInFilePath, #MonthInFilePath, #DayInFilePath, #HourInFilePath)

...

#YearInFilePath
Anchor
YearInFilePath
YearInFilePath

Use the year of Study or receiving Date to structure directories of the storage file system.(s.a. attributes #StudyDateInFilePath, #MonthInFilePath, #DayInFilePath, #HourInFilePath)

...

#MonthInFilePath
Anchor
MonthInFilePath
MonthInFilePath

Use the year of Study or receiving Date to structure directories of the storage file system. (s.a. attributes #StudyDateInFilePath, #YearInFilePath, #DayInFilePath, #HourInFilePath)

...

#DayInFilePath
Anchor
DayInFilePath
DayInFilePath

Use the year of Study or receiving Date to structure directories of the storage file system. (s.a. attributes #StudyDateInFilePath, #YearInFilePath, #MonthInFilePath, #HourInFilePath)

...

#HourInFilePath
Anchor
HourInFilePath
HourInFilePath

Use the year of Study or receiving Date to structure directories of the storage file system. (s.a. attributes #StudyDateInFilePath, #YearInFilePath, #MonthInFilePath, #DayInFilePath)

...

#Md5sum
Anchor
Md5sum
Md5sum

Generates MD5 file check sum during storage and keep it in DB record

...

#StoreDuplicatesIfDifferentMD5
Anchor
StoreDuplicatesIfDifferentMD5
StoreDuplicatesIfDifferentMD5

Store a duplicate object if the MD5 sum of the new object differs from the MD5 sum of the existing file. If the MD5 sum does not match, the files may be corrupted.

...

#StoreDuplicatesIfDifferentHost
Anchor
StoreDuplicatesIfDifferentHost
StoreDuplicatesIfDifferentHost

Store duplicate objects if the existing files are NOT located on this host.

...

#CompressionRules
Anchor
CompressionRules
CompressionRules

List of image compression rules. First matching rule for a received object defines its compression.

Syntax:
<compression rules> := (<compression rule> <EOL>)+
<compression rule> := [<conditions>] <compression>
<conditions> := '[' <condition> { ',' <condition> } ']'
<condition> := <attribute> ['!']'=' <value> {'|' <value> }
<attribute> := 'calling' | 'called' | 'pmi' | 'cuid' | 'imgtype'
<compression> := 'NONE' | 'JPLL' | 'JLSL' | 'J2KR'

Supported compression modes:

  • NONE - do not apply compression.
  • JPLL - JPEG Lossless
  • JLSL - JPEG-LS Lossless
  • J2KR - JPEG 2000 Lossless

Attributes usable to for compression conditions:

  • calling - called AE title. Apply the rule to the called AE titles listed as values.
  • called - called AE title. Apply the rule to the calling AE titles listed as values.
  • pmi - photometric interpretation.
  • cuid - SOP Class UID. Apply the rule for the SOP Class UIDs listed as values.
  • imgtype - type of image. Apply the rule to the image types listed as values, such as RGB. Info

(info) The value of the attribute Compression Service#MaxConcurrentCodec also effects the on-the-fly compression and decompression during the store of images by the StoreSCP service.

...

#CheckPendingSeriesStoredInterval
Anchor
CheckPendingSeriesStoredInterval
CheckPendingSeriesStoredInterval

Interval in days (#d), hours (#h) or minutes (#m) of check for pending Series Stored Notifications, which were not emitted caused by a crash of the Storage Service during an open association.
NEVER = disable check.

...

#PendingSeriesStoredTimeout
Anchor
PendingSeriesStoredTimeout
PendingSeriesStoredTimeout

Timeout in hours (#h) or minutes (#m) for emission of Series Stored Notifications after an object of this Series, before the emission of the Notification is triggered by the check for pending Series Stored Notifications.

...

#SerializeDBUpdate
Anchor
SerializeDBUpdate
SerializeDBUpdate

Serialize updates of DB records for received
objects in one association. May decreases Storage Performance!

...

#UpdateDatabaseMaximumRetries
Anchor
UpdateDatabaseMaximumRetries
UpdateDatabaseMaximumRetries

Maximum number of retries to update the database records for new received objects, before a processing failure is returned to the Storage SCU.

...

#UpdateDatabasePerformedRetries
Anchor
UpdateDatabasePerformedRetries
UpdateDatabasePerformedRetries

Maximum number of retries actually performed to update the database records for new received objects.

...

#UpdateDatabaseRetryInterval
Anchor
UpdateDatabaseRetryInterval
UpdateDatabaseRetryInterval

Delay in milliseconds between retries to update the database records for new received objects.

...

#AcceptedImageSOPClasses
Anchor
AcceptedImageSOPClasses
AcceptedImageSOPClasses

List of image SOP Classes that the Store SCP service accepts. Use either the SOP Class UID value, or the name specified in DICOM Part 6, Annex A Registry of DICOM unique identifiers, concatenating individual words without spaces.

...

#AcceptedTransferSyntaxForImageSOPClasses
Anchor
AcceptedTransferSyntaxForImageSOPClasses
AcceptedTransferSyntaxForImageSOPClasses

List of Transfer Syntaxes for Image SOP Classes that Store SCP service accepts. Order defines selection preference. Use either the Transfer Syntaxes UID value or following defined symbolic names:

  • ImplicitVRLittleEndian,
  • ExplicitVRLittleEndian,
  • DeflatedExplicitVRLittleEndian,
  • ExplicitVRBigEndian,
  • JPEGBaseline,
  • JPEGExtended,
  • JPEGLossless (=Process 14 [Selection Value 1]),
  • JPEGLossless14,
  • JPEGLSLossless,
  • JPEGLSLossy,
  • JPEG2000Lossless,
  • JPEG2000Lossy,
  • RLELossless

...

#AcceptedVideoSOPClasses
Anchor
AcceptedVideoSOPClasses
AcceptedVideoSOPClasses

List of Video SOP Classes that the Store SCP service accepts. Use either the SOP Class UID value, or the name specified in DICOM Part 6, Annex A Registry of DICOM unique identifiers, concatenating individual words without spaces.

...

#AcceptedTransferSyntaxForVideoSOPClasses
Anchor
AcceptedTransferSyntaxForVideoSOPClasses
AcceptedTransferSyntaxForVideoSOPClasses

List of Transfer Syntaxes for Video SOP Classes that Store SCP service accepts. Order defines selection preference. Use either the Transfer Syntaxes UID value or following defined symbolic names:

  • MPEG2

...

#AcceptedWaveformSOPClasses
Anchor
AcceptedWaveformSOPClasses
AcceptedWaveformSOPClasses

List of Waveform SOP Classes that the Store SCP service accepts. Use either the SOP Class UID value, or the name specified in DICOM Part 6, Annex A Registry of DICOM unique identifiers, concatenating individual words without spaces.

...

#AcceptedTransferSyntaxForWaveformSOPClasses
Anchor
AcceptedTransferSyntaxForWaveformSOPClasses
AcceptedTransferSyntaxForWaveformSOPClasses

List of Transfer Syntaxes for Waveform SOP Classes that Store SCP service accepts. Order defines selection preference. Use either the Transfer Syntaxes UID value or following defined symbolic names:

  • ImplicitVRLittleEndian,
  • ExplicitVRLittleEndian,
  • DeflatedExplicitVRLittleEndian,
  • ExplicitVRBigEndian

...

#AcceptedSRSOPClasses
Anchor
AcceptedSRSOPClasses
AcceptedSRSOPClasses

List of Structured Report Document SOP Classes that the Store SCP service accepts.
Use either the SOP Class UID value, or the name specified in DICOM Part 6, Annex A Registry of DICOM unique identifiers, concatenating individual words without spaces.

...

#AcceptedTransferSyntaxForSRSOPClasses
Anchor
AcceptedTransferSyntaxForSRSOPClasses
AcceptedTransferSyntaxForSRSOPClasses

List of Transfer Syntaxes for Structured Report Document SOP Classes that Store SCP service accepts. Order defines selection preference. Use either the Transfer Syntaxes UID value or following defined symbolic names:

  • ImplicitVRLittleEndian,
  • ExplicitVRLittleEndian,
  • DeflatedExplicitVRLittleEndian,
  • ExplicitVRBigEndian

...

#AcceptedOtherSOPClasses
Anchor
AcceptedOtherSOPClasses
AcceptedOtherSOPClasses

List of other (than Image, Video, Waveform, Structured Report) SOP Classes that the Store SCP service accepts.Use either the SOP Class UID value, or the name specified in DICOM Part 6, Annex A Registry of DICOM unique identifiers, concatenating individual words without spaces.

...

#AcceptedTransferSyntaxForOtherSOPClasses
Anchor
AcceptedTransferSyntaxForOtherSOPClasses
AcceptedTransferSyntaxForOtherSOPClasses

List of Transfer Syntaxes for other (than Image, Video, Waveform, Structured Report) SOP Classes that Store SCP service accepts. Order defines selection preference. Use either the Transfer Syntaxes UID value or following defined symbolic names:

  • ImplicitVRLittleEndian,
  • ExplicitVRLittleEndian,
  • DeflatedExplicitVRLittleEndian,
  • ExplicitVRBigEndian

...

#CheckIncorrectWorklistEntry
Anchor
CheckIncorrectWorklistEntry
CheckIncorrectWorklistEntry

Check if a received instance should be ignored due to 'Incorrect Worklist Entry Selected'.

...

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

...

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

...

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

...

#BufferSize
Anchor
BufferSize
BufferSize

Size of byte buffer used for copying data from TCP channel to file.

...

#LogAETitles
Anchor
LogAETitles
LogAETitles

List of the AE titles for the Storage SCUs for which XMLized object attributes are logged into files <AET>/<timestamp>-cstorerq.xml in the log directory. Useful for creation of XSL stylesheets for attribute coercion. Separate multiple values by \ (backslash). NONE = no calling AE titles.

...

#CoerceConfigDirectory
Anchor
CoerceConfigDirectory
CoerceConfigDirectory

Directory where configuration files for attribute coercion are located: if XSL stylesheet "cstorerq.xsl" exists in this directory or in a sub-directory equal to the AE Title of a Storage SCU, attributes from this SCU will be coerced according these tylesheets. A relative path name is resolved relative to dcm4chee_home/server/default/.

...

#EJBProviderURL
Anchor
EJBProviderURL
EJBProviderURL

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

...

#SchedulerServiceName
Anchor
SchedulerServiceName
SchedulerServiceName

Used internally. Do NOT modify.

...

#FileSystemMgtName
Anchor
FileSystemMgtName
FileSystemMgtName

Used internally. Do NOT modify.

...

#MwlScuServiceName
Anchor
MwlScuServiceName
MwlScuServiceName

Used internally. Do NOT modify.

...

#DcmServerName
Anchor
DcmServerName
DcmServerName

Used internally. Do NOT modify.

...

#AuditLoggerName
Anchor
AuditLoggerName
AuditLoggerName

Used internally. Do NOT modify.

...

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

...

#resetMaxCountUpdateDatabaseRetries
Anchor
resetMaxCountUpdateDatabaseRetries
resetMaxCountUpdateDatabaseRetries

Reset Update Database - Performed Retries to 0.

...

#reloadStylesheets
Anchor
reloadStylesheets
reloadStylesheets

Reload Stylesheets

...

#importFile
Anchor
importFile
importFile

Import a DICOM file (internal use only)

...