public EDPartianAdmissionForTimeAmendsVo(
     ims.emergency.vo.beans.EDPartianAdmissionForTimeAmendsVoBean bean) {
   this.id = bean.getId();
   this.version = bean.getVersion();
   this.decisiontoadmitdatetime =
       bean.getDecisionToAdmitDateTime() == null
           ? null
           : bean.getDecisionToAdmitDateTime().buildDateTime();
 }
 public void populate(
     ims.vo.ValueObjectBeanMap map,
     ims.emergency.vo.beans.EDPartianAdmissionForTimeAmendsVoBean bean) {
   this.id = bean.getId();
   this.version = bean.getVersion();
   this.decisiontoadmitdatetime =
       bean.getDecisionToAdmitDateTime() == null
           ? null
           : bean.getDecisionToAdmitDateTime().buildDateTime();
 }