{
  "DCMQUERYCLIENTTAGPREFERENCES" : {
    "levelToList" : {
      "STUDY" : {
        "white" : [ [ "0010,0020", "LO" ], [ "0008,0050", "SH" ], [ "0010,0030", "DA" ], [ "0010,0040", "CS" ], [ "0008,0030", "TM" ], [ "0008,0061", "CS" ], [ "0020,1206", "IS" ], [ "0020,1208", "IS" ], [ "0010,0010", "PN" ], [ "0020,0010", "SH" ], [ "0008,0020", "DA" ], [ "0008,1030", "LO" ], [ "0020,000D", "UI" ] ],
        "black" : [ ]
      },
      "IMAGE" : {
        "white" : [ [ "0020,0013", "IS" ], [ "0008,0018", "UI" ], [ "0020,000E", "UI" ], [ "0020,000D", "UI" ] ],
        "black" : [ ]
      },
      "SERIES" : {
        "white" : [ 
        	//These first 2 are dupes from the study level query (PID and Accession #)
        	//Normally, these will be the same for every series in a study, but they're pretty important so we ask for them
        	//again at series level to make sure we're not displaying the wrong value for any of them.
        	[ "0010,0020", "LO" ], [ "0008,0050", "SH" ],
        	[ "0020,0011", "IS" ], [ "0008,0031", "TM" ], [ "300A,0004", "ST" ], [ "0008,103E", "LO" ], [ "0020,1209", "IS" ], [ "0018,1030", "LO" ], [ "0008,0060", "CS" ], [ "3002,0004", "ST" ], [ "300A,0002", "SH" ], [ "3002,0003", "LO" ], [ "3004,0006", "LO" ], [ "0008,0021", "DA" ], [ "3002,0002", "SH" ], [ "0008,0020", "DA" ], [ "300A,0003", "LO" ], [ "0020,000E", "UI" ] ],
        // I'm not sure if patient name is "legit" at series-level or not, but it seems to screw some systems up (specifically, Merge) so...
        "black" : [[ "0010,0010", "PN" ]]
      },
      "IMAGE-NO-DRILL" : {
        "white" : [ [ "0010,0020", "LO" ], [ "0008,0050", "SH" ], [ "0010,0030", "DA" ], [ "0020,0011", "IS" ], [ "0010,0040", "CS" ], [ "0008,0030", "TM" ], [ "0008,103E", "LO" ], [ "0020,1209", "IS" ], [ "0018,1030", "LO" ], [ "0008,0061", "CS" ], [ "0008,0060", "CS" ], [ "0020,1206", "IS" ], [ "0020,1208", "IS" ], [ "0010,0010", "PN" ], [ "0020,0010", "SH" ], [ "0008,0020", "DA" ], [ "0008,1030", "LO" ], [ "0020,000E", "UI" ], [ "0020,000D", "UI" ] ],
        "black" : [ ]
      }
    }
  },
  "FORCE NON-EMPTY DATE RANGE FOR DICOM QUERY" : false,
  "ISITE COMPATABILITY" : false,
  "WARN_ON_EMPTY_QUERY" : true
}