public ProcedureHotlistShortVoBean(ims.clinicaladmin.vo.ProcedureHotlistShortVo vo) {
   this.id = vo.getBoId();
   this.version = vo.getBoVersion();
   this.isglobal = vo.getIsGlobal();
   this.user =
       vo.getUser() == null
           ? null
           : new ims.vo.RefVoBean(vo.getUser().getBoId(), vo.getUser().getBoVersion());
   this.specialty =
       vo.getSpecialty() == null ? null : (ims.vo.LookupInstanceBean) vo.getSpecialty().getBean();
 }