comparison OrthancServer/Plugins/Engine/OrthancPluginDatabaseV4.cpp @ 5776:de33982a0bf4 find-refactoring

wip: started implementing Find in PostgreSQL
author Alain Mazy <am@orthanc.team>
date Fri, 13 Sep 2024 11:57:14 +0200
parents 093a8693ba16
children 92298bfc5451
comparison
equal deleted inserted replaced
5775:9af45c841f59 5776:de33982a0bf4
1575 target->SetOneInstanceMetadataAndAttachments(source.one_instance_public_id(), metadata, attachments); 1575 target->SetOneInstanceMetadataAndAttachments(source.one_instance_public_id(), metadata, attachments);
1576 } 1576 }
1577 1577
1578 response.Add(target.release()); 1578 response.Add(target.release());
1579 } 1579 }
1580
1581 throw OrthancException(ErrorCode_NotImplemented);
1582 } 1580 }
1583 else 1581 else
1584 { 1582 {
1585 throw OrthancException(ErrorCode_NotImplemented); 1583 throw OrthancException(ErrorCode_NotImplemented);
1586 } 1584 }