Mercurial > hg > orthanc-book
comparison Sphinx/source/faq/features.rst @ 946:d7f03f325544
LastUpdate for delete
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 22 May 2023 18:01:31 +0200 |
parents | b9eb59d73a42 |
children | 2038eb1f55bb |
comparison
equal
deleted
inserted
replaced
945:11d7d30ca273 | 946:d7f03f325544 |
---|---|
129 Here are the main metadata handled by the Orthanc core: | 129 Here are the main metadata handled by the Orthanc core: |
130 | 130 |
131 * ``ReceptionDate`` records when a DICOM instance was received by | 131 * ``ReceptionDate`` records when a DICOM instance was received by |
132 Orthanc. Similarly, ``LastUpdate`` records, for each | 132 Orthanc. Similarly, ``LastUpdate`` records, for each |
133 patient/study/series, the last time a DICOM instance was added to | 133 patient/study/series, the last time a DICOM instance was added to |
134 this resource. | 134 this resource. Starting with Orthanc 1.12.1, ``LastUpdate`` is also |
135 updated when a child resource is deleted. | |
135 * ``RemoteAET`` records the AET of the modality that has sent some | 136 * ``RemoteAET`` records the AET of the modality that has sent some |
136 DICOM instance to Orthanc using the DICOM protocol. | 137 DICOM instance to Orthanc using the DICOM protocol. |
137 * ``ModifiedFrom`` and ``AnonymizedFrom`` hold from which original | 138 * ``ModifiedFrom`` and ``AnonymizedFrom`` hold from which original |
138 resource, a resource was modified or anonymized. The presence of | 139 resource, a resource was modified or anonymized. The presence of |
139 this metadata indicates that the resource is the result of a | 140 this metadata indicates that the resource is the result of a |