Michael Folkerts

Results 7 issues of Michael Folkerts

### Environment - Pythonnet version: 2.5.1 - Python version: 3.8 (anaconda) - Operating System: Windows 10 ### Details - Describe what you were trying to get done. View C# object...

Please provide an openAPI spec file to allow consumers to auto-gen client libs. Thanks!

Our institution disables SMTP functionality on our e-mail accounts, forcing us to use their web client or some other native Exchange client (mobile or otherwise). We want our web apps...

Adding as feature request. In the meantime, I've attached and example from our Proton and Electron FLASH research that depends on [pynetdicom](https://github.com/pydicom/pynetdicom) (sister project of [pydicom](https://github.com/pydicom/pydicom)). It will need to...

Adding modern static type hinting for ESAPI DLLs and fill in their documentation from .xml files.

Implemented fast structure mask creation leveraging OpenCV's cv2.fillpoly(...) with contours from each slice read from ESAPI's Structure.GetContoursOnImagePlane(...). Boolean output only, when a lower slice (z) resolution is requested, the mask...

What's returned is the raw (unscaled) binary array like you'd get from the DICOM file. Slope and intercept values are needed to convert to true HU values. Same applies to...