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

Inheritance: LabReport
Afficher le fichier Open project: OSEHRA/mdo Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddResult ( LabResult r ) : void
r LabResult
Résultat void

ChemHemReport() public méthode

public ChemHemReport ( ) : System
Résultat System

getChemHemReport() public static méthode

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

getChemHemReport() public static méthode

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
Résultat ChemHemReport

getChemHemReports() public static méthode

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
Résultat gov.va.medora.mdo.ChemHemReport[]

getChemHemReports() public static méthode

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
Résultat gov.va.medora.mdo.ChemHemReport[]

getChemHemReports() public static méthode

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

getChemHemReports() public static méthode

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
Résultat IndexedHashtable