2016-07-13 27 views
0

WebGui와 함께 Orthanc Pacs Server를 설치하고 osirix dicom 샘플에서 몇 가지 dicom을 업로드합니다. dcm4che3 패키지의 findscu 명령에 문제가 있습니다. 내가/findscu -c [email protected] 전화했을 때 :Orthanc Pacs Server 및 dcm4che3 ToolKit 명령 findscu

org.dcm4che3.net.AssociationStateException: Sta1 - Idle 
    at org.dcm4che3.net.State.writeAReleaseRQ(State.java:223) 
    at org.dcm4che3.net.Association.release(Association.java:271) 
    at org.dcm4che3.tool.findscu.FindSCU.close(FindSCU.java:463) 
    at org.dcm4che3.tool.findscu.FindSCU.main(FindSCU.java:380) 

orthanc 로그 :

E0713 16:20:51.875545 main.cpp:180] Unknown remote DICOM modality AET: "FINDSCU" 

E0713 16:20:51.875589 CommandDispatcher.cpp:776] Find requests are disallowed for the AET "FINDSCU" 

E0713 16:20:51.875603 CommandDispatcher.cpp:852] DIMSE failure (aborting association): DIMSE Caller passed in an illegal association 

은 내가 필요가 있다고 생각 4242 -m PatientName = "WRIX를"나는 오류가 orthanc.json에 추가하십시오 FINDSCU 어떻게?

답변

1

Orthanc의 configuration fileDicomModalities 옵션에 양식 FINDSCU을 신고해야합니다. 그렇지 않으면 Orthanc은 보안 상 이유로 답변을 거부합니다. 자세한 내용은 Orthanc Book의 "Understanding DICOM with Orthanc"섹션을 참조하십시오.