Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.ComponentModel;
|
---|
4 | using System.Drawing;
|
---|
5 | using System.Data;
|
---|
6 | using System.Text;
|
---|
7 | using System.Windows.Forms;
|
---|
8 | using IndianHealthService.BMXNet.Model;
|
---|
9 | using System.Runtime.InteropServices;
|
---|
10 | using CIA_CSS;
|
---|
11 | using IndianHealthService.BMXNet.EHR.Model;
|
---|
12 | using IndianHealthService.BMXNet.EHR.Services;
|
---|
13 |
|
---|
14 | namespace 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.