Beispiel #1
0
        internal long m_mthGetMedBaseInfo(string m_strDeptId, out DataTable m_dtMedicine)
        {
            clsDcl_InstorageDetailReport objInDomain = new clsDcl_InstorageDetailReport();

            return(objInDomain.m_lngGetBaseMedicine(m_objViewer.m_blnIsDS, true, string.Empty, m_objViewer.m_strStorageID, out m_dtMedicine));
        }
Beispiel #2
0
        /// <summary>
        /// 是否住院药房
        /// </summary>
        /// <param name="p_strStorageid"></param>
        /// <param name="p_blnIsHospital"></param>
        internal long m_lngCheckIsHospital(string p_strStorageid, out bool p_blnIsHospital)
        {
            clsDcl_InstorageDetailReport objDom = new clsDcl_InstorageDetailReport();

            return(objDom.m_lngCheckIsHospital(p_strStorageid, out p_blnIsHospital));
        }
Beispiel #3
0
 public clsCtl_RptInstorageStat()
 {
     objSvc = new clsDcl_InstorageDetailReport();
 }
 /// <summary>
 /// 出库明细报表
 /// </summary>
 public clsCtl_InstorageDetailReport()
 {
     m_objDomain = new clsDcl_InstorageDetailReport();
 }