public RetrospectiveReviewTestOrder(string masterAccessionNo, string reportNo, string objectId,
                                     YellowstonePathology.Business.PanelSet.Model.PanelSet panelSet,
                                     bool distribute)
     : base(masterAccessionNo, reportNo, objectId, panelSet, distribute)
 {
     this.m_RetrospectiveReviewTestOrderDetailCollection = new RetrospectiveReviewTestOrderDetailCollection();
 }
 public RetrospectiveReviewTestOrder()
 {
     this.m_RetrospectiveReviewTestOrderDetailCollection = new RetrospectiveReviewTestOrderDetailCollection();
 }