source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.EHR/Services/BMXNetSessionViaCssSession.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: 616 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4using CIA_CSS;
5using CSS_User;
6using IndianHealthService.BMXNet.Services;
7using IndianHealthService.BMXNet.Model;
8
9
10namespace 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.