public CiOrderDO[] opsignords;//门诊已签署的医嘱(处置刷新到病历用) public CiOrdViewModel(Ent4BannerDTO bannerDTO, BaseContext context) { this.bannerDTO = bannerDTO; this.context = context; ciOrdQryService = XapServiceMgr.find <ICiOrdQryService>(); orderItemMService = XapServiceMgr.find <ICiorderMDOCrudService>(); //获取医嘱列表排序字段 orderStr = ciOrdQryService.getOrderSequenceMode(); }