dicom
dicom copied to clipboard
netdicom
Did you get rid of the Implementations in github.com/grailbio/go-netdicom? Would like to switch from grailbio, but dont want use both. Maybe i can implement a separate dcm server depending on your implementation.
hm if that library depended on certain APIs in the grailbio dicom parser, those have probably been changed or removed, as there was a lot of extensive refactoring done on our end (which has led to a lot of improvements imo, but did require cutting some things out). There is some support for querying a DICOM dataset here: https://github.com/suyashkumar/dicom/blob/master/query/queryretrieve.go
Will look into this more, but I'd love to explore some of the netdicom stuff!
Hello, just a quick note to say we are getting ready to archive https://github.com/grailbio/go-dicom and https://github.com/grailbio/go-netdicom. For go-dicom, we will point new users to this project, and for go-netdicom, we will point users to this issue to track any progress on DIMSE that is compatible with this project.