Sequence Data

298 views
Skip to first unread message

rmarino14

unread,
Dec 10, 2012, 4:40:08 PM12/10/12
to dcm...@googlegroups.com
Hello,

I'm having a problem storing sequence data (0008,1110) from the DICOM header into DCM4CHEE.  I added the tag to the dcm4chee-attribute-filter.xml and told it where to store the data but it errors on me.

I'm using dcm4chee 2.17.1 with postgres 9.2. If you need more info please let me know and I will get post it.

Thanks,
Bob

rmarino14

unread,
Dec 10, 2012, 4:51:50 PM12/10/12
to dcm...@googlegroups.com
I tried uploading the server.log file but it fails with error #340

2012-12-10 16:23:42,794 ERROR STORESCU->IMALOGIX (TCPServer-1) [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method: public abstract org.dcm4chex.archive.ejb.interfaces.StudyLocal org.dcm4chex.archive.ejb.interfaces.StudyLocalHome.create(org.dcm4che.data.Dataset,org.dcm4chex.archive.ejb.interfaces.PatientLocal) throws javax.ejb.CreateException, causedBy:
java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.dcm4cheri.data.DcmElementImpl.getString(DcmElementImpl.java:223)
        at org.dcm4cheri.data.DcmElementImpl.getString(DcmElementImpl.java:219)
        at org.dcm4cheri.data.DcmObjectImpl.getString(DcmObjectImpl.java:268)
        at org.dcm4cheri.data.DcmObjectImpl.getString(DcmObjectImpl.java:276)
        at org.dcm4chex.archive.ejb.conf.AttributeFilter.getString(AttributeFilter.java:258)
        at org.dcm4chex.archive.ejb.entity.StudyBean.setAttributes(StudyBean.java:1034)
        at org.dcm4chex.archive.ejb.entity.StudyBean.ejbCreate(StudyBean.java:578)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.ejb.plugins.CMPPersistenceManager.createEntity(CMPPersistenceManager.java:196)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.createEntity(CachedConnectionInterceptor.java:225)
        at org.jboss.ejb.EntityContainer.createLocalHome(EntityContainer.java:625)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
        at org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1126)
        at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:105)
        at org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:203)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:189)
        at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:105)
        at org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:136)
        at org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:76)
        at org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:45)
        at org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:56)
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:125)
        at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
        at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:161)
        at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:145)
        at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132)
        at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107)
        at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:521)
        at org.jboss.ejb.Container.invoke(Container.java:981)
        at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:359)
        at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:133)
        at $Proxy154.create(Unknown Source)
        at org.dcm4chex.archive.ejb.session.StorageBean.getStudy(StorageBean.java:482)
        at org.dcm4chex.archive.ejb.session.StorageBean.getSeries(StorageBean.java:459)
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:219)
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:192)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
        at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
        at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
        at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
        at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
        at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
        at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
        at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
        at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
        at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
        at org.jboss.ejb.Container.invoke(Container.java:960)
        at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
        at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
        at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
        at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
        at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
        at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
        at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
        at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
        at $Proxy259.store(Unknown Source)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.updateDB(StoreScp.java:1100)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.doActualCStore(StoreScp.java:714)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.doCStore(StoreScp.java:471)
        at org.dcm4che.net.DcmServiceBase.c_store(DcmServiceBase.java:116)
        at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:230)
        at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
        at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:164)
        at org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
        at org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:288)
        at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
        at org.dcm4cheri.server.ServerImpl$1.run(ServerImpl.java:242)
        at java.lang.Thread.run(Thread.java:619)
