C# 클래스 gov.va.medora.mdo.dao.sql.pssg.PssgDao

PSSG DAO - update database with CSV file found at: http://vaww.pssg.med.va.gov/PSSG/search_zipcode.html
파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 메소드들

메소드 설명
PssgDao ( string connectionString ) : System
getClosestFacilities ( string fips ) : Site[]
getNearestFacility ( string zipcode ) : ClosestFacility

비공개 메소드들

메소드 설명
connect ( ) : void

[DEPRECATED] Use the parameterless constructor to enable reading from the configuration file

query ( SqlCommand command ) : DataTable

메소드 상세

PssgDao() 공개 메소드

public PssgDao ( string connectionString ) : System
connectionString string
리턴 System

getClosestFacilities() 공개 메소드

public getClosestFacilities ( string fips ) : Site[]
fips string
리턴 Site[]

getNearestFacility() 공개 메소드

public getNearestFacility ( string zipcode ) : ClosestFacility
zipcode string
리턴 ClosestFacility