Jeff Miller
Jeff Miller
I've run into a similar problem. There seem to be two ways around it 1. If you create a a ~/.stata_kernel.conf prior to running `python -m stata_kernel.install` that contains ```...
Thanks @kylebarron I will see what I can figure out.
I understand the limitations of the current implementation, but it appears that the examples listed in the readme explicitly show the datalink plugin doing exactly what warpdesign was requesting. Specifically...
I agree this is a nice idea as long as the server is setup to support C-GET, which I am not sure is always the case do to security issues....
This appears to be thrown from a function in pydicom that is supposed to remove all non-standard tags (https://www.medicalconnections.co.uk/kb/DICOM_Private_Elements). I'll take a closer look.
So, interestingly, the field it is throwing the exception on is not a private data element, but the "Exposure" which has a VR of IS (Integer String). It looks like...
On the bright-side, looking into this I learned about this: https://docs.python.org/2/library/contextlib.html#contextlib.contextmanager
@cancan101 started looking at pydicom tickets related to this issue and it seems you have been involved in the discussion https://github.com/darcymason/pydicom/pull/193 and https://github.com/darcymason/pydicom/pull/197 I guess I will leave this ticket...
Looks like there is a good solution for addressing this in https://github.com/darcymason/pydicom/pull/198 Will keep this open until this is pulled into a release. Thanks @kevlarkevin!
Hi, thanks for the suggestion. I don't have much experience with CTP, but I agree an option to plugin a preferred pixel anonymizer would be a nice feature. I think...