/** Specifies that the DRE column be returned in this detail query. */
 public void addColumnDre(DiagnosticTestFilterDto dto) {
   if (dto != null) {
     if (dto.isShowResultClinFindings()) {
       getQueryConsent().addColumnDre();
     }
   }
 }