Browsing this Thread:   1 Anonymous Users


 Bottom   Previous Topic   Next Topic  Register To Post



Query function id not working for me
Not too shy to talk
Joined:
2011/2/16 12:42
Group:
Registered Users
Posts: 10
Level : 2; EXP : 0
HP : 0 / 25
MP : 3 / 164
Offline
Hi All,
I have taken the below ds scripts from the example of DVTk. But they are not working for me. I am getting the error
Error: Attribute (0000,0002) value should start with digit(s).
When i check the Dicom tag for the attribute (0000,0002)i have the value of 0002,0000,File Meta Elements Group Len=154. Below is my SCU and SCP ds files.I have Definition File V 1.1.4 and DVTk 2.6.6.

## Example DVT Dicom Script
## Copyright (c) 2001-2005
## Philips Medical Systems NL B.V., Agfa-Gevaert N.V.

##
## Test Script for FIND SOP Classes - SCU
##

SEND ASSOCIATE-RQ (
PRESENTATION-CONTEXT-ITEMS
("Patient Root Query/Retrieve Information Model - FIND SOP Class",
"Implicit VR Little Endian")
)

RECEIVE ASSOCIATE-AC (
PRESENTATION-CONTEXT-ITEMS
("Patient Root Query/Retrieve Information Model - FIND SOP Class",
0,
"Implicit VR Little Endian")
)


SEND C-FIND-RQ "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")

(0x00080052, "PATIENT")
(0x00100010, "O*")
(0x00100020, "")
)

RECEIVE C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "PATIENT")
(0x00080054, "DVT")
(0x00100010, "One^Secondary Capture Image")
(0x00100020, "SC-I1")
)

RECEIVE C-FIND-RSP (
(0x00000900, 0x0000)
)


SEND C-FIND-RQ "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")

(0x00080052, "STUDY")
(0x00100020, "SC-I1")
(0x0020000D, "")
(0x00200010, "")
)

RECEIVE C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "STUDY")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "LABEL:StudyInstanceUid1")
(0x00200010, "1")
)

RECEIVE C-FIND-RSP (
(0x00000900, 0x0000)
)


SEND C-FIND-RQ "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")

(0x00080052, "SERIES")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "")
(0x00080060, "")
(0x00200011, "")
)

RECEIVE C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "SERIES")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "LABEL:SeriesInstanceUid1")
(0x00080060, "OT")
(0x00200011, "1")
)

RECEIVE C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "SERIES")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "LABEL:SeriesInstanceUid2")
(0x00080060, "OT")
(0x00200011, "2")
)

RECEIVE C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "SERIES")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "LABEL:SeriesInstanceUid3")
(0x00080060, "OT")
(0x00200011, "3")
)

RECEIVE C-FIND-RSP (
(0x00000900, 0x0000)
)


SEND C-FIND-RQ "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")

(0x00080052, "IMAGE")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid1")
(0x00080018, "")
(0x00200013, "")
)

RECEIVE C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "IMAGE")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid1")
(0x00080018, "LABEL:ImageInstanceUid1")
(0x00200013, "1")
)

RECEIVE C-FIND-RSP (
(0x00000900, 0x0000)
)


SEND C-FIND-RQ "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")

(0x00080052, "IMAGE")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid2")
(0x00080018, "")
(0x00200013, "")
)

RECEIVE C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "IMAGE")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid2")
(0x00080018, "LABEL:ImageInstanceUid1")
(0x00200013, "1")
)

RECEIVE C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "IMAGE")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid2")
(0x00080018, "LABEL:ImageInstanceUid2")
(0x00200013, "2")
)

RECEIVE C-FIND-RSP (
(0x00000900, 0x0000)
)

SEND C-FIND-RQ "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")

(0x00080052, "IMAGE")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid3")
(0x00080018, "")
(0x00200013, "")
)

RECEIVE C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "IMAGE")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid3")
(0x00080018, "LABEL:ImageInstanceUid1")
(0x00200013, "1")
)

RECEIVE C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "IMAGE")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid3")
(0x00080018, "LABEL:ImageInstanceUid2")
(0x00200013, "2")
)

RECEIVE C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "IMAGE")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid3")
(0x00080018, "LABEL:ImageInstanceUid3")
(0x00200013, "3")
)

RECEIVE C-FIND-RSP (
(0x00000900, 0x0000)
)


SEND RELEASE-RQ

RECEIVE RELEASE-RP

## Example DVT Dicom Script
## Copyright (c) 2001-2005
## Philips Medical Systems NL B.V., Agfa-Gevaert N.V.

##
## Test Script for FIND SOP Classes - SCP
##

RECEIVE ASSOCIATE-RQ (
PRESENTATION-CONTEXT-ITEMS
("Patient Root Query/Retrieve Information Model - FIND SOP Class",
"Implicit VR Little Endian")
)

