Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Text;
|
---|
4 | using CIA_CSS;
|
---|
5 | using CSS_User;
|
---|
6 | using IndianHealthService.BMXNet.Services;
|
---|
7 | using IndianHealthService.BMXNet.Model;
|
---|
8 |
|
---|
9 |
|
---|
10 | namespace IndianHealthService.BMXNet.EHR.Services
|
---|
11 | {
|
---|
12 | internal class BMXNetSessionViaCssSession
|
---|
13 | {
|
---|
14 | public static RemoteSession Open(ICSS_Session aCiaSession, ICSS_User aCiaUser,IndianHealthService.BMXNet.Model.User aUser)
|
---|
15 | {
|
---|
16 | BMXNetBroker broker = BMXNetEhrBroker.Open(aCiaSession, aCiaUser, aUser);
|
---|
17 |
|
---|
18 | return broker.RemoteSessionPool.OpenSession();
|
---|
19 | }
|
---|
20 | }
|
---|
21 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.