\documentclass[oneside,openany,msc]{Bojnord_thesis}
\usepackage{xepersian}
\settextfont {XB Niloofar}
\begin{document}
\begin{center} 
\begin{tabular}{|c|c|c|c|c|} 
\hline
آنفلوآنزا& دمای بدن& درد عضلانی& سر درد& بیمار\\
& & & & \\
\cline{1-5}
بله & بالا & بله & خیر & 1\\
& & & & \\
\cline{1-5}
بله & بالا & خیر & بله & 2\\ 
& & & & \\
\cline{1-5}
بله& خیلی بالا& بله& بله&3\\
& & & & \\
\cline{1-5}
خیر& نرمال& بله& خیر&4\\
& & & & \\
\cline{1-5}
خیر& بالا& خیر& بله&5\\
& & & & \\
\cline{1-5}
بله& خیلی بالا& بله& خیر& 6\\
& & & & \\
\hline
\end{tabular}
\end{center}
\end{document}