comparison OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp @ 5665:d8c86698110c find-refactoring

implemented computed tag: Instance Availability
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Jul 2024 14:36:24 +0200
parents a3c244090f67
children dc96401dbe88
comparison
equal deleted inserted replaced
5664:301212a3fa08 5665:d8c86698110c
3479 const DicomToJsonFormat format = OrthancRestApi::GetDicomFormat(call, DicomToJsonFormat_Human); 3479 const DicomToJsonFormat format = OrthancRestApi::GetDicomFormat(call, DicomToJsonFormat_Human);
3480 3480
3481 std::set<DicomTag> requestedTags; 3481 std::set<DicomTag> requestedTags;
3482 OrthancRestApi::GetRequestedTags(requestedTags, call); 3482 OrthancRestApi::GetRequestedTags(requestedTags, call);
3483 3483
3484 if (false) 3484 if (true)
3485 { 3485 {
3486 /** 3486 /**
3487 * EXPERIMENTAL VERSION 3487 * EXPERIMENTAL VERSION
3488 **/ 3488 **/
3489 3489