2012-12-10 16:23:42,796 WARN  STORESCU->IMALOGIX (TCPServer-1) [org.dcm4chex.archive.ejb.session.StorageBean] inserting records for instance[uid=1.2.840.113619.2.294.3.531374042.137.1350106435.704] failed: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
2012-12-10 16:23:42,797 WARN  STORESCU->IMALOGIX (TCPServer-1) [org.dcm4chex.archive.dcm.storescp.StoreScpService] failed to update DB with entries for received 2012/12/10/16/CD24DB80/CD24E6A6/CD24E6A8 - retry
org.dcm4che.net.DcmServiceException: javax.ejb.TransactionRolledbackLocalException: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:250)
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:192)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
        at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
        at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
        at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
        at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
        at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
        at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
        at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
        at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
        at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
        at org.jboss.ejb.Container.invoke(Container.java:960)
        at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
        at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
        at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
        at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
        at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
        at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
        at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
        at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
        at $Proxy259.store(Unknown Source)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.updateDB(StoreScp.java:1100)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.doActualCStore(StoreScp.java:714)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.doCStore(StoreScp.java:471)
        at org.dcm4che.net.DcmServiceBase.c_store(DcmServiceBase.java:116)
        at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:230)
        at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
        at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:164)
        at org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
        at org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:288)
        at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
        at org.dcm4cheri.server.ServerImpl$1.run(ServerImpl.java:242)
        at java.lang.Thread.run(Thread.java:619)
Caused by: javax.ejb.TransactionRolledbackLocalException: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:262)
        at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
        at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:161)
        at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:145)
        at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132)
        at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107)
        at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:521)
        at org.jboss.ejb.Container.invoke(Container.java:981)
        at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:359)
        at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:133)
        at $Proxy154.create(Unknown Source)
        at org.dcm4chex.archive.ejb.session.StorageBean.getStudy(StorageBean.java:482)
        at org.dcm4chex.archive.ejb.session.StorageBean.getSeries(StorageBean.java:459)
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:219)
        ... 47 more
Caused by: javax.ejb.EJBException: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.jboss.ejb.plugins.CMPPersistenceManager.createEntity(CMPPersistenceManager.java:214)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.createEntity(CachedConnectionInterceptor.java:225)
        at org.jboss.ejb.EntityContainer.createLocalHome(EntityContainer.java:625)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
        at org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1126)
        at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:105)
        at org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:203)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:189)
        at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:105)
        at org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:136)
        at org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:76)
        at org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:45)
        at org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:56)
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:125)
        ... 60 more
Caused by: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.dcm4cheri.data.DcmElementImpl.getString(DcmElementImpl.java:223)
        at org.dcm4cheri.data.DcmElementImpl.getString(DcmElementImpl.java:219)
        at org.dcm4cheri.data.DcmObjectImpl.getString(DcmObjectImpl.java:268)
        at org.dcm4cheri.data.DcmObjectImpl.getString(DcmObjectImpl.java:276)
        at org.dcm4chex.archive.ejb.conf.AttributeFilter.getString(AttributeFilter.java:258)
        at org.dcm4chex.archive.ejb.entity.StudyBean.setAttributes(StudyBean.java:1034)
        at org.dcm4chex.archive.ejb.entity.StudyBean.ejbCreate(StudyBean.java:578)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.ejb.plugins.CMPPersistenceManager.createEntity(CMPPersistenceManager.java:196)
        ... 77 more
2012-12-10 16:23:42,798 INFO  STORESCU->IMALOGIX (TCPServer-1) [org.dcm4chex.archive.ejb.session.StorageBean] inserting instance FileMetaInfo[uid=1.2.840.113619.2.294.3.531374042.137.1350106435.704
        class=1.2.840.10008.5.1.4.1.1.7/Secondary Capture Image Storage
        ts=1.2.840.10008.1.2.1/Explicit VR Little Endian
        impl=1.2.40.0.13.1.1.1-dcm4che-1.4.33]
