Метод | Описание | |
---|---|---|
FhieLabsDao ( AbstractConnection 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 | ||
getCytologyReports ( string fromDate, string toDate, int nrpts ) : CytologyReport[] | ||
getCytologyReports ( string pid, string fromDate, string toDate, int nrpts ) : CytologyReport[] | ||
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 FhieLabsDao ( AbstractConnection cxn ) : System | ||
cxn | AbstractConnection | |
Результат | System |
public getAllLabReports ( string fromDate, string toDate, int nrpts ) : string | ||
fromDate | string | |
toDate | string | |
nrpts | int | |
Результат | string |
public getAllLabReports ( string pid, string fromDate, string toDate, int nrpts ) : string | ||
pid | string | |
fromDate | string | |
toDate | string | |
nrpts | int | |
Результат | string |
public getAutopsyReport ( string pid ) : string | ||
pid | string | |
Результат | string |
public getBloodAvailabilityReport ( string fromDate, string toDate, int nrpts ) : string | ||
fromDate | string | |
toDate | string | |
nrpts | int | |
Результат | string |
public getBloodAvailabilityReport ( string pid, string fromDate, string toDate, int nrpts ) : string | ||
pid | string | |
fromDate | string | |
toDate | string | |
nrpts | int | |
Результат | string |
public getBloodBankReport ( string pid ) : string | ||
pid | string | |
Результат | string |
public getBloodTransfusionReport ( string fromDate, string toDate, int nrpts ) : string | ||
fromDate | string | |
toDate | string | |
nrpts | int | |
Результат | string |
public getBloodTransfusionReport ( string pid, string fromDate, string toDate, int nrpts ) : string | ||
pid | string | |
fromDate | string | |
toDate | string | |
nrpts | int | |
Результат | string |
public getCytologyReports ( string fromDate, string toDate, int nrpts ) : CytologyReport[] | ||
fromDate | string | |
toDate | string | |
nrpts | int | |
Результат | CytologyReport[] |
public getCytologyReports ( string pid, string fromDate, string toDate, int nrpts ) : CytologyReport[] | ||
pid | string | |
fromDate | string | |
toDate | string | |
nrpts | int | |
Результат | CytologyReport[] |
public getCytopathologyReport ( ) : string | ||
Результат | string |
public getCytopathologyReport ( string pid ) : string | ||
pid | string | |
Результат | string |
public getElectronMicroscopyReport ( string fromDate, string toDate, int nrpts ) : string | ||
fromDate | string | |
toDate | string | |
nrpts | int | |
Результат | string |
public getElectronMicroscopyReport ( string pid, string fromDate, string toDate, int nrpts ) : string | ||
pid | string | |
fromDate | string | |
toDate | string | |
nrpts | int | |
Результат | string |
public getMicrobiologyReports ( string fromDate, string toDate, int nrpts ) : MicrobiologyReport[] | ||
fromDate | string | |
toDate | string | |
nrpts | int | |
Результат | MicrobiologyReport[] |
public getMicrobiologyReports ( string pid, string fromDate, string toDate, int nrpts ) : MicrobiologyReport[] | ||
pid | string | |
fromDate | string | |
toDate | string | |
nrpts | int | |
Результат | MicrobiologyReport[] |
public getSurgicalPathologyReports ( string fromDate, string toDate, int nrpts ) : SurgicalPathologyReport[] | ||
fromDate | string | |
toDate | string | |
nrpts | int | |
Результат | SurgicalPathologyReport[] |
public getSurgicalPathologyReports ( string pid, string fromDate, string toDate, int nrpts ) : SurgicalPathologyReport[] | ||
pid | string | |
fromDate | string | |
toDate | string | |
nrpts | int | |
Результат | SurgicalPathologyReport[] |
public getTestDescription ( string identifierString ) : string | ||
identifierString | string | |
Результат | string |