Exemple #1
0
 public CureApply()
 {
     apply          = new ApplyDao();
     apply.meditype = MediType.治疗;
 }
Exemple #2
0
 public TestApply()
 {
     apply            = new ApplyDao();
     apply.class_type = 1;
     apply.meditype   = MediType.检验;
 }
Exemple #3
0
 public CheckApply()
 {
     apply            = new ApplyDao();
     apply.class_type = 0;
     apply.meditype   = MediType.检查;
 }