Beispiel #1
0
        public void LoadPatientCostPerMonthData(DateTime TransactionStartDate, DateTime TransactionEndDate)
        {
            FacilityReportsServiceSoapClient client = new FacilityReportsServiceSoapClient();

            client.GetFacilityPatientsCostPerMonthCompleted += new EventHandler <GetFacilityPatientsCostPerMonthCompletedEventArgs>(this.client_GetFacilityPatientsCostPerMonthCompleted);
            client.GetFacilityPatientsCostPerMonthAsync(TransactionStartDate, TransactionEndDate);
        }
Beispiel #2
0
        public void LoadFacilityCumCostCovByProgramAndPatient(DateTime TransactionStartDate, DateTime TransactionEndDate)
        {
            FacilityReportsServiceSoapClient client = new FacilityReportsServiceSoapClient();

            client.GetFacilityCumCostCovByProgramAndPatientCompleted += new EventHandler <GetFacilityCumCostCovByProgramAndPatientCompletedEventArgs>(client_GetFacilityCumCostCovByProgramAndPatientCompleted);
            client.GetFacilityCumCostCovByProgramAndPatientAsync(TransactionStartDate, TransactionEndDate);
        }
Beispiel #3
0
        public void LoadFacilityCumTotalCostLostToFollowup(DateTime TransactionStartDate, DateTime TransactionEndDate)
        {
            FacilityReportsServiceSoapClient client = new FacilityReportsServiceSoapClient();

            client.GetFacilityCumTotalCostLostToFollowupCompleted += new EventHandler <GetFacilityCumTotalCostLostToFollowupCompletedEventArgs>(client_GetFacilityCumTotalCostLostToFollowupCompleted);
            client.GetFacilityCumTotalCostLostToFollowupAsync(TransactionStartDate, TransactionEndDate);
        }
Beispiel #4
0
        public void LoadFacilityTotalCumCostofARVandOIPerPatientPerMonth(DateTime TransactionStartDate, DateTime TransactionEndDate)
        {
            FacilityReportsServiceSoapClient client = new FacilityReportsServiceSoapClient();

            client.GetFacilityCumulAvgCostofARVandOIPerPatientPerMonthCompleted += new EventHandler <GetFacilityCumulAvgCostofARVandOIPerPatientPerMonthCompletedEventArgs>(client_GetFacilityCumulAvgCostofARVandOIPerPatientPerMonthCompleted);
            client.GetFacilityCumulAvgCostofARVandOIPerPatientPerMonthAsync(TransactionStartDate, TransactionEndDate);
        }
Beispiel #5
0
        public void LoadFacilityAvgExcludingCD4CostPerPatient(DateTime TransactionStartDate, DateTime TransactionEndDate)
        {
            FacilityReportsServiceSoapClient client = new FacilityReportsServiceSoapClient();

            client.GetFacilityAvgExcludingCD4CostPerPatientCompleted += new EventHandler <GetFacilityAvgExcludingCD4CostPerPatientCompletedEventArgs>(this.client_GetFacilityAvgExcludingCD4CostPerPatientCompleted);
            client.GetFacilityAvgExcludingCD4CostPerPatientAsync(TransactionStartDate, TransactionEndDate);
        }
Beispiel #6
0
        public void LoadPatientDebitNoteTotalCostByMonth(int PatientID)
        {
            FacilityReportsServiceSoapClient client = new FacilityReportsServiceSoapClient();

            client.GetPatientDebitNoteTotalCostByMonthCompleted += new EventHandler <GetPatientDebitNoteTotalCostByMonthCompletedEventArgs>(client_GetPatientDebitNoteTotalCostByMonthCompleted);
            client.GetPatientDebitNoteTotalCostByMonthAsync(PatientID);
        }