我试着测试dcmqrscp的连接性。我使用了以下命令来启动dcmqrscp。
dcmqrscp --config C:\Dicom\config\dcmqrscp.cfg
请找到我使用的下面的配置文件。
NetworkTCPPort = 11113
MaxPDUSize = 16384
MaxAssociations = 16
HostTable BEGIN
acme1 = (ACME1, localhost, 1234)
acme2 = (ACME2, localhost, 5678)
acmeCTcompany = acme1, acme2
HostTable END
VendorTable BEGIN
"Acme CT Company" = acmeCTcompany
VendorTable END
AETable BEGIN
ACME_STORE C:\Dicom\echo RW (100, 1024mb) acmeCTcompany
AETable END
在运行dcmqrscp命令之前,我也创建了C:\Dicom\echo。以下echoscu命令用于测试dcmqrscp的连接性:echoscu -d localhost 11113 -aec ACME_STORE -aet ACME1
但我得到了以下错误:
D: $dcmtk: echoscu v3.6.0 2011-01-06 $
D:
D: Request Parameters:
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 Implementation Class UID:
D: Their Implementation Version Name:
D: Application Context Name: 1.2.840.10008.3.1.1.1
D: Calling Application Name: ACME1
D: Called Application Name: ACME_STORE
D: Responding Application Name: resp. AP Title
D: Our Max PDU Receive Size: 16384
D: Their Max PDU Receive Size: 0
D: Presentation Contexts:
D: Context ID: 1 (Proposed)
D: Abstract Syntax: =VerificationSOPClass
D: Proposed SCP/SCU Role: Default
D: Proposed Transfer Syntax(es):
D: =LittleEndianImplicit
D: Requested Extended Negotiation: none
D: Accepted Extended Negotiation: none
D: Requested User Identity Negotiation: none
D: User Identity Negotiation Response: none
D: ======================= END A-ASSOCIATE-RQ ======================
I: Requesting Association
D: Constructing Associate RQ PDU
F: Association Rejected:
F: Result: Rejected Permanent, Source: Service User
F: Reason: Called AE Title Not Recognized
我的一个观察是:在正常的echoscu操作中,数据字典是在echoscu的上述日志中加载correctly.But的,我们找不到任何数据字典加载操作。
你能帮我解决这个问题吗。
发布于 2018-02-07 09:22:41
您是否还确保目录C:\Dicom\echo是可写的?如果您将"acmeCTcompany“( "AE表”中的最后一列)更改为“任意”,它是否有效?无论如何,为了了解更多细节,我还将使用-d (-调试)启动dcmqrscp。
https://stackoverflow.com/questions/48654474
复制相似问题