Ejemplo n.º 1
0
        /// <summary>
        /// 专家组处方信息

        /// </summary>
        /// <param name="dtResult"></param>
        /// <returns></returns>
        public long m_lngGetGroupInfo(ref DataTable dtResult)
        {
            clsOPMedStoreSvc objSvc =
                (clsOPMedStoreSvc)com.digitalwave.iCare.common.clsObjectGenerator.objCreatorObjectByType(typeof(clsOPMedStoreSvc));
            long lngRes = objSvc.m_lngGetGroupInfo(ref dtResult);

            objSvc.Dispose();
            objSvc = null;
            return(lngRes);
        }