Exemplo n.º 1
0
        /// <summary>
        /// 根据病人卡号取病人信息
        /// </summary>
        /// <param name="strCardID"></param>
        /// <param name="p_objPatientArr"></param>
        public void m_mthGetPatientByCardID(string strCardID, out clsPatientInfo_Value p_objPatient)
        {
            com.digitalwave.PatientManagerService.clsWholeHosPatientManageServ objServ =
                (com.digitalwave.PatientManagerService.clsWholeHosPatientManageServ)com.digitalwave.iCare.common.clsObjectGenerator.objCreatorObjectByType(typeof(com.digitalwave.PatientManagerService.clsWholeHosPatientManageServ));

            long lngRes = objServ.m_lngGetPatientByCardID(strCardID, out p_objPatient);
            //objServ.Dispose();
        }
Exemplo n.º 2
0
        /// <summary>
        /// 根据科室取病区
        /// </summary>
        /// <param name="p_strLike"></param>
        /// <param name="p_strDeptArr"></param>
        /// <param name="p_strDeptID"></param>
        /// <returns></returns>
        public long m_lngGetAreaByLike(string p_strLike, out clsDeptAreaInfo_Value[] p_strDeptArr, string p_strDeptID)
        {
            com.digitalwave.PatientManagerService.clsWholeHosPatientManageServ objServ =
                (com.digitalwave.PatientManagerService.clsWholeHosPatientManageServ)com.digitalwave.iCare.common.clsObjectGenerator.objCreatorObjectByType(typeof(com.digitalwave.PatientManagerService.clsWholeHosPatientManageServ));

            long lngRes = objServ.m_lngGetDeptAreaByLike(p_strLike, out p_strDeptArr, p_strDeptID);

            //objServ.Dispose();
            return(lngRes);
        }
Exemplo n.º 3
0
        /// <summary>
        /// 模糊查找员工
        /// </summary>
        /// <param name="p_strLike"></param>
        /// <param name="p_strNameArr"></param>
        /// <returns></returns>
        public long m_lngGetEmployeeNameByLike(string p_strLike, out string[,] p_strNameArr)
        {
            com.digitalwave.PatientManagerService.clsWholeHosPatientManageServ objServ =
                (com.digitalwave.PatientManagerService.clsWholeHosPatientManageServ)com.digitalwave.iCare.common.clsObjectGenerator.objCreatorObjectByType(typeof(com.digitalwave.PatientManagerService.clsWholeHosPatientManageServ));

            long lngRes = objServ.m_lngGetEmployeeNameByLike(p_strLike, out p_strNameArr);

            //objServ.Dispose();
            return(lngRes);
        }