C# Class gov.va.medora.mdo.dao.vista.VistaLocationDao

Inheritance: ILocationDao
Mostrar archivo Open project: OSEHRA/mdo

Public Methods

Method Description
VistaLocationDao ( AbstractConnection cxn ) : System
getClinicsByName ( string name ) : OrderedDictionary
getSitesForStation ( ) : List

Private Methods

Method Description
buildGetClinicsByNameRequest ( string name ) : MdoQuery
buildGetSitesForStationRequest ( ) : MdoQuery
clinicNamesToMdo ( string response ) : OrderedDictionary
siteIdsToMdo ( string response ) : List

Method Details

VistaLocationDao() public method

public VistaLocationDao ( AbstractConnection cxn ) : System
cxn AbstractConnection
return System

getClinicsByName() public method

public getClinicsByName ( string name ) : OrderedDictionary
name string
return System.Collections.Specialized.OrderedDictionary

getSitesForStation() public method

public getSitesForStation ( ) : List
return List