Versions Compared

Key

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

...

Content Edit service: Identifies where patient information and study information updates are sent and received. Use the values in ReceivingApplication #ReceivingApplication and ReceivingFacility #ReceivingFacility attributes or the SendingApplication #SendingApplication or SendingFacility #SendingFacility attributes to configure specific forwarding rules in the HL7SendService HL7 Send Service for patient information updates received from this Content Edit Service. Use the values in the CalledAETitle #CalledAETitle and the CallingAETitle #CallingAETitle attributes to configure specific forwarding rules in the StudyMgtScu Private Study Management SCU Service for study information updates received from this Content Edit Service.

The Content Edit Service sends also PatientUpdated and SeriesUpdated JMX Notifications. This allows to forward instances to systems not supporting either StudyMgtScu or HL7 ADT patient updates. In this case the receiver must use the received instances for updating! Use the ForwardService Forward Service to configure this forward option.

Rationale: This service is mainly used by the web Administration Tools interface when making changes to patients and studies; for example moving a series from one study to another, merging patients and so on. The service provides a bridge between the database and the web Administration Tools interface. It can also send HL7 messages when you trigger a patient merge. Finally, the service can be used in a complex configuration in which you have a central archive and a side archive and want to keep them synchronized.

Dependencies

Attributes

#ReceivingApplication
Anchor
ReceivingApplication
ReceivingApplication

Identifies the Receiving Application in HL7 messages that are directed to the HL7SendService to notify other applications about patient information updates. The values in the ReceivingApplication attribute may be used to configure specific forwarding rules in the HL7SendService for HL7 messages that are received from this Content Edit Service.

Default Value: DCM4CHEE

#ReceivingFacility
Anchor
ReceivingFacility
ReceivingFacility

Identifies the Receiving Facility in HL7 messages that are directed to the HL7SendService to notify other applications about patient information updates.

The values in the ReceivingFacility attribute may be used to configure specific forwarding rules in the HL7SendService for HL7 messages that are received from this Content Edit Service.

Default Value: DCM4CHEE

#SendingApplication
Anchor
SendingApplication
SendingApplication

Identifies the Sending Application in HL7 messages that are directed to the HL7SendService to notify other applications about patient information updates.

The values in the SendingApplication attribute may be used to configure specific forwarding rules in the HL7SendService for HL7 messages that are received from this Content Edit Service.

Default Value: DCM4CHEE

#SendingFacility
Anchor
SendingFacility
SendingFacility

Identifies the Sending Facility in HL7 messages that are directed to HL7SendService to notify other applications about patient information updates.

The values in the SendingFacility attribute may be used to configure specific forwarding rules in the HL7SendService for HL7 messages that are received from this Content Edit Service.

Default Value: DCM4CHEE

#CalledAETitle
Anchor
CalledAETitle
CalledAETitle

Called AE title in DICOM messages that are directed to the StudyMgtScuService to notify other applications about study information updates. The CalledAETitle may be used to configure specific forwarding rules in StudyMgtScu Service for DICOM messages received from this Content Edit Service.

Default Value: DCM4CHEE

#CallingAETitle
Anchor
CallingAETitle
CallingAETitle

Calling AET in DICOM message directed to StudyMgtScuService to notify other Applications about Study Information Updates.

The CallingAETitle may be used to configure specific forwarding rules in StudyMgtScu Service for DICOM messages received from this Content Edit Service.

Default Value: DCM4CHEE

#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

#FileSystemMgtName
Anchor
FileSystemMgtName
FileSystemMgtName

Used internally - do NOT modify.

Default Value: dcm4chee.archive:service=FileSystemMgt

#HL7SendServiceName
Anchor
HL7SendServiceName
HL7SendServiceName

Used internally - do NOT modify.

Default Value: dcm4chee.archive:service=HL7Send

#StudyMgtScuServiceName
Anchor
StudyMgtScuServiceName
StudyMgtScuServiceName

Used internally - do NOT modify.

Default Value: dcm4chee.archive:service=StudyMgtScu

#StoreScpServiceName
Anchor
StoreScpServiceName
StoreScpServiceName

Used internally - do NOT modify.

Default Value: dcm4chee.archive:service=StoreScp

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

#createPatient
Anchor
createPatient
createPatient

create new patient.

#createStudy
Anchor
createStudy
createStudy

create new study.

#createSeries
Anchor
createSeries
createSeries

create new series.

#mergePatients
Anchor
mergePatients
mergePatients

merge patient.

#updatePatient
Anchor
updatePatient
updatePatient

update patient.

#updateStudy
Anchor
updateStudy
updateStudy

update study.

#updateSeries
Anchor
updateSeries
updateSeries

update series.

#movePatientToTrash
Anchor
movePatientToTrash
movePatientToTrash

Move patient to trash.

#moveStudyToTrash
Anchor
moveStudyToTrash
moveStudyToTrash

Move study to trash.

#moveSeriesToTrash
Anchor
moveSeriesToTrash
moveSeriesToTrash

Move series to trash.

#moveInstanceToTrash
Anchor
moveInstanceToTrash
moveInstanceToTrash

Move instance to trash.

#undeletePatient
Anchor
undeletePatient
undeletePatient

Undelete patient.

#undeleteStudy
Anchor
undeleteStudy
undeleteStudy

Undelete study.

#undeleteSeries
Anchor
undeleteSeries
undeleteSeries

Undelete series.

#undeleteInstance
Anchor
undeleteInstance
undeleteInstance

Undelete instance.

#deletePatient
Anchor
deletePatient
deletePatient

delete patient.

#deleteStudy
Anchor
deleteStudy
deleteStudy

delete study.

#deleteSeries
Anchor
deleteSeries
deleteSeries

delete series.

#deleteInstance
Anchor
deleteInstance
deleteInstance

delete instance.

#moveStudies
Anchor
moveStudies
moveStudies

move study.

#moveSeries
Anchor
moveSeries
moveSeries

move series.

#moveInstances
Anchor
moveInstances
moveInstances

move instances.

Notifications