Code Monkey home page Code Monkey logo

go-dicom's Introduction

go-dicom

Golang based implementation of the DICOM standard.

Scripts

This repository holds different tools I use when working with different PACS servers.

dcmdump

Golang based DICOM file Metadata dump.

  • Current version assumes explicit VR for all fields (except of course for SQ items).

  • Missing private tags. Marked as MISSING in output and they generate an error to os.Stderr

  • Missing handling for VM. Backlash separator shown in value.

query-retrieve

Wrapper around dcm4chee’s findscu and getscu. It allows to find/get all studies for a patient or all patients in the PACS.

  • It generates json output that can list each instance (tries to, haven’t fully done proper json yet) to verify that the contents of what was retrieved match the elements in the archive.

  • Since it is doing a call to findscu or getscu per instance (or series) instead or reusing a single association, it is very slow.

qr

DICOM Q/R playground.

This dir is mostly a playground to better understand the DICOM Q/R standard. Nothing useful here.

LICENSE

This file is part of go-dicom.

Copyright © 2016 David Gamba Rios

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

go-dicom's People

Contributors

davidgamba avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.