comparison OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp @ 4294:0923247e69f6

log categories: rest -> http + added lua & jobs
author Alain Mazy <alain@mazy.be>
date Thu, 05 Nov 2020 11:43:32 +0100
parents 1661544ea94d
children 1263e727d048
comparison
equal deleted inserted replaced
4293:29729b7eb6ab 4294:0923247e69f6
1585 context.GetIndex().LookupIdentifierExact( 1585 context.GetIndex().LookupIdentifierExact(
1586 orthancId, ResourceType_Instance, DICOM_TAG_SOP_INSTANCE_UID, sopInstanceUids[i]); 1586 orthancId, ResourceType_Instance, DICOM_TAG_SOP_INSTANCE_UID, sopInstanceUids[i]);
1587 1587
1588 for (size_t j = 0; j < orthancId.size(); j++) 1588 for (size_t j = 0; j < orthancId.size(); j++)
1589 { 1589 {
1590 CLOG(INFO, REST) << "Storage commitment - Removing SOP instance UID / Orthanc ID: " 1590 CLOG(INFO, HTTP) << "Storage commitment - Removing SOP instance UID / Orthanc ID: "
1591 << sopInstanceUids[i] << " / " << orthancId[j]; 1591 << sopInstanceUids[i] << " / " << orthancId[j];
1592 1592
1593 Json::Value tmp; 1593 Json::Value tmp;
1594 context.GetIndex().DeleteResource(tmp, orthancId[j], ResourceType_Instance); 1594 context.GetIndex().DeleteResource(tmp, orthancId[j], ResourceType_Instance);
1595 } 1595 }