コード例 #1
0
        public BillingCodeSummaryList()
        {
            this.m_CptCodeList = new List<BillingCodeSummaryListItem>();
            this.m_Icd9CodeList = new List<BillingCodeSummaryListItem>();

            this.m_CptCodeSortList = new CptCodeList();
            this.m_CptCodeSortList.SetFillByAll();
            this.m_CptCodeSortList.Fill();
        }
コード例 #2
0
        public BillingCodeSummaryList()
        {
            this.m_CptCodeList  = new List <BillingCodeSummaryListItem>();
            this.m_Icd9CodeList = new List <BillingCodeSummaryListItem>();

            this.m_CptCodeSortList = new CptCodeList();
            this.m_CptCodeSortList.SetFillByAll();
            this.m_CptCodeSortList.Fill();
        }