Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Description

ADT HL7 Service. Receives and processes incoming ADT messages, based on which messages are accepted as defined in the MessageTypes attribute. If a patient record does not exist in the database about the patient in the incoming ADT message, one is created. Note that ADT^A10 messages do not affect the patient record, but instead checks if pending worklist items exist for this patient in the worklist managed by the archive, and if so, changes the status of worklist item to arrived.

Dependencies

Attributes

#MessageTypes

Comma separated list of Message Types handled by this service.

Default Value: ADT^A01,ADT^A04,ADT^A05,ADT^A08,ADT^A10,ADT^A23,ADT^A34,ADT^A40

#PidStylesheetURL

Stylesheet for HL7 PID to DICOM Patient Module mapping.

Default Value: resource:dcm4chee-hl7/pid2dcm.xsl

#MrgStylesheetURL

Stylesheet for HL7 MRG to DICOM Patient Module mapping.

Default Value: resource:dcm4chee-hl7/mrg2dcm.xsl

#IgnoreDeleteErrors

Ignore errors processing ADT^A23 messages (delete patient).

Default Value: true

#HL7ServerName

Used internally - do NOT modify.

Default Value: dcm4chee.archive:service=HL7Server

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

Notifications

  • No labels