AE title not recognised after reinstalling DCM4CHEE

2,810 views
Skip to first unread message

Andrew F

unread,
Oct 14, 2014, 10:31:33 AM10/14/14
to dcm...@googlegroups.com
Hi,

We recently lost the boot drive on our  PACS. 


The data base is on a separate drive.   I do not have a backup copy of the boot drive.      So I put a clean install of dcm4chee  and mysql on a new boot drive and tried to reconnect it to the old database.


It almost works.   I can launch the web interface to both JBOSS and dcm4chee-web3  and am able to log in.   I can query the database from the web interface.  

I'm not able to connect from a remote computer using DICOM.   



From the logs, I can see that DCM4CHEE does not recognise the AETitle.   I've double and triple checked my AE entries using the web interface.  I've tried deleting the AE's  and entering them again no luck.


dcm4chee-2.171-mysql
ubuntu 14.04   

mysql  Ver 14.14 Distrib 5.5.38, for debian-linux-gnu (x86_64) using readline 6.3




Any suggestions short of deleting everything and starting over???




2014-10-14 15:17:12,739 INFO  -> (TCPServer-1-1) [org.dcm4cheri.server.ServerImpl] handle - Socket[addr=/147.143.94.10,port=62004,localport=11112]

2014-10-14 15:17:12,739 INFO  -> (TCPServer-1-1) [org.dcm4cheri.net.FsmImpl] Socket[addr=/147.143.94.10,port=62004,localport=11112]

2014-10-14 15:17:12,740 INFO  PMAC3370_PACS->pmac2752 (TCPServer-1-1) [org.dcm4cheri.net.FsmImpl] received AAssociateRQ

appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name

implClass: 1.2.276.0.7230010.3.0.3.5.4

implVersion: OFFIS_DCMTK_354

calledAET: pmac2752

callingAET: PMAC3370_PACS

maxPDULen: 16384

asyncOpsWindow:

pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND

ts=1.2.840.10008.1.2.1/Explicit VR Little Endian

ts=1.2.840.10008.1.2/Implicit VR Little Endian

ts=1.2.840.10008.1.2.2/Explicit VR Big Endian

ts=1.2.840.10008.1.2.4.90/JPEG 2000 Lossless Image Compression

ts=1.2.840.10008.1.2.4.91/JPEG 2000 Lossy Image Compression

ts=1.2.840.10008.1.2.4.70/JPEG Lossless, Non- Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])

ts=1.2.840.10008.1.2.4.50/JPEG Baseline (Process 1)

ts=1.2.840.10008.1.2.4.51/JPEG Extended (Process 2 & 4)

ts=1.2.840.10008.1.2.5/RLE Lossless

ts=1.2.840.10008.1.2.4.100/MPEG2 Main Profile @ Main Level

2014-10-14 15:17:12,740 INFO  PMAC3370_PACS->pmac2752 (TCPServer-1-1) [org.dcm4cheri.net.FsmImpl] sending A-ASSOCIATE-RJ

result=1 - rejected-permanent

source=1 - service-user

reason=7 - called-AE-title-not-recognized

2014-10-14 15:17:12,790 INFO  PMAC3370_PACS->pmac2752 (TCPServer-1-1) [org.dcm4cheri.net.FsmImpl] closing connection - Socket[addr=/147.143.94.10,port=62004,localport=11112]

2014-10-14 15:17:12,790 INFO  -> (TCPServer-1-1) [org.dcm4cheri.server.ServerImpl] finished - Socket[addr=/147.143.94.10,port=62004,localport=11112]


Alessio Ciregia

unread,
Oct 15, 2014, 3:02:59 AM10/15/14
to dcm...@googlegroups.com
On 14/10/2014 16:31, Andrew F wrote:
>
> From the logs, I can see that DCM4CHEE does not recognise the AETitle.
> I've double and triple checked my AE entries using the web interface.
> I've tried deleting the AE's and entering them again no luck.
>

You should try to use the jmx-console, service=AE
Go to updateAETitle, insert DCM4CHEE in the prevAET text form and your
actual AETitle in the newAET form, then press Invoke button.

