예제 #1
0
        private void ProcessPatientVolumeNode(HtmlNode node)
        {
            ApptHistoryControl ah = new ApptHistoryControl(StartTime, EndTime, clinicId, "Cancer Screening");

            ah.GetData();
            ah.ToHTML(node);
        }
예제 #2
0
파일: Reporting.cs 프로젝트: mahitosh/HRA4
 private void ProcessPatientVolumeNode(HtmlNode node)
 {
     ApptHistoryControl ah = new ApptHistoryControl(StartTime,EndTime,clinicId,"Cancer Screening");
     ah.GetData();
     ah.ToHTML(node);
 }