Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store DICOM object fails if study has an associated MWL with a different character set #2506

Closed
vrindanayak opened this issue Mar 30, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@vrindanayak
Copy link
Member

vrindanayak commented Mar 30, 2020

13:48:47,679 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-11) DCM4CHEE<-STORESCU(1): processing 1:C-STORE-RQ[pcid=5, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.3.6.1.4.1.5962.1.1.0.1.1.1175775772.5723.0 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian] failed. Caused by:     : org.dcm4che3.net.service.DicomServiceException: javax.ejb.EJBException: org.dcm4che3.data.IncompatibleSpecificCharaterSetException: Specific Character Sets [ISO_IR 100] and [ISO_IR 192] not compatible
        at deployment.dcm4chee-arc-ear-5.22.0-psql.ear.dcm4chee-arc-store-5.22.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
.......
.......
Caused by: org.dcm4che3.data.IncompatibleSpecificCharaterSetException: Specific Character Sets [ISO_IR 100] and [ISO_IR 192] not compatible
        at org.dcm4che.core@5.22.0//org.dcm4che3.data.Attributes.add(Attributes.java:2155)
        at org.dcm4che.core@5.22.0//org.dcm4che3.data.Attributes.updateSelected(Attributes.java:2370)
        at deployment.dcm4chee-arc-ear-5.22.0-psql.ear.dcm4chee-arc-store-5.22.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updatePatient(StoreServiceEJB.java:889)
        at deployment.dcm4chee-arc-ear-5.22.0-psql.ear.dcm4chee-arc-store-5.22.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:777)
        at deployment.dcm4chee-arc-ear-5.22.0-psql.ear.dcm4chee-arc-store-5.22.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:254)

Study associated with HL7 order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants