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