Built on top of go-dicom--a golang DICOM image parsing library and command line tool. Improvements that have made on top of go-dicom include: parsing and extracting multi-frame DICOM imagery (both encapsulated and native pixel data), exposing a Parser golang interface to make mock-based testing easier for clients, Channel-based streaming of Frames to a client as they are parsed out of the dicom, Parsing performance improvements, General refactors to the go-dicom code