Dear all,
Using the following findscu command,
findscu -v -P -k 0008,0052="PATIENT" 0010,0020="KHIS001" -k 0010,0010 -k 0010,0030 -k 0010,0040 -k 0020,000d --call localhost 104
i am able to retrieve the patient information 0010,0010 0010,0030 0010,0040 and the study instance UID successfully.
then i tried in STUDY level,
findscu -v -S -k 0008,0052="STUDY" 0010,0020="KHIS001" -k 0020,0010 -k 0020,000d="1.2.840.113654.2.4.4.3.4.119950730134200" -k 0020,000e -k 0008,0020 -k 0008,0050 -k 0008,0060 -k 0008,1030 -k 0008,0090 --call localhost 104
i am able to retrieve all th above study informations and the series instance UID
next, in the SERIES level,
i am able to retrieve SOP instance UID.but i am NOT ABLE to retrieve the SERIES DATE(0008,0021),SERIES TIME(0008,0031) though the dcm file have series date and series time.
In the IMAGE level of query,
i am not able to retrieve BODY PART EXAMINED(0018,0015) IMAGE NUMBER(0020,0013) SLICE THICKNESS(0018,0050) SLICE LOCATION(0020,1041) etc.
no other information about images
i used the following command options,
findscu -v -P -k 0008,0052="IMAGE" 0010,0020="KHIS001" -k 0020,000d="1.2.840.113654.2.4.4.3.4.119950730134200" -k 0020,000e="1.2.840.113654.2.4.4.3.5.119950730134200" -k 0008,0018="1.2.840.113654.2.4.4.3.6.1.119950730.1807310414" -k 0020,0013 -k 0018,0050 -k 0020,1041 --call localhost 104
please help me if i have went wrong somewhere.
thanks in advance
shankari
problem in retrieving image,serie information via findscu QR
Moderator: Moderator Team
-
- Posts: 20
- Joined: Thu, 2005-03-10, 11:28
- Location: India
- Contact:
-
- ICSMED DICOM Services
- Posts: 2217
- Joined: Fri, 2004-10-29, 21:38
- Location: Oldenburg, Germany
All attributes that do not "work" -- apart from (0020,0013) Instance Number -- are optional according to the DICOM standard, so probably the SCP simply does not support them. (0018,0015) Body Part Examined is part of the Series Level and not part of the Instance Level.
Btw, your sample command lines are all invalid since you did not specify the AE title after option "--call". Furthermore, you omitted "-k" before 0010,0020="KHIS001".
Btw, your sample command lines are all invalid since you did not specify the AE title after option "--call". Furthermore, you omitted "-k" before 0010,0020="KHIS001".
Who is online
Users browsing this forum: Bing [Bot], Google [Bot] and 1 guest