Beispiel #1
0
        private void ShowPatientLinkingPage()
        {
            this.m_PatientLinker = new Business.Patient.Model.PatientLinker(this.m_AccessionOrder.MasterAccessionNo,
                                                                            this.m_ReportNo,
                                                                            this.m_AccessionOrder.PFirstName, this.m_AccessionOrder.PLastName,
                                                                            this.m_AccessionOrder.PMiddleInitial,
                                                                            this.m_AccessionOrder.PSSN,
                                                                            this.m_AccessionOrder.PatientId, this.m_AccessionOrder.PBirthdate);

            this.m_PatientLinkingPage         = new FinalizeAccession.PatientLinkingPage(this.m_AccessionOrder, true, Business.Patient.Model.PatientLinkingListModeEnum.AccessionOrder, this.m_PatientLinker);
            this.m_PatientLinkingPage.Return += new FinalizeAccession.PatientLinkingPage.ReturnEventHandler(PatientLinkingPage_Return);

            this.m_PageNavigator.Navigate(this.m_PatientLinkingPage);
        }
        private void ShowPatientLinkingPage()
        {
            this.m_PatientLinker = new Business.Patient.Model.PatientLinker(this.m_AccessionOrder.MasterAccessionNo,
                this.m_ReportNo,
                this.m_AccessionOrder.PFirstName, this.m_AccessionOrder.PLastName,
                this.m_AccessionOrder.PMiddleInitial,
                this.m_AccessionOrder.PSSN,
                this.m_AccessionOrder.PatientId, this.m_AccessionOrder.PBirthdate);

            this.m_PatientLinkingPage = new FinalizeAccession.PatientLinkingPage(this.m_AccessionOrder, true, Business.Patient.Model.PatientLinkingListModeEnum.AccessionOrder, this.m_PatientLinker);
            this.m_PatientLinkingPage.Return += new FinalizeAccession.PatientLinkingPage.ReturnEventHandler(PatientLinkingPage_Return);

            this.m_PageNavigator.Navigate(this.m_PatientLinkingPage);
        }