Search found 17 matches

by Forward
Tue, 2011-06-21, 12:13
Forum: DCMTK - General
Topic: Creating a PAC
Replies: 6
Views: 5689

Hmm I changed both, SCP and SCU, to only inkove(receive) JPEG2000 SCP transfer_syntax.push_back(UID_JPEG2000TransferSyntax); m_scp.setPort(5678); m_scp.setAETitle("PACSERVER"); m_scp.addPresentationContext(UID_FINDPatientRootQueryRetrieveInformationModel, transfer_syntax); m_scp.addPresent...
by Forward
Tue, 2011-06-21, 11:27
Forum: DCMTK - General
Topic: Creating a PAC
Replies: 6
Views: 5689

Hmmm i used the log but seems the SCP is trying again to convert file from JPEG2000 to Little ENdian sendMessage: unable to convert DICOM file 'c:\ll.dcm' from 'JPEG 2000 (Lossless or Lossy)' transfer syntax to 'Little Endian Implicit' Can't understand why if i told that the transfer syntax could be...
by Forward
Tue, 2011-06-21, 10:52
Forum: DCMTK - General
Topic: Creating a PAC
Replies: 6
Views: 5689

Creating a PAC

Hi, Is there anyway i can use DcmSCP to simulate a PACServer? Here's an example what i'm trying to do DcmSCP m_scp; transfer_syntax.push_back(UID_LittleEndianImplicitTransferSyntax); transfer_syntax.push_back(UID_JPEG2000LosslessOnlyTransferSyntax); transfer_syntax.push_back(UID_DeflatedExplicitVRLi...
by Forward
Fri, 2011-05-27, 15:10
Forum: DCMTK - General
Topic: storeSCU to create new patient
Replies: 13
Views: 15567

D: Context ID: 41 (Transfer Syntaxes Not Supported) D: Abstract Syntax: =CTImageStorage D: Proposed SCP/SCU Role: Default D: Accepted SCP/SCU Role: Default D: Context ID: 43 (Accepted) D: Abstract Syntax: =CTImageStorage D: Proposed SCP/SCU Role: Default D: Accepted SCP/SCU Role: Default D: Accepte...
by Forward
Fri, 2011-05-27, 09:46
Forum: DCMTK - General
Topic: storeSCU to create new patient
Replies: 13
Views: 15567

The problem is that the command line clear the text from above, i will try it again and post the code ;) D: ====================== BEGIN A-ASSOCIATE-RQ ===================== D: Our Implementation Class UID: 1.2.276.0.7230010.3.0.3.6.0 D: Our Implementation Version Name: OFFIS_DCMTK_360 D: Their Impl...
by Forward
Fri, 2011-05-27, 09:19
Forum: DCMTK - General
Topic: storeSCU to create new patient
Replies: 13
Views: 15567

The problem is that the command line clear the text from above, i will try it again and post the code ;) D: ====================== BEGIN A-ASSOCIATE-RQ ===================== D: Our Implementation Class UID: 1.2.276.0.7230010.3.0.3.6.0 D: Our Implementation Version Name: OFFIS_DCMTK_360 D: Their Impl...
by Forward
Thu, 2011-05-26, 17:44
Forum: DCMTK - General
Topic: storeSCU to create new patient
Replies: 13
Views: 15567

dcmdump dcmdump.exe c:\ll.dcm # Dicom-File-Format # Dicom-Meta-Information-Header # Used TransferSyntax: Little Endian Explicit (0002,0000) UL 190 # 4, 1 FileMetaInforma tionGroupLength (0002,0001) OB 00\01 # 2, 1 FileMetaInforma tionVersion (0002,0002) UI =CTImageStorage # 26, 1 MediaStorageSOP Cl...
by Forward
Thu, 2011-05-26, 17:10
Forum: DCMTK - General
Topic: storeSCU to create new patient
Replies: 13
Views: 15567

Hmm tried, but didn't worked
by Forward
Wed, 2011-05-25, 17:31
Forum: DCMTK - General
Topic: storeSCU to create new patient
Replies: 13
Views: 15567

I tried to send the image now with storescu and the message was...
Unable to convert dataset from 'JPEG 2000 (Lossless or Lossy)' transfer syntax to ' Little Endian Implicit'
by Forward
Wed, 2011-05-25, 15:44
Forum: DCMTK - General
Topic: connect to PACS system biginner question
Replies: 30
Views: 44815

Try to use DIMSE_moveUser

if you can use findrequest you have all info to use moveUser to retrieve imae from PACS
by Forward
Tue, 2011-05-24, 08:51
Forum: DCMTK - General
Topic: storeSCU to create new patient
Replies: 13
Views: 15567

Hey, i'm not calling storescu.exe directly i use c++ After opening the connection i do this to send image retcode = dcmff.loadFile(filename, EXS_Unknown, EGL_noChange, DCM_MaxReadLength, ERM_autoDetect); VERIFY_ERROR(retcode); if (!DU_findSOPClassAndInstanceInDataSet(dcmff.getDataset(), sopClass, so...
by Forward
Mon, 2011-05-23, 17:46
Forum: DCMTK - General
Topic: storeSCU to create new patient
Replies: 13
Views: 15567

storeSCU to create new patient

Hello i'm using storeUser to send an image to PAC Server but it's strange because i don't tell him to store at any patient where he storage the image? And if i send an image that already exists it works fine but if i send an image that there's no connection with any patient at PAC Server it crashes ...
by Forward
Mon, 2011-05-16, 13:59
Forum: DCMTK - General
Topic: How to read findResponses ?
Replies: 8
Views: 8126

Thanks
While i wait for it, i will use the same way as movescu.exe get the image files
by Forward
Fri, 2011-05-13, 12:41
Forum: DCMTK - General
Topic: How to read findResponses ?
Replies: 8
Views: 8126

Thanks a lot ;)

Btw, i have other question
what's equivalent to movescu? i get the values but how can i get the image from server? DIMSERetreiveDataSet?
by Forward
Wed, 2011-05-04, 09:32
Forum: DCMTK - General
Topic: How to read findResponses ?
Replies: 8
Views: 8126

What's better,
performQuery or sendFINDRequest?