I think that the problem is due the fact that Dcm4chee doesn't store the
AETITLE of the server only on the database, but also in a bunch of files
located in the server/default/data/xmbean-attrs directory.


Ciao
A

Andrew F

unread,
Oct 15, 2014, 5:33:49 AM10/15/14
to
I tried that and got an error:

Excerpt:


root cause

org.dcm4chex.archive.exceptions.UnknownAETException: DCM4CHEE
	org.dcm4chex.archive.ejb.session.AEManagerBean.findByAET(AEManagerBean.java:185)
	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	java.lang.reflect.Method.invoke(Method.java:606)




If I use pmac2752  in both the old and new fields, I get
 Operation completed successfully without a return value.


I am going to grep server/default/data/xmbean-attrs   for DCM4CHEE   

Andrew F

unread,
Oct 15, 2014, 5:36:46 AM10/15/14
to
Yes, you are right. There are  defaults set in the xmbean-attrs that don't match the database.

I've compared this with a working PACS and I think I can figure out which ones  to change. 


dcm4chee.archive@3Aservice@3DAttributesModificationScp.xml:<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DAttributesModificationScu.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DContentEditService.xml:<attribute name="ReceivingApplication" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DContentEditService.xml:<attribute name="ReceivingFacility" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DContentEditService.xml:<attribute name="SendingApplication" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DContentEditService.xml:<attribute name="SendingFacility" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DContentEditService.xml:<attribute name="CalledAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DContentEditService.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DECHOService.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DExportManager.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DFileSystemMgt@2Cgroup@3DLOSSY_STORAGE.xml:<attribute name="DefaultRetrieveAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DFileSystemMgt@2Cgroup@3DNEARLINE_STORAGE.xml:<attribute name="DefaultRetrieveAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DFileSystemMgt@2Cgroup@3DONLINE_STORAGE.xml:<attribute name="DefaultRetrieveAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DFindScu.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DGPWLScp.xml:<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DGPWLScp.xml:<attribute name="IssuerOfPatientIDGeneratedPatientID" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DGPWLScu.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DHL7Send.xml:<attribute name="SendingApplication" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DHL7Send.xml:<attribute name="SendingFacility" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DHL7Send.xml:<attribute name="ForwardingRules" type="java.lang.String">[sending=PACS_NODEXX^DCM4CHEE]PACS_CENTRAL^DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DHPScp.xml:<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DIANScp.xml:<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DIANScu.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DLossyCompressionService.xml:<attribute name="SourceAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMCMScu.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMCMScu.xml:<attribute name="RetrieveAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMoveScu.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMoveScu.xml:<attribute name="CalledAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMPPS2ORM.xml:<attribute name="ReceivingApplication" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMPPS2ORM.xml:<attribute name="ReceivingFacility" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMPPS2ORM.xml:<attribute name="SendingApplication" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMPPS2ORM.xml:<attribute name="SendingFacility" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMPPS2ORM.xml:<attribute name="LinkedReceivingApplication" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMPPS2ORM.xml:<attribute name="LinkedReceivingFacility" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMPPS2ORM.xml:<attribute name="LinkedSendingApplication" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMPPS2ORM.xml:<attribute name="LinkedSendingFacility" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMPPSEmulator.xml:<attribute name="CalledAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMPPSScp.xml:<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMPPSScp.xml:<attribute name="IssuerOfPatientIDGeneratedPatientID" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMPPSScu.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMWLFindScp.xml:<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMWLReplica.xml:<attribute name="CallingAET" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DMWLScu.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DPIXQuery.xml:<attribute name="IssuersOfOnlyPrimaryPatientIDs" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DPPSScu.xml:<attribute name="DestinationAETitles" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DPPSScu.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DPrefetch.xml:<attribute name="DestinationQueryAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DPrefetch.xml:<attribute name="DestinationStorageAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DPrefetch.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DQueryRetrieveScp.xml:<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DQueryRetrieveScp.xml:<attribute name="LocalStorageAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DQueryRetrieveScp.xml:<attribute name="PIXQueryDefaultIssuerOfPatientID" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DStgCmtScuScp.xml:<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DStoreScp.xml:<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DStoreScp.xml:<attribute name="IssuerOfPatientIDGeneratedPatientID" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DStudyMgtScp.xml:<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DStudyMgtScu.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DStudyReconciliation.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DUPSScp.xml:<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DWADOService.xml:<attribute name="FetchDestinationAET" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.archive@3Aservice@3DXDS-I.xml:<attribute name="AuthorPersonMapping" type="java.lang.String">DCM4CHEE^^^XDSITEST</attribute>

