Searching Studies by "ParentPatient"

Is it possible to find studies by “ParentPatient” field (highlighted in below example) using /tools/find or any other method ?

{
“ID”: “9fcadbc3-58807fe5-05a2969e-ab4aafaa-af735eaa”,
“IsStable”: true,
“LastUpdate”: “20170822T012048”,
“MainDicomTags”: {
“StudyDate”: “20070101”,
“StudyDescription”: “Knee (R)”,
“StudyInstanceUID”: “1.2.826.0.1.3680043.8.1055.1.20111103111148288.98361414.79379639”,
“StudyTime”: “120000.000000”
},
“ParentPatient”: “b6589fc6-ab0dc82c-f12099d1-c2d40ab9-94e8410c”,
“PatientMainDicomTags”: {
“PatientID”: “0”,
“PatientName”: “Anonymized”
},
“Series”: [
“955c729e-c9eb72b5-9f54451d-e21321c2-bd1c5f5e”,
“f25393ac-688921fc-af27f927-7c218fae-9c191ef4”,
“ca02c935-139bd056-f5d97c70-fb903a21-30488ebf”,
“ebd09a41-a1f7f785-9becb7c4-6f17c676-841f1afc”,
“6c2fc32c-c17a5b81-8df89673-655286ef-52fb509c”,
“d9c62513-69aa3274-85183ee8-44e00f19-ffa83a41”
],
“Type”: “Study”
}

Hello,

Yes, use “/patients/{id}/studies” to retrieve the list of studies that belong to the same patient (in your question, “id” corresponds to “b6589fc6-ab0dc82c-f12099d1-c2d40ab9-94e8410c”).

HTH,
Sébastien-