C# Class gov.va.medora.mdws.MySession

Mostrar archivo Open project: OSEHRA/mdws Class Usage Examples

Public Properties

Property Type Description
_excludeSite200 bool

Public Methods

Method Description
MySession ( ) : System
MySession ( string facadeName ) : System

Every client application requesting a MDWS session (invokes a function with EnableSession = True attribute) passes through this point. Fetches facade configuration settings and sets up session for subsequent calls

close ( ) : void
execute ( string className, string methodName, object args ) : Object
setSites ( string sitesFileName ) : SiteArray

Allow a client application to specifiy their sites file by name

watchSitesFile ( string path ) : void
watcher_Changed ( object sender, FileSystemEventArgs e ) : void

Method Details

MySession() public method

public MySession ( ) : System
return System

MySession() public method

Every client application requesting a MDWS session (invokes a function with EnableSession = True attribute) passes through this point. Fetches facade configuration settings and sets up session for subsequent calls
public MySession ( string facadeName ) : System
facadeName string The facade name being invoked (e.g. EmrSvc)
return System

close() public method

public close ( ) : void
return void

execute() public method

public execute ( string className, string methodName, object args ) : Object
className string
methodName string
args object
return Object

setSites() public method

Allow a client application to specifiy their sites file by name
public setSites ( string sitesFileName ) : SiteArray
sitesFileName string The name of the sites file
return gov.va.medora.mdws.dto.SiteArray

watchSitesFile() public method

public watchSitesFile ( string path ) : void
path string
return void

watcher_Changed() public method

public watcher_Changed ( object sender, FileSystemEventArgs e ) : void
sender object
e System.IO.FileSystemEventArgs
return void

Property Details

_excludeSite200 public_oe property

public bool _excludeSite200
return bool