|
|
@ -633,10 +633,10 @@ public class PatientReportService implements IPatientReportService { |
|
|
|
scoreCell.setBorderRight(1); |
|
|
|
questionTable.add(row); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PdfUtil.Row tempRow = new PdfUtil.Row(); |
|
|
|
PdfUtil.Cell cell = addCell(tempRow, "仅供临床医生参考。", scoreSpan + questionSpan + 1, 1); |
|
|
|
tempRow.addCell(cell); |
|
|
|
questionTable.add(tempRow); |
|
|
|
initLast(questionTable, scoreSpan + questionSpan + 1); |
|
|
|
} |
|
|
|
} |
|
|
|