comparison OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp @ 5655:65a509cac161

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Jun 2024 20:37:03 +0200
parents f048683aa619
children a3c244090f67 0c218d90096e
comparison
equal deleted inserted replaced
5654:b89439c14916 5655:65a509cac161
3687 if (documentLimitField) 3687 if (documentLimitField)
3688 { 3688 {
3689 call.GetDocumentation() 3689 call.GetDocumentation()
3690 .SetRequestField(LIMIT_TO_THIS_LEVEL_MAIN_DICOM_TAGS, RestApiCallDocumentation::Type_Boolean, 3690 .SetRequestField(LIMIT_TO_THIS_LEVEL_MAIN_DICOM_TAGS, RestApiCallDocumentation::Type_Boolean,
3691 "Only reconstruct this level MainDicomTags by re-reading them from a random child instance of the resource. " 3691 "Only reconstruct this level MainDicomTags by re-reading them from a random child instance of the resource. "
3692 "This option is much faster than a full reconstruct and is usefull e.g. if you have modified the " 3692 "This option is much faster than a full reconstruct and is useful e.g. if you have modified the "
3693 "'ExtraMainDicomTags' at the Study level to optimize the speed of some C-Find. " 3693 "'ExtraMainDicomTags' at the Study level to optimize the speed of some C-Find. "
3694 "'false' by default. (New in Orthanc 1.12.4)", false); 3694 "'false' by default. (New in Orthanc 1.12.4)", false);
3695 } 3695 }
3696 } 3696 }
3697 3697