public void populate(
     ims.vo.ValueObjectBeanMap map, ims.ocrr.vo.ResultDetailsForOrderResultHistoryVo vo) {
   this.id = vo.getBoId();
   this.version = vo.getBoVersion();
   this.pathologyresultdetails =
       vo.getPathologyResultDetails() == null
           ? null
           : vo.getPathologyResultDetails().getBeanCollection();
   this.clinicalresultdetails =
       vo.getClinicalResultDetails() == null
           ? null
           : (ims.ocrr.vo.beans.RadResultDetailsVoBean) vo.getClinicalResultDetails().getBean(map);
 }