示例#1
0
 /** @see com.ardais.bigr.library.web.column.SampleColumnImpl#getRawBodyText(SampleRowParams) */
 protected String getRawBodyText(SampleRowParams rp) throws IOException {
   return rp.getItemHelper().getOrderDescription();
 }
示例#2
0
 /** @see com.ardais.bigr.library.web.column.SampleColumnImpl#getRawBodyText(SampleRowParams) */
 protected String getRawBodyText(SampleRowParams rp) throws IOException {
   SampleSelectionHelper ssh = rp.getItemHelper();
   return ssh.getAsmTissue();
 }