/// <summary> /// Saves the specified ems head do. /// </summary> /// <param name="emsHeadDO">The ems head do.</param> /// <param name="emsType">Type of the ems.</param> /// Author:admin /// Date:2015-09-28 public void Save(EmsUIDTO emsHeadDO, EmsType emsType, PatientsDTO patDo) { if (emsHeadDO == null) { return; } //老孟版本的 数据转换 //ordMaintainService.SaveCiEmsDTO(new OrDataConvert().UIEmsToEms(emsHeadDO)); return; }
public EmsUIDTO[] find(String condition, string orderStr, EmsType orderType) { return(null); }
public void logicDelete(EmsUIDTO[] dos, EmsType orderType) { throw new NotImplementedException(); }
public EmsUIDTO[] update(EmsUIDTO[] dos, EmsType orderType) { throw new NotImplementedException(); }