Beispiel #1
0
 /// <summary>
 /// 获取.表单打印模板
 /// </summary>
 /// <param name="templateId"></param>
 /// <returns></returns>
 public EntityEmrPrintTemplate GetFormPrintTemplate(int idType, string templateId)
 {
     using (BizFormDesign biz = new BizFormDesign())
     {
         return(biz.GetFormPrintTemplate(idType, templateId));
     }
 }