Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
git.luolix.top/gradienthealth/dicom-protos
This repository contains generated protocol buffer representations of every DICOM attribute and module. These protocol buffers were generated using the software included in this repository and the innolitics JSON dump of the entire DICOM standard.
Check out our Golang DICOM parser repo as well, if you're interested in medical imaging.
Assuming you have golang and make installed:
git clone --recursive
into your $GOPATH or go get github.com/gradienthealth/dicom-protos
make run
and the protos will be deposited in the protos
directory.If you use docker you can simply do the following to regenerate the protocol buffers:
git clone --recursive
dicom-standard
submodule if there are new JSON definitions to pulldocker build . -t gradienthealth/dicom-protos
docker run -v $PWD/OUTPUT_PROTOS:/go/src/github.com/gradienthealth/dicom-protos/protos -it gradienthealth/dicom-protos make run
You can generate native representations of these DICOM protocol buffers in the language of your choice.
For example to generate golang representations of these data structures, you can simply run:
protoc --proto_path=. --go_out=:$GOPATH/src *.proto
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.