Sean Doyle
Sean Doyle
Hi - I just tried building dcmqi (retrieved via ```git clone https://github.com/QIICR/dcmqi.git``` on a new Ubuntu 18.04 machine using the following set of commands: ``` mkdir dcmqi-superbuild cd dcmqi-superbuild/ cmake...
#### Describe the changes `generated_concept_dicts.py` was modified to add '__' to names which were also keywords in Python. New versions of the dictionary codes in python/sr/* were generated by ```python...
One of the codes in codes.cid3716 can not be accessed as a Python attribute. I would expect all codes to be accessible in a consistent manner. In a python interpreter...
apt-get couldn't find libopencv2.4-dev - but I already had libopencv-dev 2.4.8. When I issue 'make' I get most of the way through the compile - but then it throws this...
In row 12 of [TID 1501](http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_A.html#sect_TID_1501) it appears that text entries can be added to the object; the Content Item Description for this line states `Allows encoding a flat list...
Highdicom doesn't have support for TID 1604 (Image Library). This would be useful for encoding imaging attributes (imaging orientation, slice thickness, pixel spacing) for clients interpreting Comprehensive 2D SRs before...
### PR Checklist - [ ] Added support for rendering [TID 1410](https://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_A.html#sect_TID_1410) by adding a relationship type. - [ ] Passes pixelmed SR validator: ``` ./DicomSRValidator.sh ~/Development/github/highdicom/ohif_test.dcm Found Comprehensive3DSR IOD...
I'm using the latest code (pocketsphinx, sphinxbase, and node-pocketsphinx) from git in Ubuntu 14.04 with Node v0.10.36. When I try to run 'node index.js' from the demo directory I get...
According to the[ DICOM standard ](https://dicom.nema.org/medical/Dicom/2017c/output/chtml/part03/sect_C.10.5.html#sect_C.10.5.1.2)- a the pixel coordinates in a GSPS identify the upper left corner of each pixel. Weasis renders graphic overlays interpreting the pixel coordinates as...
If I uncomment the code to define USE_UIGETSCREENIMAGE I get a blank screen. When I step through the code I see that UIGetScreenImage() returns 0x0. I'm guessing I need to...