Ejemplo n.º 1
0
        public ClientFaxPage(Business.Test.AccessionOrder accessionOrder, Business.Test.MissingInformation.MissingInformationTestOrder missingInformationTestOrder,
                             YellowstonePathology.Business.User.SystemIdentity systemIdentity)
        {
            this.m_AccessionOrder = accessionOrder;
            this.m_MissingInformationTestOrder = missingInformationTestOrder;
            this.m_SystemIdentity = systemIdentity;

            InitializeComponent();
            this.DataContext = this;

            this.m_AbnEventComment  = new StringBuilder();
            this.m_InfoEventComment = new StringBuilder();
        }
Ejemplo n.º 2
0
 public MissingInformationWordDocument(Business.Test.AccessionOrder accessionOrder, Business.Test.MissingInformation.MissingInformationTestOrder missingInformationTestOrder, YellowstonePathology.Business.Document.ReportSaveModeEnum reportSaveMode)
     : base(accessionOrder, missingInformationTestOrder, reportSaveMode)
 {
     this.m_MissingInformationTestOrder = missingInformationTestOrder;
 }