Versions Compared

Key

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

Description

Service to update patient.pat_attrs, study.study_attrs, series.series_attrs and instance.inst_attrs BLOB columns from filed instances. Useful after modification/extension of attribute filter configuration conf/dcm4chee-attribute-filter.xml.

Dependencies

Attributes

#Modality
Anchor
Modality
Modality

Limit update to Series with specified Modality. 'ANY' = update Series with any Modality.

Default Value: ANY

#SourceAETitle
Anchor
SourceAETitle
SourceAETitle

Limit update to Series received from Storage SCU with specified AE Title. 'ANY' = update Series received from any Storage SCU.

Default Value: ANY

#UpdatedAfter
Anchor
UpdatedAfter
UpdatedAfter

Limit update to Series which were last updated after the specified time.
Format: YYYY-MM-DD hh:mm:ss, with YYYY = Year, MM = Month, DD = Day, hh = Hour, mm = Minute, ss = Second.

Default Value: 2004-01-01 00:00:00

#UpdatedBefore
Anchor
UpdatedBefore
UpdatedBefore

Limit update to Series which were last updated before the specified time.
Format: YYYY-MM-DD hh:mm:ss, with YYYY = Year, MM = Month, DD = Day, hh = Hour, mm = Minute, ss = Second.
'AUTO' will be replaced by modification date of attribute filter configuration conf/dcm4chee-attribute-filter.xml.

Default Value: AUTO

#Availability
Anchor
Availability
Availability

Update Series with specified Availability: 'ONLINE' or 'NEARLINE'.

Default Value: ONLINE

#MaximalNumberOfSeriesToUpdateByOneTask
Anchor
MaximalNumberOfSeriesToUpdateByOneTask
MaximalNumberOfSeriesToUpdateByOneTask

Limit maximal number of Series updated by operation #updateMatchingSeries.

Default Value: 100

#FileSystemMgtName
Anchor
FileSystemMgtName
FileSystemMgtName

Used internally. Do NOT modify.

#TarRetrieverName
Anchor
TarRetrieverName
TarRetrieverName

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)

#countNumberOfMatchingSeriesToUpdate
Anchor
countNumberOfMatchingSeriesToUpdate
countNumberOfMatchingSeriesToUpdate

Returns number of Series which match specified #Modality, #SourceAETitle and last update time.

#updateMatchingSeries
Anchor
updateMatchingSeries
updateMatchingSeries

Update attributes of instances of Series which match specified #Modality, #SourceAETitle and last update time, limited by configured #MaximalNumberOfSeriesToUpdateByOneTask. Returns number of updated Series.

#updateMatchingSeriesShowElapsedTime
Anchor
updateMatchingSeriesShowElapsedTime
updateMatchingSeriesShowElapsedTime

Update attributes of instances of Series which match specified #Modality, #SourceAETitle and last update time, limited by configured #MaximalNumberOfSeriesToUpdateByOneTask. Returns number of updated Series and elapsed time in string message.

#updateSeries
Anchor
updateSeries
updateSeries

Update attributes of instances of Series with specified Series Instance UID. Returns number of updated Instances.

Notifications