dcm4chee.web@3Aservice@3DAttributesModificationSCU.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.web@3Aservice@3DAttributesModificationSCU.xml:<attribute name="ModifyingSystem" type="java.lang.String">DCM4CHEE_WEB</attribute>

dcm4chee.web@3Aservice@3DContentEditService.xml:<attribute name="ModifyingSystem" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.web@3Aservice@3DEchoService.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.web@3Aservice@3DHL7SendV2.xml:<attribute name="SendingApplication" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.web@3Aservice@3DHL7SendV2.xml:<attribute name="SendingFacility" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.web@3Aservice@3DIANSCU.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.web@3Aservice@3DMoveScu.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.web@3Aservice@3DMoveScu.xml:<attribute name="CalledAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.web@3Aservice@3DRejectionNoteSCU.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

dcm4chee.web@3Aservice@3DWeb3MwlSCU.xml:<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE</attribute>

Andrew F

unread,
Oct 15, 2014, 6:42:26 AM10/15/14
to dcm...@googlegroups.com
I hand edited all of the .xml files to follow the model from our other PACS.

IT WORKED!

Thank you for pointing me in the right direction.

Fede

unread,
Jan 5, 2021, 1:34:58 PM1/5/21
to dcm4che
THANK YOU
Almost 7 years later, this saved me.

I made a little linux bash "script" to automate the replacing of the AETitle.
Copy and paste this in a file (newaet.sh) inside the /server/default/data/xmbean-attrs folder then replace all occurrences of PACS with your own new AETitle.
Finally, run
sh newaet.sh
Afterwards restart DCM4CHEE or restart the server.
--------------------------------------------------

sed -i 's/<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE/<attribute name="CalledAETitles" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DAttributesModificationScp.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DAttributesModificationScu.xml
 
sed -i 's/<attribute name="ReceivingApplication" type="java.lang.String">DCM4CHEE/<attribute name="ReceivingApplication" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DContentEditService.xml
 
sed -i 's/<attribute name="ReceivingFacility" type="java.lang.String">DCM4CHEE/<attribute name="ReceivingFacility" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DContentEditService.xml
 
sed -i 's/<attribute name="SendingApplication" type="java.lang.String">DCM4CHEE/<attribute name="SendingApplication" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DContentEditService.xml
 
sed -i 's/<attribute name="SendingFacility" type="java.lang.String">DCM4CHEE/<attribute name="SendingFacility" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DContentEditService.xml
 
sed -i 's/<attribute name="CalledAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CalledAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DContentEditService.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DContentEditService.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DECHOService.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DExportManager.xml
 
sed -i 's/<attribute name="DefaultRetrieveAETitle" type="java.lang.String">DCM4CHEE/<attribute name="DefaultRetrieveAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DFileSystemMgt@2Cgroup@3DLOSSY_STORAGE.xml
 
sed -i 's/<attribute name="DefaultRetrieveAETitle" type="java.lang.String">DCM4CHEE/<attribute name="DefaultRetrieveAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DFileSystemMgt@2Cgroup@3DNEARLINE_STORAGE.xml
 
sed -i 's/<attribute name="DefaultRetrieveAETitle" type="java.lang.String">DCM4CHEE/<attribute name="DefaultRetrieveAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DFileSystemMgt@2Cgroup@3DONLINE_STORAGE.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DFindScu.xml
 
sed -i 's/<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE/<attribute name="CalledAETitles" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DGPWLScp.xml
 
