Example #1
0
 private void FormRxNorms_Shown(object sender, EventArgs e)
 {
     if (RxNorms.IsRxNormTableEmpty())
     {
         MessageBox.Show("The RxNorm table in the database is empty.  If you intend to use RxNorm codes, use the code system importer tool in the Setup>EHR menu.  It will add about 10 MB to your database size.");
     }
 }
Example #2
0
 private void FormRxNorms_Shown(object sender, EventArgs e)
 {
     if (RxNorms.IsRxNormTableEmpty())
     {
         MessageBox.Show("The RxNorm table in the database is empty.  If you intend to use RxNorm codes, use the button at the bottom of this window to load the RxNorm table with codes.  It will add about 10 MB to your database size.");
     }
 }