source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.EHR/EhrComponent.cs@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 683 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.ComponentModel;
4using System.Drawing;
5using System.Data;
6using System.Text;
7using System.Windows.Forms;
8using IndianHealthService.BMXNet.Model;
9using System.Runtime.InteropServices;
10using CIA_CSS;
11using IndianHealthService.BMXNet.EHR.Model;
12using IndianHealthService.BMXNet.EHR.Services;
13
14namespace IndianHealthService.BMXNet.EHR
15{
16 public partial class EhrComponent : UserControl, IEhrComponent, IEhrEvents, CSS_Patient.ICSS_PatientEvents, CSS_Encounter.ICSS_EncounterEvents, ICSS_SessionEvents
17 {
18 public EhrComponent()
19 {
20 InitializeComponent();
21 }
22 }
23}
Note: See TracBrowser for help on using the repository browser.