SEND ASSOCIATE-AC (
PRESENTATION-CONTEXT-ITEMS
("Patient Root Query/Retrieve Information Model - FIND SOP Class",
0,
"Implicit VR Little Endian")
)


RECEIVE C-FIND-RQ "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")

(0x00080052, "PATIENT")
(0x00100010, "O*")
(0x00100020, "")
)

SEND C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "PATIENT")
(0x00080054, "DVT")
(0x00100010, "One^Secondary Capture Image")
(0x00100020, "SC-I1")
)

SEND C-FIND-RSP (
(0x00000900, 0x0000)
)


RECEIVE C-FIND-RQ "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")

(0x00080052, "STUDY")
(0x00100020, "SC-I1")
(0x0020000D, "")
(0x00200010, "")
)

SEND C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "STUDY")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "NEW:StudyInstanceUid1")
(0x00200010, "1")
)

SEND C-FIND-RSP (
(0x00000900, 0x0000)
)


RECEIVE C-FIND-RQ "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")

(0x00080052, "SERIES")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "")
(0x00080060, "")
(0x00200011, "")
)

SEND C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "SERIES")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "NEW:SeriesInstanceUid1")
(0x00080060, "OT")
(0x00200011, "1")
)

SEND C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "SERIES")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "NEW:SeriesInstanceUid2")
(0x00080060, "OT")
(0x00200011, "2")
)

SEND C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "SERIES")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "NEW:SeriesInstanceUid3")
(0x00080060, "OT")
(0x00200011, "3")
)

SEND C-FIND-RSP (
(0x00000900, 0x0000)
)


RECEIVE C-FIND-RQ "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")

(0x00080052, "IMAGE")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid1")
(0x00080018, "")
(0x00200013, "")
)

SEND C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "IMAGE")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid1")
(0x00080018, "NEW:ImageInstanceUid1")
(0x00200013, "1")
)

SEND C-FIND-RSP (
(0x00000900, 0x0000)
)


RECEIVE C-FIND-RQ "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")

(0x00080052, "IMAGE")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid2")
(0x00080018, "")
(0x00200013, "")
)

SEND C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "IMAGE")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid2")
(0x00080018, "NEW:ImageInstanceUid1")
(0x00200013, "1")
)

SEND C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "IMAGE")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid2")
(0x00080018, "NEW:ImageInstanceUid2")
(0x00200013, "2")
)

SEND C-FIND-RSP (
(0x00000900, 0x0000)
)

RECEIVE C-FIND-RQ "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")

(0x00080052, "IMAGE")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid3")
(0x00080018, "")
(0x00200013, "")
)

SEND C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "IMAGE")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid3")
(0x00080018, "NEW:ImageInstanceUid1")
(0x00200013, "1")
)

SEND C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "IMAGE")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid3")
(0x00080018, "NEW:ImageInstanceUid2")
(0x00200013, "2")
)

SEND C-FIND-RSP "Patient Root Query/Retrieve - FIND" (
(0x00000002, "Patient Root Query/Retrieve Information Model - FIND SOP Class")
(0x00000900, 0xFF00)

(0x00080052, "IMAGE")
(0x00080054, "DVT")
(0x00100020, "SC-I1")
(0x0020000D, "StudyInstanceUid1")
(0x0020000E, "SeriesInstanceUid3")
(0x00080018, "NEW:ImageInstanceUid3")
(0x00200013, "3")
)

SEND C-FIND-RSP (
(0x00000900, 0x0000)
)


RECEIVE RELEASE-RQ

SEND RELEASE-RP

Posted on: 2011/3/31 8:56
Transfer the post to other applications Transfer


Re: Query function id not working for me
Not too shy to talk
Joined:
2011/2/16 12:42
Group:
Registered Users
Posts: 10
Level : 2; EXP : 0
HP : 0 / 25
MP : 3 / 164
Offline
Attaching the images with all the tags present in the DICOM image

Attach file:



gif  Tags of the created DICOM imagegif.gif (23.37 KB)
2476_4d9426ab910f9.gif 965X347 px

Posted on: 2011/3/31 9:00
Transfer the post to other applications Transfer


Re: Query function id not working for me
Quite a regular
Joined:
2007/1/30 18:46
From USA
Group:
Registered Users
Posts: 22
Level : 3; EXP : 41
HP : 0 / 60
MP : 7 / 1113
Offline
The following references "Patient Root Query/Retrieve Information Model - FIND SOP Class" OR "Patient Root Query/Retrieve - FIND" do not exist in the C:\Program Files\Common Files\DVTk\Definition Files\DICOM\Patient Root Query-Retrieve Information Model - Find.def (version 1.1.4)

