Method | Description | |
---|---|---|
CdsLabsDao ( gov.va.medora.mdo.dao.soap.cds.CdsConnection cxn ) : System | ||
getAllLabReports ( string fromDate, string toDate, int nrpts ) : string | ||
getAllLabReports ( string pid, string fromDate, string toDate, int nrpts ) : string | ||
getAutopsyReport ( ) : string | ||
getAutopsyReport ( string pid ) : string | ||
getBloodAvailabilityReport ( string fromDate, string toDate, int nrpts ) : string | ||
getBloodAvailabilityReport ( string pid, string fromDate, string toDate, int nrpts ) : string | ||
getBloodBankReport ( ) : string | ||
getBloodBankReport ( string pid ) : string | ||
getBloodTransfusionReport ( string fromDate, string toDate, int nrpts ) : string | ||
getBloodTransfusionReport ( string pid, string fromDate, string toDate, int nrpts ) : string | ||
getCytopathologyReport ( ) : string | ||
getCytopathologyReport ( string pid ) : string | ||
getElectronMicroscopyReport ( string fromDate, string toDate, int nrpts ) : string | ||
getElectronMicroscopyReport ( string pid, string fromDate, string toDate, int nrpts ) : string | ||
getLrDfn ( string pid ) : string | ||
getMicrobiologyReports ( string fromDate, string toDate, int nrpts ) : MicrobiologyReport[] | ||
getMicrobiologyReports ( string pid, string fromDate, string toDate, int nrpts ) : MicrobiologyReport[] | ||
getSurgicalPathologyReports ( string fromDate, string toDate, int nrpts ) : SurgicalPathologyReport[] | ||
getSurgicalPathologyReports ( string pid, string fromDate, string toDate, int nrpts ) : SurgicalPathologyReport[] | ||
getTestDescription ( string identifierString ) : string | ||
getTests ( string target ) : IList |
public CdsLabsDao ( gov.va.medora.mdo.dao.soap.cds.CdsConnection cxn ) : System | ||
cxn | gov.va.medora.mdo.dao.soap.cds.CdsConnection | |
return | System |
public getAllLabReports ( string fromDate, string toDate, int nrpts ) : string | ||
fromDate | string | |
toDate | string | |
nrpts | int | |
return | string |
public getAllLabReports ( string pid, string fromDate, string toDate, int nrpts ) : string | ||
pid | string | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | string |
public getAutopsyReport ( string pid ) : string | ||
pid | string | |
return | string |
public getBloodAvailabilityReport ( string fromDate, string toDate, int nrpts ) : string | ||
fromDate | string | |
toDate | string | |
nrpts | int | |
return | string |
public getBloodAvailabilityReport ( string pid, string fromDate, string toDate, int nrpts ) : string | ||
pid | string | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | string |
public getBloodBankReport ( string pid ) : string | ||
pid | string | |
return | string |
public getBloodTransfusionReport ( string fromDate, string toDate, int nrpts ) : string | ||
fromDate | string | |
toDate | string | |
nrpts | int | |
return | string |
public getBloodTransfusionReport ( string pid, string fromDate, string toDate, int nrpts ) : string | ||
pid | string | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | string |
public getCytopathologyReport ( string pid ) : string | ||
pid | string | |
return | string |
public getElectronMicroscopyReport ( string fromDate, string toDate, int nrpts ) : string | ||
fromDate | string | |
toDate | string | |
nrpts | int | |
return | string |
public getElectronMicroscopyReport ( string pid, string fromDate, string toDate, int nrpts ) : string | ||
pid | string | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | string |
public getMicrobiologyReports ( string fromDate, string toDate, int nrpts ) : MicrobiologyReport[] | ||
fromDate | string | |
toDate | string | |
nrpts | int | |
return | MicrobiologyReport[] |
public getMicrobiologyReports ( string pid, string fromDate, string toDate, int nrpts ) : MicrobiologyReport[] | ||
pid | string | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | MicrobiologyReport[] |
public getSurgicalPathologyReports ( string fromDate, string toDate, int nrpts ) : SurgicalPathologyReport[] | ||
fromDate | string | |
toDate | string | |
nrpts | int | |
return | SurgicalPathologyReport[] |
public getSurgicalPathologyReports ( string pid, string fromDate, string toDate, int nrpts ) : SurgicalPathologyReport[] | ||
pid | string | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | SurgicalPathologyReport[] |
public getTestDescription ( string identifierString ) : string | ||
identifierString | string | |
return | string |