comparison OrthancServer/Sources/Database/OrthancIdentifiers.cpp @ 5702:359a8adb3802 find-refactoring

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Jul 2024 15:17:26 +0200
parents 3f13db27b399
children afd421225eb4
comparison
equal deleted inserted replaced
5701:388aef262b1b 5702:359a8adb3802
192 } 192 }
193 } 193 }
194 194
195 195
196 void OrthancIdentifiers::SetLevel(ResourceType level, 196 void OrthancIdentifiers::SetLevel(ResourceType level,
197 const std::string id) 197 const std::string& id)
198 { 198 {
199 switch (level) 199 switch (level)
200 { 200 {
201 case ResourceType_Patient: 201 case ResourceType_Patient:
202 SetPatientId(id); 202 SetPatientId(id);