Browsing this Thread:   1 Anonymous Users


 Bottom   Previous Topic   Next Topic  Register To Post



Problem with PRINT-SCP
Just popping in
Joined:
2008/10/21 15:32
Group:
Registered Users
Posts: 2
Level : 1; EXP : 2
HP : 0 / 0
MP : 0 / 9
Offline
Hi all,

Hello,

I am testing my application against DVT DICOM Print SCP Emulator.
Everything ok until the N-SET RQ for Basic Grayscale Image Box SOP Class. I've get below errors:

Error: No Command and/or Dataset definition found - validation skipped

Error: No Dataset definition found - no validation done

Error: Name: "DICOM" Version: "3.0"

Details on my N-SET RQ are below:

Received:
N-SET-RQ
(0x00000000,"0x0000007A") # Group 0000 Length
(0x00000003,"1.2.840.10008.5.1.1.4") # Requested SOP Class UID
(0x00000100,"0x0120") # Command Field
(0x00000110,"0x0004") # Message ID
(0x00000800,"0x0202") # Data Set Type
(0x00001001,"1.3.6.1.4.1.30071.6.126173088755.3709681699326618.1.1") # Requested SOP Instance UID


(0x20200000,UL,0x028DB05E) #
(0x20200010,US,0x0001) # Image Position
(0x20200110,SQ,
# Item Number 1
# (0xFFFEE000, UNDEFINED) # ItemIntroducer
>(0x00280002,US,0x0001) # Samples per Pixel
>(0x00280004,CS,"MONOCHROME1 ") # Photometric Interpretation
>(0x00280008,IS,"1 ") # Number of Frames
>(0x00280010,US,0x13EC) # Rows
>(0x00280011,US,0x1068) # Columns
>(0x00280100,US,0x0010) # Bits Allocated
>(0x00280101,US,0x000C) # Bits Stored
>(0x00280102,US,0x000B) # High Bit
>(0x00280103,US,0x0000) # Pixel Representation
>(0x7FE00010,OB,"C:\Documents and Settings\Kubilay\Belgelerim\DVTk\Projects\Examples\scripts\print\scp\results\B16_0008.pix") # Pixel Data
# (0xFFFEE00D, 0) # ItemDelimiter
# (0xFFFEE0DD, 0) # SequenceDelimiter
) # Basic Grayscale Image Sequence with length of: UNDEFINED


DISPLAY: Command Set attributes
(0x00000000,"0x0000007A") # Group 0000 Length
(0x00000003,"1.2.840.10008.5.1.1.4") # Requested SOP Class UID
(0x00000100,"0x0120") # Command Field
(0x00000110,"0x0004") # Message ID
(0x00000800,"0x0202") # Data Set Type
(0x00001001,"1.3.6.1.4.1.30071.6.126173088755.3709681699326618.1.1") # Requested SOP Instance UID
Data Set attributes
(0x20200000,UL,0x028DB05E) #
(0x20200010,US,0x0001) # Image Position
(0x20200110,SQ,
# Item Number 1
# (0xFFFEE000, UNDEFINED) # ItemIntroducer
>(0x00280002,US,0x0001) # Samples per Pixel
>(0x00280004,CS,"MONOCHROME1 ") # Photometric Interpretation
>(0x00280008,IS,"1 ") # Number of Frames
>(0x00280010,US,0x13EC) # Rows
>(0x00280011,US,0x1068) # Columns
>(0x00280100,US,0x0010) # Bits Allocated
>(0x00280101,US,0x000C) # Bits Stored
>(0x00280102,US,0x000B) # High Bit
>(0x00280103,US,0x0000) # Pixel Representation
>(0x7FE00010,OB,"C:\Documents and Settings\Kubilay\Belgelerim\DVTk\Projects\Examples\scripts\print\scp\results\B16_0008.pix") # Pixel Data
# (0xFFFEE00D, 0) # ItemDelimiter
# (0xFFFEE0DD, 0) # SequenceDelimiter
) # Basic Grayscale Image Sequence with length of: UNDEFINED

VALIDATE N-SET-RQ Abstract Image Box
N-SET-RQ

Module: N-SET-RQ (M)
Attribute Def VR Dcm VR Type Pr Len Attribute Name Value(s) and Comments
(0000,0000) UL - 1 + 4 Group 0000 Length 0x0000007A=122

(0000,0003) UI - 1 + 22 Requested SOP Class UID 1.2.840.10008.5.1.1.4