2012-12-10 16:23:42,804 DEBUG STORESCU->IMALOGIX (TCPServer-1) [org.dcm4chex.archive.ejb.entity.PatientBean] setEncodedAttributes(byte[214])
2012-12-10 16:23:42,806 INFO  STORESCU->IMALOGIX (TCPServer-1) [org.dcm4chex.archive.ejb.entity.PatientBean] Created Patient[pk=7318, pid=000928059, issuer=SITE_DEFAULT_LOCAL, name=null]
2012-12-10 16:23:42,809 DEBUG STORESCU->IMALOGIX (TCPServer-1) [org.dcm4chex.archive.ejb.entity.StudyBean] setEncodedAttributes(byte[584])
2012-12-10 16:23:42,809 ERROR STORESCU->IMALOGIX (TCPServer-1) [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method: public abstract org.dcm4chex.archive.ejb.interfaces.StudyLocal org.dcm4chex.archive.ejb.interfaces.StudyLocalHome.create(org.dcm4che.data.Dataset,org.dcm4chex.archive.ejb.interfaces.PatientLocal) throws javax.ejb.CreateException, causedBy:
java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.dcm4cheri.data.DcmElementImpl.getString(DcmElementImpl.java:223)
        at org.dcm4cheri.data.DcmElementImpl.getString(DcmElementImpl.java:219)
        at org.dcm4cheri.data.DcmObjectImpl.getString(DcmObjectImpl.java:268)
        at org.dcm4cheri.data.DcmObjectImpl.getString(DcmObjectImpl.java:276)
        at org.dcm4chex.archive.ejb.conf.AttributeFilter.getString(AttributeFilter.java:258)
        at org.dcm4chex.archive.ejb.entity.StudyBean.setAttributes(StudyBean.java:1034)
        at org.dcm4chex.archive.ejb.entity.StudyBean.ejbCreate(StudyBean.java:578)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.ejb.plugins.CMPPersistenceManager.createEntity(CMPPersistenceManager.java:196)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.createEntity(CachedConnectionInterceptor.java:225)
        at org.jboss.ejb.EntityContainer.createLocalHome(EntityContainer.java:625)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
        at org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1126)
        at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:105)
        at org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:203)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:189)
        at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:105)
        at org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:136)
        at org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:76)
        at org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:45)
        at org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:56)
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:125)
        at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
        at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:161)
        at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:145)
        at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132)
        at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107)
        at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:521)
        at org.jboss.ejb.Container.invoke(Container.java:981)
        at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:359)
        at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:133)
        at $Proxy154.create(Unknown Source)
        at org.dcm4chex.archive.ejb.session.StorageBean.getStudy(StorageBean.java:482)
        at org.dcm4chex.archive.ejb.session.StorageBean.getSeries(StorageBean.java:459)
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:219)
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:192)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
        at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
        at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
        at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
        at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
        at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
        at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
        at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
        at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
        at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
        at org.jboss.ejb.Container.invoke(Container.java:960)
        at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
        at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
        at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
        at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
        at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
        at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
        at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
        at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
        at $Proxy259.store(Unknown Source)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.updateDB(StoreScp.java:1100)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.doActualCStore(StoreScp.java:714)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.doCStore(StoreScp.java:471)
        at org.dcm4che.net.DcmServiceBase.c_store(DcmServiceBase.java:116)
        at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:230)
        at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
        at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:164)
        at org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
        at org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:288)
        at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
        at org.dcm4cheri.server.ServerImpl$1.run(ServerImpl.java:242)
        at java.lang.Thread.run(Thread.java:619)
2012-12-10 16:23:42,811 WARN  STORESCU->IMALOGIX (TCPServer-1) [org.dcm4chex.archive.ejb.session.StorageBean] inserting records for instance[uid=1.2.840.113619.2.294.3.531374042.137.1350106435.704] failed: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
2012-12-10 16:23:42,811 WARN  STORESCU->IMALOGIX (TCPServer-1) [org.dcm4chex.archive.dcm.storescp.StoreScpService] failed to update DB with entries for received 2012/12/10/16/CD24DB80/CD24E6A6/CD24E6A8 - retry
org.dcm4che.net.DcmServiceException: javax.ejb.TransactionRolledbackLocalException: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:250)
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:192)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
        at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
        at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
        at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
        at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
        at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
        at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
        at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
        at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
        at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
        at org.jboss.ejb.Container.invoke(Container.java:960)
        at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
        at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
        at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
        at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
        at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
        at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
        at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
        at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
        at $Proxy259.store(Unknown Source)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.updateDB(StoreScp.java:1100)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.doActualCStore(StoreScp.java:714)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.doCStore(StoreScp.java:471)
        at org.dcm4che.net.DcmServiceBase.c_store(DcmServiceBase.java:116)
        at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:230)
        at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
        at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:164)
        at org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
        at org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:288)
        at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
        at org.dcm4cheri.server.ServerImpl$1.run(ServerImpl.java:242)
        at java.lang.Thread.run(Thread.java:619)
