comparison TODO @ 5649:4a2bfda999c6

todo
author Alain Mazy <am@orthanc.team>
date Mon, 03 Jun 2024 14:30:30 +0200
parents 72dcf3a8d7d5
children
comparison
equal deleted inserted replaced
5643:b1a18218860c 5649:4a2bfda999c6
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