You must change "Patient Root Query/Retrieve Information Model - FIND SOP Class" AND "Patient Root Query/Retrieve - FIND" to "Patient Root QR Information Model - FIND SOP Class" in your DVT scripts. This should make your DVT scripts work you with success.

You also have to make sure the Definition files location is specified in the DVT Query Session file and if you are using the DVT GUI make sure the
Patient Root Query-Retrieve Information Model - Find.def is selected in the "Specify SOP Classes" Tab.

Posted on: 2011/3/31 19:32
Transfer the post to other applications Transfer


Re: Query function id not working for me
Not too shy to talk
Joined:
2011/2/16 12:42
Group:
Registered Users
Posts: 10
Level : 2; EXP : 0
HP : 0 / 25
MP : 3 / 164
Offline
1. The following references "Patient Root Query/Retrieve Information Model - FIND SOP Class" OR "Patient Root Query/Retrieve - FIND" do not exist in the C:\Program Files\Common Files\DVTk\Definition Files\DICOM\Patient Root Query-Retrieve Information Model - Find.def (version 1.1.4)

Ans: Sorry for not giving you the complete in formation.

I have 64 bit Win 7 OS so all my definition file are in C:\Program Files (X86)\Common Files\DVTk\Definition Files\DICOM\

Coming to Definition files in the previous version of Definition files there were 2 definition files

a. PatientRootQRRelational-FIND.def
b. PatientRootQueryRetrieve-FIND.def

But in the latest definition files there is only one i,e

a. Patient Root Query-Retrieve Information Model - Find.def

2. You must change "Patient Root Query/Retrieve Information Model - FIND SOP Class" AND "Patient Root Query/Retrieve - FIND" to "Patient Root QR Information Model - FIND SOP Class" in your DVT scripts. This should make your DVT scripts work you with success.

Ans: I have made the changes as told by you in my DVT scripts. SCU side i am getting success msg. But there are some problems in SCP side i am attaching the result files with this reply.

3. You also have to make sure the Definition files location is specified in the DVT Query Session file and if you are using the DVT GUI make sure the
Patient Root Query-Retrieve Information Model - Find.def is selected in the "Specify SOP Classes" Tab.

Ans:I have selected all the definition files from the Specify SOP Classes tab. Checked my session files Definition file directory is correct.

Thanks for helping me out.

Regard,
Raghavendra GH

Attach file:


zip results.zip Size: 31.98 KB; Hits: 196

Posted on: 2011/4/1 6:56
Transfer the post to other applications Transfer


Re: Query function id not working for me
Quite a regular
Joined:
2007/1/30 18:46
From USA
Group:
Registered Users
Posts: 22
Level : 3; EXP : 41
HP : 0 / 60
MP : 7 / 1113
Offline
Raghavendra GH,

I did exactly what you executed on the C-FIND DVT script 2.ds and the SCU results indicate PASS and the SCP results indicate Type 1 and Type 2 validation errors.

I will not spend time trying to correct these errors coming from the DVT Query_SCP.

The main purpose of this DVT C-FIND SCU to SCP communication is to Request and Receive.

From the QUERY_SCU standpoint this was accomplished with the SCU results showing validation passed by receiving what was expected (*.dcm files with the same data expected in the RECEIVE C-FIND-RSP in the SCU 2.ds).

The QUERY_SCP results validation errors did not stop the QUERY_SCP from returning the SEND C-FIND-RSP (SCP 2.ds) with the expected data in the *.dcm files.

All is well.

Enjoy your Query/Retrieve and Worklist journey.

-bfsantosjr.

Posted on: 2011/4/1 23:22
Transfer the post to other applications Transfer


Re: Gangbang chinoise vues black tube asiatique bon enfant apres temps d oł post on avril ?
Just popping in
Joined:
2011/5/18 8:10
Group:
Registered Users
Posts: 1
Level : 1; EXP : 0
HP : 0 / 0
MP : 0 / 0
Offline
err. i dont really understand what you are talking about. and google cannot translate it..

Posted on: 2011/5/18 9:00
_________________
We develop marketing strategies, Web Marketing, SEO and SEM (search engine marketing) for your business and create high-impact sites that translate into long-term results!
Transfer the post to other applications Transfer


Re: Query function id not working for me
Just popping in
Joined:
2011/5/24 3:54
Group:
Registered Users
Posts: 2
Level : 1; EXP : 2
HP : 0 / 0
MP : 0 / 3
Offline
error when instalation....

Posted on: 2011/5/24 3:56
_________________
see download mobile software blog, its complete blog to looking for downlaod software
Transfer the post to other applications Transfer



 Top   Previous Topic   Next Topic

 Register To Post


You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.

[Advanced Search]