Method | Description | |
---|---|---|
SitesLib ( |
||
addSite ( string id, string name, string datasource, string port, string modality, string protocol, string region ) : |
||
getCitiesInState ( string stateAbbr ) : gov.va.medora.mdws.dto.ZipcodeTO[] | ||
getConnectedSites ( ) : |
||
getGeographicLocations ( string zipcode ) : |
||
getNearestFacility ( string zipcode ) : |
||
getNearestFacility ( string city, string stateAbbr ) : |
||
getSite ( string sitecode ) : |
||
getSitesForCounty ( string fips ) : |
||
getStates ( ) : |
||
getVHA ( ) : |
||
getVISN ( string regionId ) : |
||
getVhaByStates ( ) : |
||
getVisnsForState ( string stateAbbr ) : string[] | ||
getZipcodeForCity ( string city, string stateAbbr ) : |
||
matchCityAndState ( string city, string stateAbbr ) : |
public SitesLib ( |
||
mySession | ||
return | System |
public addSite ( string id, string name, string datasource, string port, string modality, string protocol, string region ) : |
||
id | string | |
name | string | |
datasource | string | |
port | string | |
modality | string | |
protocol | string | |
region | string | |
return |
public getCitiesInState ( string stateAbbr ) : gov.va.medora.mdws.dto.ZipcodeTO[] | ||
stateAbbr | string | |
return | gov.va.medora.mdws.dto.ZipcodeTO[] |
public getConnectedSites ( ) : |
||
return |
public getGeographicLocations ( string zipcode ) : |
||
zipcode | string | |
return |
public getNearestFacility ( string zipcode ) : |
||
zipcode | string | |
return |
public getNearestFacility ( string city, string stateAbbr ) : |
||
city | string | |
stateAbbr | string | |
return |
public getSite ( string sitecode ) : |
||
sitecode | string | |
return |
public getSitesForCounty ( string fips ) : |
||
fips | string | |
return |
public getStates ( ) : |
||
return |
public getVISN ( string regionId ) : |
||
regionId | string | |
return |
public getVhaByStates ( ) : |
||
return |
public getVisnsForState ( string stateAbbr ) : string[] | ||
stateAbbr | string | |
return | string[] |
public getZipcodeForCity ( string city, string stateAbbr ) : |
||
city | string | |
stateAbbr | string | |
return |
public matchCityAndState ( string city, string stateAbbr ) : |
||
city | string | |
stateAbbr | string | |
return |