Ejemplo n.º 1
0
 private void butInsVerify_Click(object sender, EventArgs e)
 {
     SelectionResult = ApptListSelection.InsVerify;
     DialogResult    = DialogResult.OK;
 }
Ejemplo n.º 2
0
 private void butASAP_Click(object sender, EventArgs e)
 {
     SelectionResult = ApptListSelection.ASAP;
     DialogResult    = DialogResult.OK;
 }
Ejemplo n.º 3
0
 private void butRadOrders_Click(object sender, EventArgs e)
 {
     SelectionResult = ApptListSelection.Radiology;
     DialogResult    = DialogResult.OK;
 }
Ejemplo n.º 4
0
 private void butConfirm_Click(object sender, System.EventArgs e)
 {
     SelectionResult = ApptListSelection.Confirm;
     DialogResult    = DialogResult.OK;
 }
Ejemplo n.º 5
0
 private void butUnsched_Click(object sender, System.EventArgs e)
 {
     SelectionResult = ApptListSelection.Unsched;
     DialogResult    = DialogResult.OK;
 }
Ejemplo n.º 6
0
 private void butRecall_Click(object sender, System.EventArgs e)
 {
     SelectionResult = ApptListSelection.Recall;
     DialogResult    = DialogResult.OK;
 }
Ejemplo n.º 7
0
		private void butASAP_Click(object sender,EventArgs e) {
			SelectionResult=ApptListSelection.ASAP;
			DialogResult=DialogResult.OK;
		}
Ejemplo n.º 8
0
		private void butUnsched_Click(object sender, System.EventArgs e) {
			SelectionResult=ApptListSelection.Unsched;
			DialogResult=DialogResult.OK;
		}
Ejemplo n.º 9
0
		private void butConfirm_Click(object sender, System.EventArgs e) {
			SelectionResult=ApptListSelection.Confirm;
			DialogResult=DialogResult.OK;
		}
Ejemplo n.º 10
0
		private void butRecall_Click(object sender, System.EventArgs e) {
			SelectionResult=ApptListSelection.Recall;
			DialogResult=DialogResult.OK;
		}