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 4 Next »

Description

The AE (Application Entity) Configuration Service.  Used to list/add/remove AE configuration entities.  A programmatic alternative to the more convenient AE Management Page of the Administration user interface. Used/Required by various DICOM services (Query/Retrieve SCP, Storage Commitment SCU/SCP, DICOM Hanging Protocol SCP) to 'guess' the port number of DICOM peer Application Entities, if no AE configuration entry for a given AE Title matches.

Attributes

AEConfiguration

Configured application entities. Use the addAE and removeAE commands below to add and remove AE configurations.

AuditLoggerName

Used internally. Do not modify.

EchoServiceName

Used internally. Do not modify.

PortNumbers

Port numbers for AE auto configuration. The method getAE(title, hostname) use this list to find a DICOM service hosted by hostname. 'NONE' will disable auto AE configuration!

DontSaveIP

This flag is used by auto AE configuration, if no hostname is available. Set this flag to false if you explicitly allow the saving of ip address. This should be only necessary if your network has static ip addresses and no name service active!

Avoid this option if you use DHCP!

Name

The class name of the MBean

State

The status of the MBean

StateString

The status of the MBean in text form

Operations

listAEs

Get list of AE Configurations

getAE

Get AE Configuration

getAE

Get AE Configuration

getAE

Get AE Configuration

updateAE

Update AE configuration

addAE

Add AE configuration

removeAE

Remove AE Configuration

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