Administration Web Application. 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. ]]> org.dcm4chex.archive.mbean.AEService The default constructor AEService Configured application entities.<br> Use the addAE and removeAE commands below to add and remove AE configurations. AEConfiguration java.lang.String Port numbers for AE auto configuration.<br> The method getAE(title, hostname) use this list to find a DICOM service hosted by hostname.<br> 'NONE' will disable auto AE configuration! PortNumbers java.lang.String This flag is used by auto AE configuration, if no hostname is available.<br> Set this flag to false if you explicitly allow the saving of ip address.<br> This should be only necessary if your network have static ip address and no name service active!<br> Avoid this option if you use DHCP! DontSaveIP boolean Controls if configured IP addresses of AE Titles shall be updated automatically on receive of C-MOVE requests with the requester's AE Title as Move Destination. Useful for retrieve to clients with dynamic IP. AutoUpdateIP boolean Maximal number of cached AE configurations. MaxCacheSize int Current number of cached AE configurations. CacheSize int updateAETitle for update of RetrieveAETs values in Study, Series and Instance records.]]> UpdateStudiesBatchSize int OtherServiceAETitleAttributesToUpdate java.lang.String Used internally. Do not modify. EchoServiceName javax.management.ObjectName &defaultAttributes; Get list of AE Configurations listAEs java.util.Collection Get AE Configuration getAE AE Title title java.lang.String org.dcm4chex.archive.ejb.interfaces.AEDTO Get AE Configuration getAE AE Title title java.lang.String Hostname or ip host java.lang.String org.dcm4chex.archive.ejb.interfaces.AEDTO Get AE Configuration getAE AE Title title java.lang.String InetAddress addr java.net.InetAddress org.dcm4chex.archive.ejb.interfaces.AEDTO Update AE configuration updateAE Primary key of AE (use -1 for new AE) pk long AE Title aet java.lang.String Hostname or ip host java.lang.String Port number port int Cipher (seperated with ',') cipher java.lang.String Default Issuer of Patient ID associated with this AE issuerOfPatientID java.lang.String Default Issuer of Accession Number associated with this AE issuerOfAccessionNumber java.lang.String Default User ID associated with this AE user java.lang.String Password of Default User ID associated with this AE password java.lang.String File System Group ID associated with this AE fsGroupID java.lang.String Group to which this AE belongs group java.lang.String Free text description of this AE description java.lang.String WADO URL for this AE wadoUrl java.lang.String Station Name of this AE stationName java.lang.String Name of the institution that this AE is associated with institution java.lang.String Name of the department that this AE is associated with department java.lang.String Signifies that this device is active on the network. installed boolean Enable/disable check if host can be resolved to an IP address checkHost boolean void Add AE configuration addAE AE Title aet java.lang.String Hostname or ip host java.lang.String Port number port int Cipher (seperated with ',') cipher java.lang.String Default Issuer of Patient ID associated with this AE issuerOfPatientID java.lang.String Default Issuer of Accession Number associated with this AE issuerOfAccessionNumber java.lang.String Default User ID associated with this AE user java.lang.String Password of Default User ID associated with this AE password java.lang.String File System Group ID associated with this AE fsGroupID java.lang.String Group to which this AE belongs group java.lang.String Free text description of this AE description java.lang.String WADO URL for this AE wadoUrl java.lang.String Station Name of this AE stationName java.lang.String Name of the institution that this AE is associated with institution java.lang.String Name of the department that this AE is associated with department java.lang.String Signifies that this device is active on the network. installed boolean Enable/disable check if host can be resolved to an IP address checkHost boolean void Remove AE Configuration removeAE AET aet java.lang.String void OtherServiceAETitleAttributesToUpdate. If the specified AE Title is associated with file systems, also the Retrieve AE Title of these file systems is updated to the new value as the Retrieve AE Titles associated with Instances, Series and Studies that have files on this file systems.]]> updateAETitle AE Title to update. prevAET java.lang.String new AE Title. newAET java.lang.String void notifyAETchange The old AE Title. oldTitle java.lang.String The new AE Title. newTitle java.lang.String An optional message. message java.lang.String void Clear AE Cache clearCache &defaultOperations;