(0000,0100) US - 1 + 2 Command Field 0x0120=288

(0000,0110) US - 1 + 2 Message ID 0x0004=4

(0000,0800) US - 1 + 2 Data Set Type 0x0202=514

(0000,1001) UI - 1 + 54 Requested SOP Instance UID 1.3.6.1.4.1.30071.6.126173088755.3709681699326618.1.1


Can anyone help me to understand what went wrong.

Note: I've checked load the correct Definition Files in DVT.

Thanks in advanced

Kubilay

Posted on: 2011/10/3 18:08
Transfer the post to other applications Transfer


Re: Problem with PRINT-SCP
Webmaster
Joined:
2005/6/21 15:06
Group:
Webmasters
Registered Users
Core Developers
Content Owners
Steering Committee Members
Services Request Listeners
Webinar organisation
Posts: 249
Level : 14; EXP : 75
HP : 0 / 343
MP : 83 / 7952
Offline

Hi Kubilay,

with DVT 2.6.6 and definition files 1.1.10, I tried to reproduce the problem but was not able to do so.

I sent the following N-SET-RQ to the printer SCP emulator and was able to see the validation results with no warnings:

Received:
N-SET-RQ

(0x00000000,"0x00000070") # Group 0000 Length
(0x00000003,"1.2.840.10008.5.1.1.4") # Requested SOP Class UID
(0x00000100,"0x0120") # Command Field
(0x00000110,"0x0012") # Message ID
(0x00000800,"0x0202") # Data Set Type
(0x00001001,"1.2.826.0.1.3680043.2.1545.1.1320765530.0.0") # Requested SOP Instance UID


Are you already using the latest DVT and definition files versions?
If not, can you try to upgrade this and tell me if this solved the problem?

Regards,
Marco

 


Posted on: 2011/11/8 16:23
Transfer the post to other applications Transfer


Re: Problem with PRINT-SCP
Just popping in
Joined:
2011/4/20 10:01
Group:
Registered Users
Posts: 3
Level : 1; EXP : 10
HP : 0 / 2
MP : 1 / 16
Offline
Hey!

I'm new to DVT scripting and I received the same error message. It happened while trying to test the C-FIND command using DVT as SCP and a DICOM workstation as SCU. I used the following script :
"
RECEIVE ASSOCIATE-RQ(
PRESENTATION-CONTEXT-ITEMS
("1.2.840.10008.5.1.4.1.2.2.1", "Implicit VR Little Endian", "Explicit VR Little Endian", "Explicit VR Big Endian" )
)

SEND ASSOCIATE-AC(
PRESENTATION-CONTEXT-ITEMS
("1.2.840.10008.5.1.4.1.2.2.1", 0, "Implicit VR Little Endian")
)

RECEIVE C-FIND-RQ "Study Root Query/Retrieve - FIND"(
(0x00000002, "1.2.840.10008.5.1.4.1.2.2.1")
(0x00000110, 0x0001)

(0x00080052, "STUDY")
(0x00100020, "IS000789")
(0x0020000D, "")
)

SEND C-FIND-RSP "Study Root Query/Retrieve - FIND"(
(0x00000002, "1.2.840.10008.5.1.4.1.2.2.1")
(0x00000120, 0x0001)
(0x00000900, 0xFF00)

(0x00080052, "STUDY")
(0x00080054, "DVT")
(0x00100020, "IS000789")
(0x0020000D, "CT")
)

SEND C-FIND-RSP "Study Root Query/Retrieve - FIND"(
(0x00000002, "1.2.840.10008.5.1.4.1.2.2.1")
(0x00000120, 0x0001)
(0x00000900, 0x0000)
)

RECEIVE RELEASE-RQ

SEND RELEASE-RP
"

and received those errors :

"...
VALIDATE C-FIND-RQ Study Root Query/Retrieve - FIND
Against reference Command: C-FIND-RQ
Against reference Dataset: Study Root Query/Retrieve - FIND
C-FIND-RQ

Error: No Command and/or Dataset definition found - validation skipped
Link to Summary Result

Error: No Dataset definition found - no validation done
Link to Summary Result

Error: Name: "DICOM" Version: "3.0"
Link to Summary Result
Association open 0.03 seconds
"

Could anyone help me finding out where does the error come from? It's probably a simple error, but as I said, I just started to write my first DICOM scripts.

Regards

Posted on: 2012/7/18 13:06
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]