comparison Sphinx/source/users/anonymization.rst @ 712:6c4fcd1ad337

bulk deletion
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Jun 2021 18:04:04 +0200
parents 4f658c25addd
children 33500fc0c0bb
comparison
equal deleted inserted replaced
711:4f658c25addd 712:6c4fcd1ad337
272 The output of the modification/anonymization lists all the resources 272 The output of the modification/anonymization lists all the resources
273 that have been altered by the call (including their parents). Here is 273 that have been altered by the call (including their parents). Here is
274 the output of the second sample above:: 274 the output of the second sample above::
275 275
276 { 276 {
277 "Description" : "REST API", 277 "Description" : "REST API",
278 "FailedInstancesCount" : 0, 278 "FailedInstancesCount" : 0,
279 "InstancesCount" : 2, 279 "InstancesCount" : 2,
280 "IsAnonymization" : true, 280 "IsAnonymization" : true,
281 "Resources" : [ 281 "Resources" : [
282 { 282 {
283 "ID" : "04c04806-27b01a5a-08ea66cb-cb36c8b9-ebe62fe3", 283 "ID" : "04c04806-27b01a5a-08ea66cb-cb36c8b9-ebe62fe3",
284 "Path" : "/instances/04c04806-27b01a5a-08ea66cb-cb36c8b9-ebe62fe3", 284 "Path" : "/instances/04c04806-27b01a5a-08ea66cb-cb36c8b9-ebe62fe3",
285 "Type" : "Instance" 285 "Type" : "Instance"
286 }, 286 },
302 { 302 {
303 "ID" : "5faa0bf8-8a45520b-3a07e536-fc24f241-f59ae3e1", 303 "ID" : "5faa0bf8-8a45520b-3a07e536-fc24f241-f59ae3e1",
304 "Path" : "/patients/5faa0bf8-8a45520b-3a07e536-fc24f241-f59ae3e1", 304 "Path" : "/patients/5faa0bf8-8a45520b-3a07e536-fc24f241-f59ae3e1",
305 "Type" : "Patient" 305 "Type" : "Patient"
306 } 306 }
307 ] 307 ]
308 } 308 }
309 309
310 310
311 311
312 .. _split-merge: 312 .. _split-merge:
313 313