C# 클래스 gov.va.medora.mdws.MySession

파일 보기 프로젝트 열기: OSEHRA/mdws 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_excludeSite200 bool

공개 메소드들

메소드 설명
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

메소드 상세

MySession() 공개 메소드

public MySession ( ) : System
리턴 System

MySession() 공개 메소드

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)
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

execute() 공개 메소드

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

setSites() 공개 메소드

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

watchSitesFile() 공개 메소드

public watchSitesFile ( string path ) : void
path string
리턴 void

watcher_Changed() 공개 메소드

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

프로퍼티 상세

_excludeSite200 공개적으로 프로퍼티

public bool _excludeSite200
리턴 bool