コード例 #1
0
 public MobilisationsTreatmentVoBean(ims.therapies.vo.MobilisationsTreatmentVo vo) {
   this.id = vo.getBoId();
   this.version = vo.getBoVersion();
   this.treatmenttype =
       vo.getTreatmentType() == null
           ? null
           : (ims.vo.LookupInstanceBean) vo.getTreatmentType().getBean();
   this.other = vo.getOther();
   this.reason = vo.getReason();
   this.areatreated = vo.getAreaTreated();
   this.sysinfo = vo.getSysInfo() == null ? null : (ims.vo.SysInfoBean) vo.getSysInfo().getBean();
 }