comparison TODO @ 5656:a3c244090f67 find-refactoring

integration mainline->find-refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Jun 2024 13:24:04 +0200
parents 4a2bfda999c6
children 13b1ff603b37
comparison
equal deleted inserted replaced
5641:3f13db27b399 5656:a3c244090f67
124 https://groups.google.com/g/orthanc-users/c/y3-xa_GcdLM/m/m0Kr5G5UPAAJ 124 https://groups.google.com/g/orthanc-users/c/y3-xa_GcdLM/m/m0Kr5G5UPAAJ
125 * (1) Specify the transfer syntax in /tools/create-dicom 125 * (1) Specify the transfer syntax in /tools/create-dicom
126 https://groups.google.com/g/orthanc-users/c/o15Dekecgds/m/xmPE2y3bAwAJ 126 https://groups.google.com/g/orthanc-users/c/o15Dekecgds/m/xmPE2y3bAwAJ
127 * Support Palette PNG in /tools/create-dicom: 127 * Support Palette PNG in /tools/create-dicom:
128 https://discourse.orthanc-server.org/t/404-on-tools-create-dicom-endpoint-with-specific-png/3562 128 https://discourse.orthanc-server.org/t/404-on-tools-create-dicom-endpoint-with-specific-png/3562
129 * Support creation of DICOM files from MP4 in /tools/create-dicom 129 * Support creation of DICOM files from MP4 in /tools/create-dicom.
130 Sample python code: https://github.com/salimkanoun/OrthancGif/blob/new-organisation/python/create_dicom_video.py.
131 We would need to extract frame rate + dimension from the MP4 which would
132 require ffmpeg or a similar library -> can not be done in the Orthanc core.
133 -> keep it for a python plugin
134 -> or require the payload to include rows/columns/cinerate/...
130 * (1) In the /studies/{id}/anonymize route, add an option to remove 135 * (1) In the /studies/{id}/anonymize route, add an option to remove
131 secondary captures. They usually contains Patient info in the 136 secondary captures. They usually contains Patient info in the
132 image. The SOPClassUID might be used to identify such secondary 137 image. The SOPClassUID might be used to identify such secondary
133 captures. 138 captures.
134 * Support "/preview" and "/matlab" for LUT color images 139 * Support "/preview" and "/matlab" for LUT color images