SCP2 DICOM Presentation contexts 에 관해 Presentation Contexts 장치 또는 시스템 간의 통신에서 중요한 역할 두 개의 장치가 통신하는 방법 -데이터의 콘텐츠와 인코딩-을 정의하기 위해 사용된다. 컨텍스트 ID 추상 구문 전송 구문 3가지로 구성된다. from pynetdicom.presentation import PresentationContext cx = PresentationContext() cx.context_id = 1 cx.abstract_syntax = '1.2.840.10008.1.1' cx.transfer_syntax = ['1.2.840.10008.1.2', '1.2.840.10008.1.2.4.50'] ########## 위의 프레젠트 컨텍스트 결과 ID: 1 Abstract Syntax: Verificatio.. 2023. 11. 6. pynetdicom 을 사용하여 DICOM Networking 시도 https://pydicom.github.io/pynetdicom/stable/tutorials/installation.html How to install pynetdicom — pynetdicom 2.0.3 documentation © Copyright 2018-2022, pynetdicom contributors. pydicom.github.io 설치하기 DICOM 통신이므로 다루기위해 우선 pydicom 이 있어야 한다. pip install -U pynetdicom python -m pip install -U pynetdicom pynetdicom이란 DICOM 네트워크를 구축하기 위한 프로토콜 등 도구들을 제공 TCP/IP 용 DICOM 상위 계층 프로토콜 Application Entity(AE.. 2023. 10. 7. 이전 1 다음