[Gdcm-hackers] [ gdcm-Bugs-3194812 ] CMove fails on specific RTStruct
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: SourceForge.net <no...@so...> - 2011-02-28 08:33:37
|
Bugs item #3194812, was opened at 2011-02-28 09:23 Message generated for change (Settings changed) made by lodron You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=739587&aid=3194812&group_id=137895 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General (default) Group: 2.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Gerald Lodron (lodron) >Assigned to: Mark Roden (mmroden) Summary: CMove fails on specific RTStruct Initial Comment: The RT struct in http://www.gmx.de/mc/0vqXnnVpWc8JhKKVfPoXl0LL3sKKcX is found by CFind, but the CMoveToMemory only returns a vector with 0 data sets. My system is Win7Prof 64 My server is ConQuest 1.4.16 My CMOVE query is gdcm::BaseRootQuery* poQuery = oTheNetworkFunctions.ConstructQuery(gdcm::ePatientRootType, gdcm::eSeries, oTags, true); whereby following tags are used: gdcm::Tag oPatientTag (0x0010, 0x0010); gdcm::Tag oPatientBirthTag(0x0010, 0x0030); gdcm::Tag oPatientSexTag (0x0010, 0x0040); gdcm::Tag oPatientIdTag (0x0010, 0x0020); gdcm::Tag oStudyInstanceUIDTag(0x0020, 0x000d); gdcm::Tag oStudyIDTag (0x0020, 0x0010); gdcm::Tag oStudyDateTag (0x0008, 0x0020); gdcm::Tag oStudyTimeTag (0x0008, 0x0030); gdcm::Tag oStudyDescriptionTag(0x0008, 0x1030); gdcm::Tag oSeriesModalityTag(0x0008, 0x0060); gdcm::Tag oSeriesNumberTag(0x0020, 0x0011); gdcm::Tag oSeriesUIDTag(0x0020, 0x000e); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=739587&aid=3194812&group_id=137895 |