Ejemplo n.º 1
0
 public void CheckSpelling()
 {
     this.TextBoxReportNoSearch.Focus();
     if (this.m_TypingUI.SurgicalTestOrder != null)
     {
         YellowstonePathology.Business.Common.SpellChecker         spellChecker          = new YellowstonePathology.Business.Common.SpellChecker();
         YellowstonePathology.Business.Common.TypingSpellCheckList typeingSpellCheckList = new YellowstonePathology.Business.Common.TypingSpellCheckList(this.m_TypingUI.AccessionOrder, this.m_TypingUI.SurgicalTestOrder);
         spellChecker.CheckSpelling(typeingSpellCheckList);
         MessageBox.Show("Spell check is complete.");
     }
 }
Ejemplo n.º 2
0
 public void CheckSpelling()
 {
     this.TextBoxReportNoSearch.Focus();
     if (this.m_TypingUI.SurgicalTestOrder != null)
     {
         YellowstonePathology.Business.Common.SpellChecker spellChecker = new YellowstonePathology.Business.Common.SpellChecker();
         YellowstonePathology.Business.Common.TypingSpellCheckList typeingSpellCheckList = new YellowstonePathology.Business.Common.TypingSpellCheckList(this.m_TypingUI.AccessionOrder, this.m_TypingUI.SurgicalTestOrder);
         spellChecker.CheckSpelling(typeingSpellCheckList);
         MessageBox.Show("Spell check is complete.");
     }
 }