public static function get_display_scan_request($notice_id)
 {
     global $msg;
     $scan_request = new scan_request();
     $scan_request->add_linked_records(array('notices' => array($notice_id)));
     $html = $scan_request->get_form_in_record($notice_id);
     return $html;
 }