comparison TODO @ 2286:72aef993b510

added 2 TODOs
author Alain Mazy <am@osimis.io>
date Wed, 21 Jun 2017 09:24:55 +0000
parents b3afbffbeda3
children bf91a1c36802
comparison
equal deleted inserted replaced
2285:b3afbffbeda3 2286:72aef993b510
30 Short-term 30 Short-term
31 ---------- 31 ----------
32 32
33 * Create multi-frame images with /tools/create-dicom (by adding a 33 * Create multi-frame images with /tools/create-dicom (by adding a
34 "MultiFrame" flag to avoid creating a series) 34 "MultiFrame" flag to avoid creating a series)
35 * In the POST /instances, add a ?force=true query arguments to force Orthanc to replace
36 the uploaded file even if it already exists in Orthanc. This is useful when transcoding
37 an image outside Orthanc and reuploading it. Since it has the same ids, its Orthanc ID
38 will be the same as the previous one.
39 * In the /studies/{id}/anonymize route, add an option to remove secondary captures.
40 They usually contains Patient info in the image. The SOPClassUID might be used to
41 identify such secondary captures.
35 42
36 --------- 43 ---------
37 Long-term 44 Long-term
38 --------- 45 ---------
39 46