Caused by: javax.ejb.TransactionRolledbackLocalException: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:262)
        at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
        at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:161)
        at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:145)
        at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132)
        at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107)
        at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:521)
        at org.jboss.ejb.Container.invoke(Container.java:981)
        at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:359)
        at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:133)
        at $Proxy154.create(Unknown Source)
        at org.dcm4chex.archive.ejb.session.StorageBean.getStudy(StorageBean.java:482)
        at org.dcm4chex.archive.ejb.session.StorageBean.getSeries(StorageBean.java:459)
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:219)
        ... 47 more
Caused by: javax.ejb.EJBException: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.jboss.ejb.plugins.CMPPersistenceManager.createEntity(CMPPersistenceManager.java:214)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.createEntity(CachedConnectionInterceptor.java:225)
        at org.jboss.ejb.EntityContainer.createLocalHome(EntityContainer.java:625)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
        at org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1126)
        at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:105)
        at org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:203)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:189)
        at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:105)
        at org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:136)
        at org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:76)
        at org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:45)
        at org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:56)
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:125)
        ... 60 more
Caused by: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.dcm4cheri.data.DcmElementImpl.getString(DcmElementImpl.java:223)
        at org.dcm4cheri.data.DcmElementImpl.getString(DcmElementImpl.java:219)
        at org.dcm4cheri.data.DcmObjectImpl.getString(DcmObjectImpl.java:268)
        at org.dcm4cheri.data.DcmObjectImpl.getString(DcmObjectImpl.java:276)
        at org.dcm4chex.archive.ejb.conf.AttributeFilter.getString(AttributeFilter.java:258)
        at org.dcm4chex.archive.ejb.entity.StudyBean.setAttributes(StudyBean.java:1034)
        at org.dcm4chex.archive.ejb.entity.StudyBean.ejbCreate(StudyBean.java:578)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.ejb.plugins.CMPPersistenceManager.createEntity(CMPPersistenceManager.java:196)
        ... 77 more
2012-12-10 16:23:42,813 INFO  STORESCU->IMALOGIX (TCPServer-1) [org.dcm4chex.archive.ejb.session.StorageBean] inserting instance FileMetaInfo[uid=1.2.840.113619.2.294.3.531374042.137.1350106435.704
        class=1.2.840.10008.5.1.4.1.1.7/Secondary Capture Image Storage
        ts=1.2.840.10008.1.2.1/Explicit VR Little Endian
        impl=1.2.40.0.13.1.1.1-dcm4che-1.4.33]
