Thanks for the clarification on the alias! We didn't know we could use the hex numbers instead of aliases.
Regarding your other question, this is the query being run by osirix (we tcpdumped the query):
GET /dicom-web/studies?StudyDate=20220525-&includefield=00080020&includefield=00080030&includefield=00080050&includefield=00080061&includefield=00080080&includefield=00080090&includefield=00081030&includefield=00081050&includefield=00100010&includefield=00100020&includefield=00100030&includefield=00100040&includefield=0020000D&includefield=00200010&includefield=00201208&includefield=00324000&includefield=40080212&includefield=00020010
It matches Orthanc logs though
I0606 20:34:31.314133 PluginsManager.cpp:161] (plugins) Body of the call from QIDO-RS to /tools/find: {
"Expand" : true,
"Full" : true,
"Level" : "Study",
"Limit" : 0,
"Query" :
{
"0008,0020" : "20220606-"
},
"RequestedTags" :
[
"0002,0010",
"0008,0020",
"0008,0030",
"0008,0050",
"0008,0056",
"0008,0061",
"0008,0080",
"0008,0090",
"0008,0201",
"0008,1030",
"0008,1050",
"0010,0010",
"0010,0020",
"0010,0030",
"0010,0040",
"0020,000d",
"0020,0010",
"0020,1206",
"0020,1208",
"0032,4000",
"4008,0212"
],
"Since" : 0
}