{"id":18366233,"url":"https://github.com/pydicom/node-dcm","last_synced_at":"2026-04-18T07:31:38.422Z","repository":{"id":79360635,"uuid":"91921452","full_name":"pydicom/node-dcm","owner":"pydicom","description":"Dockerized nodes for dicom (under development)","archived":false,"fork":false,"pushed_at":"2017-05-30T03:42:16.000Z","size":1185,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-15T20:25:13.942Z","etag":null,"topics":["dicom","docker","gce","node","pydicom","pynetdicom3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pydicom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-20T23:11:22.000Z","updated_at":"2022-10-25T09:27:43.000Z","dependencies_parsed_at":"2023-03-12T07:53:12.565Z","dependency_job_id":null,"html_url":"https://github.com/pydicom/node-dcm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pydicom/node-dcm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydicom%2Fnode-dcm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydicom%2Fnode-dcm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydicom%2Fnode-dcm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydicom%2Fnode-dcm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pydicom","download_url":"https://codeload.github.com/pydicom/node-dcm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydicom%2Fnode-dcm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31961094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dicom","docker","gce","node","pydicom","pynetdicom3"],"created_at":"2024-11-05T23:16:48.667Z","updated_at":"2026-04-18T07:31:38.406Z","avatar_url":"https://github.com/pydicom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-dcm\n\nThis will provide recipes for basic Docker images using [pynetdicom3](https://github.com/scaramallion/pynetdicom3) and [pydicom](https://github.com/darcymason/pydicom) to implement different kinds of Service Class Providers and Service Class Users. I'm still learning a lot about Dicom, so this is a work in progress!\n\n## Getting Started\nFirst, you should build your image base. We will create an image, and download test dicom datasets into it.\n\n```\ngit clone https://www.github.com/pydicom/node-dcm\ncd node-dcm\ndocker build -t vanessa/nodedcm .\n```\n\nNext, let's start our set of images (a nginx web server and node dcm) with docker-compose.\n\n```\ndocker-compose up -d\n```\n\nThen get the name programatically, and shell into it\n\n```\nNAME=$(docker ps -aqf \"name=nodedcm_node_1\")\ndocker exec -it $NAME bash\n```\n\nYou will be sitting at the base, in `/code`, which is also mounted to the host. This means that you can make changes locally (on the host) and they will be represented in the container. For any changes to your applications, you will usually need to restart. Let's first download some sample dicoms to `/data`\n\n```\n./scripts/get_datasets.sh\nls /data\ncookie-1   cookie-19  cookie-28  cookie-37  cookie-46  cookie-55  cookie-64\ncookie-10  cookie-2   cookie-29  cookie-38  cookie-47  cookie-56  cookie-65\ncookie-11  cookie-20  cookie-3\t cookie-39  cookie-48  cookie-57  cookie-66\ncookie-12  cookie-21  cookie-30  cookie-4   cookie-49  cookie-58  cookie-67\ncookie-13  cookie-22  cookie-31  cookie-40  cookie-5   cookie-59  cookie-68\ncookie-14  cookie-23  cookie-32  cookie-41  cookie-50  cookie-6   cookie-69\ncookie-15  cookie-24  cookie-33  cookie-42  cookie-51  cookie-60  cookie-7\ncookie-16  cookie-25  cookie-34  cookie-43  cookie-52  cookie-61  cookie-8\ncookie-17  cookie-26  cookie-35  cookie-44  cookie-53  cookie-62  cookie-9\ncookie-18  cookie-27  cookie-36  cookie-45  cookie-54  cookie-63\n```\n\nFor examples of how to use and test, please see the [examples](examples) folder. So far, I've started the following examples:\n\n - [echo](examples/echo)\n\n\n**under development**\n\n\n## Google Cloud\nIt will probably be the case that we want to eventually test on Google Cloud, and it is important to open the [dicom ports](https://en.wikipedia.org/wiki/DICOM#Port_numbers_over_IP) to allow this. Better instructions will be written, but for now here are the simple steps to open ports. \n\nTo deploy on Google Cloud, the (manual) way is to create an ubuntu:16.04 instance, and then build the image as follows. In the case of needing to open/close ports, you will need to do this in the cloud console. For example, I needed to expose port 104 for an instance running CTP:\n\n1. Go to cloud.google.com\n2. Go to my Console\n3. Choose you Project.\n4. Choose \"Networking\"\n5. Choose \"Firewalls rules\"\n6. Choose the interface for you Instances.\n7. In firewalls section, Go to Create New.\n8. Create your rule, in this case \"Protocols \u0026 Ports\" would be \"tcp:104\"\n9. Save\n\n\n## Links\n\n- [FHIR](https://www.hl7.org/fhir/documentation.html)\n- [Dicom (Wikipedia)](https://en.wikipedia.org/wiki/DICOM)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpydicom%2Fnode-dcm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpydicom%2Fnode-dcm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpydicom%2Fnode-dcm/lists"}