Esempio n. 1
0
 public ReflexTestingPlan(string masterAccessionNo, string reportNo, string objectId,
                          YellowstonePathology.Business.PanelSet.Model.PanelSet panelSet,
                          YellowstonePathology.Business.Interface.IOrderTarget orderTarget,
                          bool distribute)
     : base(masterAccessionNo, reportNo, objectId, panelSet, orderTarget, distribute)
 {
     this.m_ReflexTestingPlanStepCollection = new ReflexTestingPlanStepCollection();
 }
Esempio n. 2
0
 public ReflexTestingPlan()
 {
     this.m_ReflexTestingPlanStepCollection = new ReflexTestingPlanStepCollection();
 }