Exemplo n.º 1
0
        private void ProcessPatientVolumeNode(HtmlNode node)
        {
            ApptHistoryControl ah = new ApptHistoryControl(StartTime, EndTime, clinicId, "Cancer Screening");

            ah.GetData();
            ah.ToHTML(node);
        }
Exemplo n.º 2
0
 private void ProcessPatientVolumeNode(HtmlNode node)
 {
     ApptHistoryControl ah = new ApptHistoryControl(StartTime,EndTime,clinicId,"Cancer Screening");
     ah.GetData();
     ah.ToHTML(node);
 }