Welcome to dicom-dimse-c-store-example!
This is a sample project which demonstrates how to quickly build a DIMSE C-STORE AE. It includes both an SCU and an SCP written using pynetdicom and pydicom libraries. Datasets sent through C-STORE operations are parsed and logged to console.
You can read more about how this works here.
Clone the repository:
git clone git@github.com:voltronstudio/dicom-dimse-c-store-exampleInstall project dependencies:
poetry installStart the SCP AE:
poetry run python ./dicom-dimse-c-store-example/scp.pyStart the SCU AE and send a C-STORE operation using a DICOM file stored locally:
poetry run python ./dicom-dimse-c-store-example/scu.py <path_to_dicoms>