C# Class gov.va.medora.mdo.SiteTable

Mostrar archivo Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
SiteTable ( String filepath ) : System
getRegion ( String regionId ) : Region
getSite ( String siteId ) : Site
getSites ( SiteId siteIds ) : gov.va.medora.mdo.Site[]
getSites ( string sitelist ) : gov.va.medora.mdo.Site[]
getState ( string abbr ) : State
parseStateCityFile ( string filepath ) : void
parseStateFile ( string filepath ) : void
parseVisnsByState ( string filepath ) : void

Private Methods

Method Description
parse ( String filepath ) : void

Method Details

SiteTable() public method

public SiteTable ( String filepath ) : System
filepath String
return System

getRegion() public method

public getRegion ( String regionId ) : Region
regionId String
return Region

getSite() public method

public getSite ( String siteId ) : Site
siteId String
return Site

getSites() public method

public getSites ( SiteId siteIds ) : gov.va.medora.mdo.Site[]
siteIds SiteId
return gov.va.medora.mdo.Site[]

getSites() public method

public getSites ( string sitelist ) : gov.va.medora.mdo.Site[]
sitelist string
return gov.va.medora.mdo.Site[]

getState() public method

public getState ( string abbr ) : State
abbr string
return State

parseStateCityFile() public method

public parseStateCityFile ( string filepath ) : void
filepath string
return void

parseStateFile() public method

public parseStateFile ( string filepath ) : void
filepath string
return void

parseVisnsByState() public method

public parseVisnsByState ( string filepath ) : void
filepath string
return void