While performing C-Find SCU on Worklists, I get a query with 25 fields from Philips Ingenia Systems. Is it possible to remove the unnecessary fields from the query and trim it down only to the relevant 5 - 6 fields before querying the worklist files?
Received worklist query from remote modality INGENIA:
{
“0008,0050” : “”,
“0008,0090” : “”,
“0008,1110” : [],
“0010,0010” : “”,
“0010,0020” : “”,
“0010,0030” : “”,
“0010,0040” : “”,
“0010,1000” : “”,
“0010,1030” : “”,
“0010,2000” : “”,
“0010,2110” : “”,
“0010,2160” : “”,
“0010,21b0” : “”,
“0010,21c0” : null,
“0010,4000” : “”,
“0020,000d” : “”,
“0032,1032” : “”,
“0032,1033” : “”,
“0032,1060” : “”,
“0032,1064” :
[
{
“0008,0100” : “”,
“0008,0102” : “”,
“0008,0103” : “”,
“0008,0104” : “”
}
],
“0038,0300” : “”,
“0040,0100” :
[
{
“0008,0060” : “”,
“0032,1070” : “”,
“0040,0001” : “”,
“0040,0002” : “20230406-20230416”,
“0040,0003” : “”,
“0040,0004” : “”,
“0040,0005” : “”,
“0040,0006” : “”,
“0040,0007” : “”,
“0040,0008” :
[
{
“0008,0100” : “”,
“0008,0102” : “”,
“0008,0103” : “”,
“0008,0104” : “”
}
],
“0040,0009” : “”,
“0040,0010” : “”,
“0040,0011” : “”,
“0040,0012” : “”,
“0040,0020” : “”,
“0040,0400” : “”
}
],
“0040,1001” : “”,
“0040,1010” : “”,
“0040,1400” : “”,
“0040,2400” : “”
}
I want to trim it down to keep just “0040,0002” : “20230406-20230416”, in the worklist query.