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 |
public FhieChemHemDao ( AbstractConnection cxn ) : System | ||
cxn | AbstractConnection | |
return | System |
public getChemHemReport ( string dfn, string &nextDate ) : ChemHemReport | ||
dfn | string | |
nextDate | string | |
return | ChemHemReport |
public getChemHemReports ( string fromDate, string toDate ) : ChemHemReport[] | ||
fromDate | string | |
toDate | string | |
return | ChemHemReport[] |
public getChemHemReports ( string dfn, string fromDate, string toDate ) : ChemHemReport[] | ||
dfn | string | |
fromDate | string | |
toDate | string | |
return | ChemHemReport[] |
public getNewChemHemReports ( System.DateTime start ) : HashSet |
||
start | System.DateTime | |
return | HashSet |