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

Inheritance: IChemHemDao
Show file Open project: OSEHRA/mdo

Public Methods

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

Private Methods

Method Description
buildChemHemReportsRequest ( string dfn, string fromDate, string toDate, int nrpts ) : MdoQuery
buildChemHemSpecimensScreenParam ( string fromDate, string toDate, string pieceNum ) : string
buildGetChemHemReportRequest ( string dfn, string nextDate ) : MdoQuery
buildGetChemHemSpecimensQuery ( string lrdfn, string fromDate, string toDate, string pieceNum ) : DdrLister
getChemHemSpecimens ( string dfn, string fromDate, string toDate, string pieceNum ) : IndexedHashtable
readLab ( XmlReader reader, ChemHemReport &rpt ) : LabResult
toChemHemReport ( string response, string &nextDate ) : ChemHemReport
toChemHemReports ( string response ) : ChemHemReport[]
toChemHemSpecimens ( string response, string &fromDate, string &toDate ) : IndexedHashtable
toLabReportsVPR ( string xml, ChemHemReport &rpt ) : IList

Method Details

VistaChemHemDao() public method

public VistaChemHemDao ( 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 fromDate, string toDate, int nrpts ) : ChemHemReport[]
fromDate string
toDate string
nrpts int
return ChemHemReport[]

getChemHemReports() public method

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

getChemHemReports() public method

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

getChemHemReportsVPR() public method

public getChemHemReportsVPR ( string fromDate, string toDate ) : IList
fromDate string
toDate string
return IList

getNewChemHemReports() public method

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