https://pydicom.github.io/pynetdicom/stable/apps/storescu.html
의료 이미지 및 관련 데이터를 스토리지 서비스/장치로 전송하는데 사용
즉 다른 시스템 간 전송하는데 사용된다.
사용법
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의 약자로 생각하면 된다고 생각된다.
'Ect. > Library' 카테고리의 다른 글
VTK 의 작동 Flow (0) | 2023.12.12 |
---|---|
VTK in python - VTK and Cylinder (0) | 2023.12.06 |
pynetdicom 을 사용하여 DICOM Networking 시도 (1) | 2023.10.07 |
react-babylonjs 라이브러리 사용해보기 (1) | 2023.10.03 |
Ag-grid react 사용기 - 정렬(Sorting) (0) | 2023.09.06 |