Exemplo n.º 1
0
        internal void m_mthGetMedicine()
        {
            string strMedid = string.Empty;

            dtMedName = new DataTable();
            long lngRes = objSvc.m_lngGetBaseMedicine(m_objViewer.m_blnForDrugStore, false, strMedid, this.m_objViewer.txtStoreroom.Value.ToString(), out dtMedName);
        }
Exemplo n.º 2
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));
        }
Exemplo n.º 3
0
 /// <summary>
 /// 获取药品字典最小元素集
 /// </summary>
 internal void m_mthGetMedicineInfo()
 {
     long lngRes = m_objDomain.m_lngGetBaseMedicine(m_objViewer.m_blnForDrugStore, true, string.Empty, m_objViewer.m_strStorageID, out m_objViewer.m_dtbMedicinDict);
 }