public void populate(ims.vo.ValueObjectBeanMap map, ims.therapies.vo.HandJaymarFindingsVo vo) {
   this.id = vo.getBoId();
   this.version = vo.getBoVersion();
   this.laterality =
       vo.getLaterality() == null
           ? null
           : (ims.vo.LookupInstanceBean) vo.getLaterality().getBean();
   this.test1 = vo.getTest1();
   this.test2 = vo.getTest2();
   this.test3 = vo.getTest3();
   this.levelaverage = vo.getLevelAverage();
 }