C# Class gov.va.medora.mdo.ChemHemReport

Inheritance: LabReport
Mostrar archivo Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
AddResult ( LabResult r ) : void
ChemHemReport ( ) : System
getChemHemReport ( gov.va.medora.mdo.dao.AbstractConnection cxn, string &nextDate ) : ChemHemReport
getChemHemReport ( gov.va.medora.mdo.dao.AbstractConnection cxn, string pid, string &nextDate ) : ChemHemReport
getChemHemReports ( gov.va.medora.mdo.dao.AbstractConnection cxn, string fromDate, string toDate ) : gov.va.medora.mdo.ChemHemReport[]
getChemHemReports ( gov.va.medora.mdo.dao.AbstractConnection cxn, string pid, string fromDate, string toDate ) : gov.va.medora.mdo.ChemHemReport[]
getChemHemReports ( ConnectionSet cxns, string fromDate, string toDate ) : IndexedHashtable
getChemHemReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable

Method Details

AddResult() public method

public AddResult ( LabResult r ) : void
r LabResult
return void

ChemHemReport() public method

public ChemHemReport ( ) : System
return System

getChemHemReport() public static method

public static getChemHemReport ( gov.va.medora.mdo.dao.AbstractConnection cxn, string &nextDate ) : ChemHemReport
cxn gov.va.medora.mdo.dao.AbstractConnection
nextDate string
return ChemHemReport

getChemHemReport() public static method

public static getChemHemReport ( gov.va.medora.mdo.dao.AbstractConnection cxn, string pid, string &nextDate ) : ChemHemReport
cxn gov.va.medora.mdo.dao.AbstractConnection
pid string
nextDate string
return ChemHemReport

getChemHemReports() public static method

public static getChemHemReports ( gov.va.medora.mdo.dao.AbstractConnection cxn, string fromDate, string toDate ) : gov.va.medora.mdo.ChemHemReport[]
cxn gov.va.medora.mdo.dao.AbstractConnection
fromDate string
toDate string
return gov.va.medora.mdo.ChemHemReport[]

getChemHemReports() public static method

public static getChemHemReports ( gov.va.medora.mdo.dao.AbstractConnection cxn, string pid, string fromDate, string toDate ) : gov.va.medora.mdo.ChemHemReport[]
cxn gov.va.medora.mdo.dao.AbstractConnection
pid string
fromDate string
toDate string
return gov.va.medora.mdo.ChemHemReport[]

getChemHemReports() public static method

public static getChemHemReports ( ConnectionSet cxns, string fromDate, string toDate ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate string
toDate string
return IndexedHashtable

getChemHemReports() public static method

public static getChemHemReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate string
toDate string
nrpts int
return IndexedHashtable