Is there any limit to the data that can be inserted into a private DICOM tag?

I am creating a DICOM Secondary Capture file that contains many private tags. The contents of the file (which is 69 MB) are read as binary and inserted into the private tag (0099,1016), and for VR is set to OB. The size of the generated DICOM file is about 75 MB.

Once the file is saved successfully, I will send it to PACS (I use DCM4CHEE as PACS) using C_STORE. But PACS throws an internal error (state 0x0110) and the operation C_STORE failed.

PACS ERROR Magazines:

Received: 
C-STORE-RSP
(0x00000000,"0x000000CA") # Group 0000 Length
(0x00000002,"1.2.840.10008.5.1.4.1.1.7") # Affected SOP Class UID
(0x00000100,"0x8001") # Command Field
(0x00000120,"0x013D") # Message ID Being Responded To
(0x00000800,"0x0101") # Data Set Type
(0x00000900,"0x0110") # Status
**(0x00000902,"rPos:26014 (0099,1016) OB #69899172, value length [69899172] exc") # Error Comment**
(0x00001000,"1.2.840.113747.37041.480038180.780.2459492811.3") # Affected SOP Instance UID

Is this problem related to DCM4CHEE or to the DICOM file? Is there a restriction on content that can be inserted into a private DICOM tag?

+4
source share
2

. LEADTOOLS DICOM. DCM4CHEE , .

http<s>://<server>:<port>/jmx-console/

= StoreScp dcm4chee.archive. MaximumValueLength.

, DCM4CHEE . ( ), , .

, , .

0

VR OB 4 294 967 295, 2 ^ 32 - 1, . , PS 3.5 7.8? , , Private Creator (gggg, 0010-00FF). (0099, 0010) (0099,1000-10FF).

+2

All Articles