C# Class gov.va.medora.mdo.dao.vista.fhie.FhieChemHemDao

Inheritance: IChemHemDao
Datei anzeigen Open project: OSEHRA/mdo

Public Methods

Method Description
FhieChemHemDao ( AbstractConnection cxn ) : System
getChemHemReport ( string dfn, string &nextDate ) : ChemHemReport
getChemHemReports ( string fromDate, string toDate ) : ChemHemReport[]
getChemHemReports ( string dfn, string fromDate, string toDate ) : ChemHemReport[]
getNewChemHemReports ( System.DateTime start ) : HashSet>.Dictionary

Method Details

FhieChemHemDao() public method

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

getChemHemReport() public method

public getChemHemReport ( string dfn, string &nextDate ) : ChemHemReport
dfn string
nextDate string
return ChemHemReport

getChemHemReports() public method

public getChemHemReports ( string fromDate, string toDate ) : ChemHemReport[]
fromDate string
toDate string
return ChemHemReport[]

getChemHemReports() public method

public getChemHemReports ( string dfn, string fromDate, string toDate ) : ChemHemReport[]
dfn string
fromDate string
toDate string
return ChemHemReport[]

getNewChemHemReports() public method

public getNewChemHemReports ( System.DateTime start ) : HashSet>.Dictionary
start System.DateTime
return HashSet>.Dictionary