command
module
Version:
v0.0.0-...-90775a5
Opens a new window with list of versions in this module.
Published: Nov 10, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
instance-binding-go
Sample project to consume DicomAvailableEvent
. This sample image will read dicom image from WADO-RS endpoint and print dicom tags.
Build
make docker-build
make docker-push
Test Locally
# In one terminal window
go run main.go
# In another terminal window
curl -XPOST -v "http://localhost:8080" \
-H "Ce-Id: 1234" \
-H "Ce-Specversion: 1.0" \
-H "Ce-Type: DicomAvailableEvent" \
-H "Ce-Source: curl" \
-H "Content-Type: application/json" \
-d '"https://ingestion-wado-imaging-ingestion.<domain>/wado-rs/studies/<study_id>/series/<series_id>/instances/<instance_id>"'
Documentation
¶
* (C) Copyright IBM Corp. 2021
*
* SPDX-License-Identifier: Apache-2.0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.