/// <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;
        }
Exemple #2
0
 public EmsUIDTO[] find(String condition, string orderStr, EmsType orderType)
 {
     return(null);
 }
Exemple #3
0
 public void logicDelete(EmsUIDTO[] dos, EmsType orderType)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public EmsUIDTO[] update(EmsUIDTO[] dos, EmsType orderType)
 {
     throw new NotImplementedException();
 }