Mercurial > hg > orthanc
diff OrthancServer/Sources/Database/FindRequest.h @ 5574:5a13483d12c5 find-refactoring
find-refactoring: attachments
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Fri, 26 Apr 2024 16:32:18 +0200 |
parents | b0b5546f1b9f |
children | 74cc31c8db2b |
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/FindRequest.h Thu Apr 25 17:07:33 2024 +0200 +++ b/OrthancServer/Sources/Database/FindRequest.h Fri Apr 26 16:32:18 2024 +0200 @@ -49,7 +49,8 @@ ResponseContent_Parent = (1 << 4), // get the id of the parent ResponseContent_Children = (1 << 5), // retrieve the list of children ids ResponseContent_ChildInstanceId = (1 << 6), // When you need to access all tags from a patient/study/series, you might need to open the DICOM file of a child instance - ResponseContent_IsStable = (1 << 7), // This is currently not saved in DB but it could be in the future. + ResponseContent_ChildrenMetadata = (1 << 7), // That is actually required to compute the series status but could be usefull for other stuffs. + ResponseContent_IsStable = (1 << 8), // This is currently not saved in DB but it could be in the future. ResponseContent_IdentifiersOnly = 0, ResponseContent_INTERNAL = 0x7FFFFFFF