moloney
moloney
I am working on an issue right now, where certain PDF files can take 30+ minutes to be converted to text by `pdfminer3`. There are some improvements I am working...
**Is your feature request related to a problem? Please describe.** If a user starts a C-FIND, then changes their mind and sends a C-CANCEL (and/or closes the association) it would...
**Is your feature request related to a problem? Please describe.** I am trying to use the `qrscp` app as a test node for my [dcm](https://github.com/moloney/dcm) software, where I have by...
This is some work-in-progress for adding data structures for creating a memory efficient summary of a sequence of meta data dictionaries (assuming a large number of keys/values repeat) and then...
During some of the recent DICOM -> Nifti conversations we discussed this need. It was mentioned that it wasn't really possible with the current API, but it was probably feasible...
Allows us to take a parsed CSA header and convert it back into a string. Useful for things like DICOM anonymization, or perhaps round tripping DICOM -> Nifti -> DICOM.
Add two main types: `ElemDict` and `ElemList`. Each can only store objects with an attribute `value`. Standard lookups with `__getitem__` and `get` return just this `value` attribute. To access the...
Private elements can be relocated (group number will change) and some popular PACS will absolutely do this to data passing through them. Instead of looking up an absolute `(group_number, element_number)`...
Does this project scrub the high bits in PixelData (above "BitsStored" and below "BitsAllocated") to clear out overlays stored this way? Initially I thought this is what the pixel cleaner...
One potential use case for this package is to avoid writing a DSL for selecting / filtering data. However the ability to work with strings is quite limited compared to...