sed -i 's/<attribute name="IssuerOfPatientIDGeneratedPatientID" type="java.lang.String">DCM4CHEE/<attribute name="IssuerOfPatientIDGeneratedPatientID" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DGPWLScp.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DGPWLScu.xml
 
sed -i 's/<attribute name="SendingApplication" type="java.lang.String">DCM4CHEE/<attribute name="SendingApplication" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DHL7Send.xml
 
sed -i 's/<attribute name="SendingFacility" type="java.lang.String">DCM4CHEE/<attribute name="SendingFacility" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DHL7Send.xml
 
sed -i 's/<attribute name="ForwardingRules" type="java.lang.String">[sending=PACS_NODEXX^DCM4CHEE]PACS_CENTRAL^DCM4CHEE/<attribute name="ForwardingRules" type="java.lang.String">[sending=PACS_NODEXX^DCM4CHEE]PACS_CENTRAL^DCM4CHEE/g' dcm4chee.archive@3Aservice@3DHL7Send.xml
 
sed -i 's/<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE/<attribute name="CalledAETitles" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DHPScp.xml
 
sed -i 's/<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE/<attribute name="CalledAETitles" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DIANScp.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DIANScu.xml
 
sed -i 's/<attribute name="SourceAETitle" type="java.lang.String">DCM4CHEE/<attribute name="SourceAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DLossyCompressionService.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMCMScu.xml
 
sed -i 's/<attribute name="RetrieveAETitle" type="java.lang.String">DCM4CHEE/<attribute name="RetrieveAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMCMScu.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMoveScu.xml
 
sed -i 's/<attribute name="CalledAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CalledAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMoveScu.xml
 
sed -i 's/<attribute name="ReceivingApplication" type="java.lang.String">DCM4CHEE/<attribute name="ReceivingApplication" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMPPS2ORM.xml
 
sed -i 's/<attribute name="ReceivingFacility" type="java.lang.String">DCM4CHEE/<attribute name="ReceivingFacility" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMPPS2ORM.xml
 
sed -i 's/<attribute name="SendingApplication" type="java.lang.String">DCM4CHEE/<attribute name="SendingApplication" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMPPS2ORM.xml
 
sed -i 's/<attribute name="SendingFacility" type="java.lang.String">DCM4CHEE/<attribute name="SendingFacility" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMPPS2ORM.xml
 
sed -i 's/<attribute name="LinkedReceivingApplication" type="java.lang.String">DCM4CHEE/<attribute name="LinkedReceivingApplication" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMPPS2ORM.xml
 
sed -i 's/<attribute name="LinkedReceivingFacility" type="java.lang.String">DCM4CHEE/<attribute name="LinkedReceivingFacility" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMPPS2ORM.xml
 
sed -i 's/<attribute name="LinkedSendingApplication" type="java.lang.String">DCM4CHEE/<attribute name="LinkedSendingApplication" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMPPS2ORM.xml
 
sed -i 's/<attribute name="LinkedSendingFacility" type="java.lang.String">DCM4CHEE/<attribute name="LinkedSendingFacility" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMPPS2ORM.xml
 
sed -i 's/<attribute name="CalledAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CalledAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMPPSEmulator.xml
 
sed -i 's/<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE/<attribute name="CalledAETitles" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMPPSScp.xml
 
sed -i 's/<attribute name="IssuerOfPatientIDGeneratedPatientID" type="java.lang.String">DCM4CHEE/<attribute name="IssuerOfPatientIDGeneratedPatientID" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMPPSScp.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMPPSScu.xml
 
sed -i 's/<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE/<attribute name="CalledAETitles" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMWLFindScp.xml
 
sed -i 's/<attribute name="CallingAET" type="java.lang.String">DCM4CHEE/<attribute name="CallingAET" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMWLReplica.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DMWLScu.xml
 
sed -i 's/<attribute name="IssuersOfOnlyPrimaryPatientIDs" type="java.lang.String">DCM4CHEE/<attribute name="IssuersOfOnlyPrimaryPatientIDs" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DPIXQuery.xml
 
