Search found 6 matches

by luyuxibaby
Wed, 2012-11-28, 12:33
Forum: DCMTK - General
Topic: SOS !!! dcmodify.exe
Replies: 1
Views: 2548

SOS !!! dcmodify.exe

hello everyone ! i wanna copy exist dicom tag from 1.dcm to 0.dcm with dcmodify.exe . please help me how to copy tag from file to other file ,for exp: 0010,0010 i use it : C:\DCMTK>dcmodify.exe -if "0010,0010=c:\dcmtk\1.dcm" c:\dcmtk\0.dcm -v -d the 0010 0010 tag of 0.dcm 's empty Thinks!
by luyuxibaby
Tue, 2012-09-11, 07:01
Forum: DCMTK - General
Topic: about dcmprscp.exe
Replies: 4
Views: 6478

Re: about dcmprscp.exe

Hi, look into the config file and edit the configuration so it matches your requirements and system (directories, etc.). Best, Michael hi Michael, i 've other question ,when i use dcmpsprt.exe to create print job. dcmpsprt.exe show me some errors .please look at it ; C:\Documents and Settings\Admin...
by luyuxibaby
Mon, 2012-09-03, 13:22
Forum: DCMTK - General
Topic: about dcmprscp.exe
Replies: 4
Views: 6478

about dcmprscp.exe

hello everyone i wanna use dcmprscp.exe to print image in command line ,but it 's show me the error message : E: database\index.dat: No such file or directory F: Unable to access database 'database' please tell me why ,and how to correct use it . i input this command : C:\DCMTK>dcmprscp.exe -c dcmps...
by luyuxibaby
Thu, 2011-05-12, 09:12
Forum: DCMTK - General
Topic: SOS,How to refresh the non-image area
Replies: 1
Views: 3924

SOS,How to refresh the non-image area

hi, when i change the size of image in Cview. non-image area can not refresh. Here is my code. i wanna know ,how to modify it // TestView.cpp : implementation of the CTestView class // #include "stdafx.h" #include "Test.h" #include "TestDoc.h" #include "TestView.h&...
by luyuxibaby
Tue, 2011-04-19, 08:01
Forum: DCMTK - General
Topic: SOS:about createScaledImage function
Replies: 2
Views: 3613

What exactly is your question? Looking at you code, there seem to be a couple of minor and major issues, e.g.: You are loading the same file twice (filename "txt.DCM" vs. "TXT.DCM"). You are using the same pointer for different DicomImage objects without deleting the previous in...
by luyuxibaby
Mon, 2011-04-18, 08:46
Forum: DCMTK - General
Topic: SOS:about createScaledImage function
Replies: 2
Views: 3613

SOS:about createScaledImage function

hello everybody I want to enlarge a image (*.dcm file). when i Use createScaledImage function, it show a messagebox to tell me hint of memory. The following is my code: PS:sorry,my english 's poor. my email 's luyuxibaby@163.com DcmFileFormat * pDicomFile=new DcmFileFormat(); OFCondition Fcond=pDico...