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