sed -i 's/<attribute name="DestinationAETitles" type="java.lang.String">DCM4CHEE/<attribute name="DestinationAETitles" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DPPSScu.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DPPSScu.xml
 
sed -i 's/<attribute name="DestinationQueryAETitle" type="java.lang.String">DCM4CHEE/<attribute name="DestinationQueryAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DPrefetch.xml
 
sed -i 's/<attribute name="DestinationStorageAETitle" type="java.lang.String">DCM4CHEE/<attribute name="DestinationStorageAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DPrefetch.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DPrefetch.xml
 
sed -i 's/<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE/<attribute name="CalledAETitles" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DQueryRetrieveScp.xml
 
sed -i 's/<attribute name="LocalStorageAETitle" type="java.lang.String">DCM4CHEE/<attribute name="LocalStorageAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DQueryRetrieveScp.xml
 
sed -i 's/<attribute name="PIXQueryDefaultIssuerOfPatientID" type="java.lang.String">DCM4CHEE/<attribute name="PIXQueryDefaultIssuerOfPatientID" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DQueryRetrieveScp.xml
 
sed -i 's/<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE/<attribute name="CalledAETitles" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DStgCmtScuScp.xml
 
sed -i 's/<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE/<attribute name="CalledAETitles" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DStoreScp.xml
 
sed -i 's/<attribute name="IssuerOfPatientIDGeneratedPatientID" type="java.lang.String">DCM4CHEE/<attribute name="IssuerOfPatientIDGeneratedPatientID" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DStoreScp.xml
 
sed -i 's/<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE/<attribute name="CalledAETitles" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DStudyMgtScp.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DStudyMgtScu.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DStudyReconciliation.xml
 
sed -i 's/<attribute name="CalledAETitles" type="java.lang.String">DCM4CHEE/<attribute name="CalledAETitles" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DUPSScp.xml
 
sed -i 's/<attribute name="FetchDestinationAET" type="java.lang.String">DCM4CHEE/<attribute name="FetchDestinationAET" type="java.lang.String">PACS/g' dcm4chee.archive@3Aservice@3DWADOService.xml
 
sed -i 's/<attribute name="AuthorPersonMapping" type="java.lang.String">DCM4CHEE^^^XDSITEST/<attribute name="AuthorPersonMapping" type="java.lang.String">PACS^^^XDSITEST/g' dcm4chee.archive@3Aservice@3DXDS-I.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.web@3Aservice@3DAttributesModificationSCU.xml
 
sed -i 's/<attribute name="ModifyingSystem" type="java.lang.String">DCM4CHEE_WEB/<attribute name="ModifyingSystem" type="java.lang.String">PACS_WEB/g' dcm4chee.web@3Aservice@3DAttributesModificationSCU.xml
 
sed -i 's/<attribute name="ModifyingSystem" type="java.lang.String">DCM4CHEE/<attribute name="ModifyingSystem" type="java.lang.String">PACS/g' dcm4chee.web@3Aservice@3DContentEditService.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.web@3Aservice@3DEchoService.xml
 
sed -i 's/<attribute name="SendingApplication" type="java.lang.String">DCM4CHEE/<attribute name="SendingApplication" type="java.lang.String">PACS/g' dcm4chee.web@3Aservice@3DHL7SendV2.xml
 
sed -i 's/<attribute name="SendingFacility" type="java.lang.String">DCM4CHEE/<attribute name="SendingFacility" type="java.lang.String">PACS/g' dcm4chee.web@3Aservice@3DHL7SendV2.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.web@3Aservice@3DIANSCU.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.web@3Aservice@3DMoveScu.xml
 
sed -i 's/<attribute name="CalledAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CalledAETitle" type="java.lang.String">PACS/g' dcm4chee.web@3Aservice@3DMoveScu.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.web@3Aservice@3DRejectionNoteSCU.xml
 
sed -i 's/<attribute name="CallingAETitle" type="java.lang.String">DCM4CHEE/<attribute name="CallingAETitle" type="java.lang.String">PACS/g' dcm4chee.web@3Aservice@3DWeb3MwlSCU.xml
Reply all
Reply to author
Forward
0 new messages