Re: [Gdcm-hackers] CStore problem while try to save the same file second time with few changes
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <mat...@gm...> - 2011-01-31 09:49:14
|
Petchirajan.J, this looks odd. Could you please try to write out this dataset to file, and send it to me. Simply pass the gdcm::DataSet to a gdcm.File then to a gdcm.Writer and write it out. Or use one of the gdcm::Printer public function to dump it to stdout. thanks On Mon, Jan 31, 2011 at 6:47 AM, Petchirajan J <pet...@in...> wrote: > Dear All, > > I have configured DCM4CHEE server in one system which connected in the LAN. > I Stored one DICOM file in the server using CStore functionality. And i > changed some values of the tags like Study Description, Series Description, > etc. And again i try to save the same file in the same server using CStore > functionality. I expected the CStore will save the changes in the file to > the server, but DCM4CHEE server returns the following Error. > > ERROR [ActiveAssociationImpl] org.dcm4che.data.DcmParseException: > (FFFE,0019) > > I searched the Tag (FFFE, 0019) in the DataSet before storing. I can't find > that tag in that dataset. I Can't figure out where that tag is added in the > DataSet and i don't know why the DCM4CHE server is not parse that tag for > store the file in server. And also i don't know what information is stored > in that tag. Please help me to solve this problem. > > -- > Regards, > Petchirajan.J > > Dear gdcm-hackers ! Get Yourself a cool, short @in.com Email ID now! > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > Gdcm-hackers mailing list > Gdc...@li... > https://lists.sourceforge.net/lists/listinfo/gdcm-hackers > > -- Mathieu |