2012-12-10 16:23:42,818 DEBUG STORESCU->IMALOGIX (TCPServer-1) [org.dcm4chex.archive.ejb.entity.PatientBean] setEncodedAttributes(byte[214])
2012-12-10 16:23:42,820 INFO  STORESCU->IMALOGIX (TCPServer-1) [org.dcm4chex.archive.ejb.entity.PatientBean] Created Patient[pk=7319, pid=000928059, issuer=SITE_DEFAULT_LOCAL, name=null]
2012-12-10 16:23:42,823 DEBUG STORESCU->IMALOGIX (TCPServer-1) [org.dcm4chex.archive.ejb.entity.StudyBean] setEncodedAttributes(byte[584])
2012-12-10 16:23:42,823 ERROR STORESCU->IMALOGIX (TCPServer-1) [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method: public abstract org.dcm4chex.archive.ejb.interfaces.StudyLocal org.dcm4chex.archive.ejb.interfaces.StudyLocalHome.create(org.dcm4che.data.Dataset,org.dcm4chex.archive.ejb.interfaces.PatientLocal) throws javax.ejb.CreateException, causedBy:
java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.dcm4cheri.data.DcmElementImpl.getString(DcmElementImpl.java:223)
        at org.dcm4cheri.data.DcmElementImpl.getString(DcmElementImpl.java:219)
        at org.dcm4cheri.data.DcmObjectImpl.getString(DcmObjectImpl.java:268)
        at org.dcm4cheri.data.DcmObjectImpl.getString(DcmObjectImpl.java:276)
        at org.dcm4chex.archive.ejb.conf.AttributeFilter.getString(AttributeFilter.java:258)
        at org.dcm4chex.archive.ejb.entity.StudyBean.setAttributes(StudyBean.java:1034)
        at org.dcm4chex.archive.ejb.entity.StudyBean.ejbCreate(StudyBean.java:578)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.ejb.plugins.CMPPersistenceManager.createEntity(CMPPersistenceManager.java:196)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.createEntity(CachedConnectionInterceptor.java:225)
        at org.jboss.ejb.EntityContainer.createLocalHome(EntityContainer.java:625)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
        at org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1126)
        at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:105)
        at org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:203)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:189)
        at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:105)
        at org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:136)
        at org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:76)
        at org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:45)
        at org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:56)
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:125)
        at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
        at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:161)
        at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:145)
        at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132)
        at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107)
        at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:521)
        at org.jboss.ejb.Container.invoke(Container.java:981)
        at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:359)
        at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:133)
        at $Proxy154.create(Unknown Source)
        at org.dcm4chex.archive.ejb.session.StorageBean.getStudy(StorageBean.java:482)
        at org.dcm4chex.archive.ejb.session.StorageBean.getSeries(StorageBean.java:459)
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:219)
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:192)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
        at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
        at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
        at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
        at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
        at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
        at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
        at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
        at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
        at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
        at org.jboss.ejb.Container.invoke(Container.java:960)
        at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
        at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
        at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
        at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
        at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
        at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
        at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
        at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
        at $Proxy259.store(Unknown Source)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.updateDB(StoreScp.java:1100)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.doActualCStore(StoreScp.java:714)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.doCStore(StoreScp.java:471)
        at org.dcm4che.net.DcmServiceBase.c_store(DcmServiceBase.java:116)
        at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:230)
        at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
        at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:164)
        at org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
        at org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:288)
        at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
        at org.dcm4cheri.server.ServerImpl$1.run(ServerImpl.java:242)
        at java.lang.Thread.run(Thread.java:619)
2012-12-10 16:23:42,825 WARN  STORESCU->IMALOGIX (TCPServer-1) [org.dcm4chex.archive.ejb.session.StorageBean] inserting records for instance[uid=1.2.840.113619.2.294.3.531374042.137.1350106435.704] failed: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
2012-12-10 16:23:42,825 ERROR STORESCU->IMALOGIX (TCPServer-1) [org.dcm4chex.archive.dcm.storescp.StoreScpService] failed to update DB with entries for received 2012/12/10/16/CD24DB80/CD24E6A6/CD24E6A8
org.dcm4che.net.DcmServiceException: javax.ejb.TransactionRolledbackLocalException: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:250)
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:192)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
        at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
        at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
        at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
        at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
        at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
        at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
        at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
        at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
        at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
        at org.jboss.ejb.Container.invoke(Container.java:960)
        at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
        at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
        at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
        at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
        at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
        at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
        at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
        at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
        at $Proxy259.store(Unknown Source)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.updateDB(StoreScp.java:1100)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.doActualCStore(StoreScp.java:714)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.doCStore(StoreScp.java:471)
        at org.dcm4che.net.DcmServiceBase.c_store(DcmServiceBase.java:116)
        at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:230)
        at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
        at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:164)
        at org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
        at org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:288)
        at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
        at org.dcm4cheri.server.ServerImpl$1.run(ServerImpl.java:242)
        at java.lang.Thread.run(Thread.java:619)
