소스 검색

Add ctkDcmSCU class copied from dcmtk master

In order to get new functionality (especially C-GET) we
copy in the latest version of DcmSCU into a ctk-specific
class that can later be removed when the functionality
is in dcmtk itself.
Steve Pieper 13 년 전
부모
커밋
e75579d49f
3개의 변경된 파일3821개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      Libs/DICOM/Core/CMakeLists.txt
  2. 2630 0
      Libs/DICOM/Core/ctkDcmSCU.cc
  3. 1186 0
      Libs/DICOM/Core/ctkDcmSCU.h

+ 5 - 0
Libs/DICOM/Core/CMakeLists.txt

@@ -29,6 +29,11 @@ SET(KIT_SRCS
   ctkDICOMRetrieve.h
   ctkDICOMTester.cpp
   ctkDICOMTester.h
+  # enhanced DcmSCU class - to be removed when
+  # corresponding functionality is in a 
+  # DCMKT release - see notes in header file.
+  ctkDcmSCU.cc
+
 )
 
 # Abstract class should not be wrapped !

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2630 - 0
Libs/DICOM/Core/ctkDcmSCU.cc


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1186 - 0
Libs/DICOM/Core/ctkDcmSCU.h