dcm4che

Dcm4che delete study from local archive (dicomdir)

[亡魂溺海] 提交于 2021-01-27 11:28:32
问题 Rephrasing my original post after some research in dcm4che3 and dicom protocol. I am using dcm4che3 toolkit to build an application that is essentially going to be a simple Image Archive able to forward studies on demand to other modalities.The tool also implements a s-store scu service to query itself but also other modalities. A requirement is to able and "delete" periodically studies from this local archive. I am also new to the dicom protocol and dcm4che, so i am trying to understand the

Dcm4che delete study from local archive (dicomdir)

怎甘沉沦 提交于 2021-01-27 11:28:05
问题 Rephrasing my original post after some research in dcm4che3 and dicom protocol. I am using dcm4che3 toolkit to build an application that is essentially going to be a simple Image Archive able to forward studies on demand to other modalities.The tool also implements a s-store scu service to query itself but also other modalities. A requirement is to able and "delete" periodically studies from this local archive. I am also new to the dicom protocol and dcm4che, so i am trying to understand the

Dcm4che delete study from local archive (dicomdir)

半腔热情 提交于 2021-01-27 11:27:42
问题 Rephrasing my original post after some research in dcm4che3 and dicom protocol. I am using dcm4che3 toolkit to build an application that is essentially going to be a simple Image Archive able to forward studies on demand to other modalities.The tool also implements a s-store scu service to query itself but also other modalities. A requirement is to able and "delete" periodically studies from this local archive. I am also new to the dicom protocol and dcm4che, so i am trying to understand the

dcm4che3 java lib: Attributes.addAll method seems to lost multiple LO values

一曲冷凌霜 提交于 2020-08-10 22:31:05
问题 This question is coming from the bug found in this post: How to read DICOM string value with backslash (VR=LO, Value="0.4323\0.2325")? With dcm4che3 in java, I read my attributes of dcm file like that: public Attributes readDicomAttributes(MultipartFile file) throws IOException { DicomInputStream dis = new DicomInputStream(file.getInputStream()); Attributes dataSet = dis.readDataset(-1, Tag.PixelData); Attributes fmi = dis.readFileMetaInformation(); dis.close(); fmi.addAll(dataSet); return

How to read DICOM string value with backslash (VR=LO, Value=“0.4323\0.2325”)?

走远了吗. 提交于 2020-08-08 05:18:48
问题 Our C++ software use ITK to write DICOM files. In it we have a Private Tag with LO (Long String) as VR and 2 decimal values as value like 0.3234\0.34223 . The LO choice is inherent to ITK. In other java application, I use dcm4che3 to read/write them. Since it respects the DICOM protocol, backslash are forbidden, and dcm4che interpret the value as "0.3234" and never reach the second value. All DICOM viewer applications I use can display this value. So my question is: Is there a trick in

How to read DICOM string value with backslash (VR=LO, Value=“0.4323\0.2325”)?

三世轮回 提交于 2020-08-08 05:18:07
问题 Our C++ software use ITK to write DICOM files. In it we have a Private Tag with LO (Long String) as VR and 2 decimal values as value like 0.3234\0.34223 . The LO choice is inherent to ITK. In other java application, I use dcm4che3 to read/write them. Since it respects the DICOM protocol, backslash are forbidden, and dcm4che interpret the value as "0.3234" and never reach the second value. All DICOM viewer applications I use can display this value. So my question is: Is there a trick in

dcm4che Query/Retrieve SCP

你离开我真会死。 提交于 2020-02-03 05:37:26
问题 First of all, I'm new in dcm4che and without a good Documentation is difficult to begin, therefore excuse my ignorance. I've to develop a Query/Retrieve SCP and I need to know the query parameters, in the doCFind function, entered by the SCU. Example: SCU does: dcmqr MYQR@localhost:10001 -q PatientName=Manuel How can I catch the query parameters (PatientName and Manuel) in the doCFind function? protected synchronized DimseRSP doCFind( Association as, int pcid, DicomObject cmd, DicomObject

how to Install bash script in ubuntu 16.04

江枫思渺然 提交于 2020-01-25 23:20:35
问题 Hello i am new in Ubuntu environment i am try to run DCM4CHEE-ARC-LIGHT but this Auto install script unable to run please help me to execute this bash script ----Instructions--- It must be installed by root, download and decompress the attached shar file to your /root folder You must have an internet connection, because it downloads a lot from the net. Install shar utils apt-get install sharutils bash run_me.sh x - created directory Downloads. x - extracting Downloads/pacs_start.sh (text) x -