Caused by: javax.ejb.TransactionRolledbackLocalException: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:262)
        at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
        at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:161)
        at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:145)
        at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132)
        at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107)
        at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:521)
        at org.jboss.ejb.Container.invoke(Container.java:981)
        at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:359)
        at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:133)
        at $Proxy154.create(Unknown Source)
        at org.dcm4chex.archive.ejb.session.StorageBean.getStudy(StorageBean.java:482)
        at org.dcm4chex.archive.ejb.session.StorageBean.getSeries(StorageBean.java:459)
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:219)
        ... 47 more
Caused by: javax.ejb.EJBException: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.jboss.ejb.plugins.CMPPersistenceManager.createEntity(CMPPersistenceManager.java:214)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.createEntity(CachedConnectionInterceptor.java:225)
        at org.jboss.ejb.EntityContainer.createLocalHome(EntityContainer.java:625)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
        at org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1126)
        at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:105)
        at org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:203)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:189)
        at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:105)
        at org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:136)
        at org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:76)
        at org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:45)
        at org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:56)
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:125)
        ... 60 more
Caused by: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.dcm4cheri.data.DcmElementImpl.getString(DcmElementImpl.java:223)
        at org.dcm4cheri.data.DcmElementImpl.getString(DcmElementImpl.java:219)
        at org.dcm4cheri.data.DcmObjectImpl.getString(DcmObjectImpl.java:268)
        at org.dcm4cheri.data.DcmObjectImpl.getString(DcmObjectImpl.java:276)
        at org.dcm4chex.archive.ejb.conf.AttributeFilter.getString(AttributeFilter.java:258)
        at org.dcm4chex.archive.ejb.entity.StudyBean.setAttributes(StudyBean.java:1034)
        at org.dcm4chex.archive.ejb.entity.StudyBean.ejbCreate(StudyBean.java:578)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.ejb.plugins.CMPPersistenceManager.createEntity(CMPPersistenceManager.java:196)
        ... 77 more
2012-12-10 16:23:42,827 WARN  STORESCU->IMALOGIX (TCPServer-1) [org.dcm4chex.archive.dcm.storescp.StoreScpService] org.dcm4che.net.DcmServiceException: javax.ejb.TransactionRolledbackLocalException: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
org.dcm4che.net.DcmServiceException: org.dcm4che.net.DcmServiceException: javax.ejb.TransactionRolledbackLocalException: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.dcm4chex.archive.dcm.storescp.StoreScp.updateDB(StoreScp.java:1112)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.doActualCStore(StoreScp.java:714)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.doCStore(StoreScp.java:471)
        at org.dcm4che.net.DcmServiceBase.c_store(DcmServiceBase.java:116)
        at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:230)
        at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
        at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:164)
        at org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
        at org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:288)
        at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
        at org.dcm4cheri.server.ServerImpl$1.run(ServerImpl.java:242)
        at java.lang.Thread.run(Thread.java:619)
Caused by: org.dcm4che.net.DcmServiceException: javax.ejb.TransactionRolledbackLocalException: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:250)
        at org.dcm4chex.archive.ejb.session.StorageBean.store(StorageBean.java:192)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
        at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
        at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
        at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
        at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
        at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
        at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
        at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
        at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
        at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
        at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
        at org.jboss.ejb.Container.invoke(Container.java:960)
        at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
        at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
        at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
        at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
        at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
        at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
        at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
        at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
        at $Proxy259.store(Unknown Source)
        at org.dcm4chex.archive.dcm.storescp.StoreScp.updateDB(StoreScp.java:1100)
        ... 11 more
Caused by: javax.ejb.TransactionRolledbackLocalException: java.lang.UnsupportedOperationException: (0008,1110) Referenced Study Sequence,SQ[size=2]
        at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:262)
        at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
        at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:161)
        at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:145)
        at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132)
        at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107)
        at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:521)

Damien Evans

unread,
Dec 10, 2012, 4:58:23 PM12/10/12
to dcm...@googlegroups.com
Can you attach your attribute filter XML file?

--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To post to this group, send email to dcm...@googlegroups.com.
To unsubscribe from this group, send email to dcm4che+u...@googlegroups.com.
Visit this group at http://groups.google.com/group/dcm4che?hl=en.
 
 

rmarino14

unread,
Dec 10, 2012, 10:10:12 PM12/10/12
to dcm...@googlegroups.com
dcm4chee-attribute-filter.xml is attached.
dcm4chee-attribute-filter.xml

Damien Evans

unread,
Dec 11, 2012, 11:18:05 AM12/11/12
to dcm...@googlegroups.com
Hi Bob,

Any chance you could anonymize the image that caused this error and send it to me so that I can debug things?

 -- Damien

Robert Marino

unread,
Dec 11, 2012, 12:56:23 PM12/11/12
to dcm...@googlegroups.com
Here's the file

Thanks
CD24E6A8

Damien Evans

unread,
Dec 11, 2012, 3:43:53 PM12/11/12
to dcm...@googlegroups.com
Hmmm, it doesn't look like it got attached.  If the group doesn't let you attach it for whatever reason, you can send it to me at dev...@dcm4che.com

Damien Evans

unread,
Dec 11, 2012, 4:32:12 PM12/11/12
to dcm...@googlegroups.com
Oops, I guess it was attached.  I just didn't scroll down far enough.  My bad.  I have to attend to a few other things this afternoon, but I'll look at it later tonight.  

Damien Evans

unread,
Dec 13, 2012, 3:50:33 PM12/13/12
to dcm...@googlegroups.com
Ok Bob, I think I have it figured out...  It seems that the error you are seeing is when the system tries to store the value in one of the new Custom Attribute fields you added.  These fields basically expect to contain a string value - the value of the tag in text form.  Storing the Referenced Study Sequence in this fashion (which is what you're trying to do) doesn't really work, because it is a sequence and not a single value.  What specifically within the ReferencedStudySequence do you want to be able to extract?

 -- Damien

rmarino14

unread,
Dec 14, 2012, 9:20:45 AM12/14/12
to dcm...@googlegroups.com
I would like a method of pulling from that sequence all of the values in 0008,1155 Referenced SOP Instance UID. So if there were three items in the sequence I would like to store the three values  for Referenced SOP Instance UID, separated by delimiters (say, backslashes).

For the custom attribute fields I added could I set the column type to something other then text to accept the value in the DB?

Thanks

Damien Evans

unread,
Dec 14, 2012, 9:41:07 AM12/14/12
to dcm...@googlegroups.com, dcm...@googlegroups.com
Before I answer, may I ask what you intend to do with the data?  Knowing how you are going to use it may help me give a better response.  ...because you already have this sequence data in the attrs blob field.  It seems wasteful to duplicate the DB storage for it.

rmarino14

unread,
Dec 14, 2012, 10:20:26 AM12/14/12
to dcm...@googlegroups.com
In certain workflow practices that the techs do this tag would help but the split study back together.

rmarino14

unread,
Dec 20, 2012, 11:32:15 AM12/20/12
to dcm...@googlegroups.com
Damien,

Were you able to look at this?

Thanks

Damien Evans

unread,
Dec 23, 2012, 8:21:08 AM12/23/12
to dcm...@googlegroups.com
Could you could give the techs access to the dcm4chee-web3 UI so that they could look at the values in there.  I just fear that it might be difficult to store a multi-valued field, embedded in a sequence, in a discrete field.  Is it possible to give them access to the UI?

After adding (008,0110) to the attribute filter, this is what it looks like in the UI (see attached).  Would that work for you, or do you need SQL access?

 -- Damien
Screen shot 2012-12-23 at 7.18.25 AM.png

rmarino14

unread,
Jan 2, 2013, 9:05:02 AM1/2/13
to dcm...@googlegroups.com
Sorry, I have been off for the holidays.

The techs wouldn't be using the data to try to get these studies back together, so using SQL to run would make it easier to have a report to look at.

Thanks


On Monday, December 10, 2012 4:40:08 PM UTC-5, rmarino14 wrote:
Reply all
Reply to author
Forward
0 new messages