Exemplo 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();
        }
Exemplo n.º 2
0
 public ReflexTestingPlan()
 {
     this.m_ReflexTestingPlanStepCollection = new ReflexTestingPlanStepCollection();
 }