본문 바로가기
Ect./Library

pynetdicom 의 storescu에 대해

by 쿠리의일상 2023. 10. 8.

https://pydicom.github.io/pynetdicom/stable/apps/storescu.html

 

storescu — pynetdicom 2.0.3 documentation

© Copyright 2018-2022, pynetdicom contributors.

pydicom.github.io

 

 

의료 이미지 및 관련 데이터를 스토리지 서비스/장치로 전송하는데 사용
즉 다른 시스템 간 전송하는데 사용된다.


사용법

python -m pynetdicom storescu [options] addr port path

 

storescu 는 스토리지 서비스 클래스 사용자(SCU)를 구현

애플리케이션 엔티티와의 연결을 요청하고, 연결이 설정되면 하나 이상의 SOP 인스턴스 전송을 요청한다.

  • addr: TCP/IP address or hostname of DICOM peerportTCP/IP
  • port: number of peerpath
  • path: to the DICOM file or directory containing DICOM files that are to be transmitted

 

즉 store + scu의 약자로 생각하면 된다고 생각된다.