C# Class gov.va.medora.mdo.dao.sql.cdw.CdwChemHemDao

Inheritance: IChemHemDao
Datei anzeigen Open project: OSEHRA/mdo

Public Methods

Method Description
CdwChemHemDao ( 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

CdwChemHemDao() public method

public CdwChemHemDao ( 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