C# 클래스 gov.va.medora.mdo.dao.vista.fhie.FhieLabsDao

상속: ILabsDao
파일 보기 프로젝트 열기: OSEHRA/mdo

공개 메소드들

메소드 설명
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

메소드 상세

FhieLabsDao() 공개 메소드

public FhieLabsDao ( AbstractConnection cxn ) : System
cxn AbstractConnection
리턴 System

getAllLabReports() 공개 메소드

public getAllLabReports ( string fromDate, string toDate, int nrpts ) : string
fromDate string
toDate string
nrpts int
리턴 string

getAllLabReports() 공개 메소드

public getAllLabReports ( string pid, string fromDate, string toDate, int nrpts ) : string
pid string
fromDate string
toDate string
nrpts int
리턴 string

getAutopsyReport() 공개 메소드

public getAutopsyReport ( ) : string
리턴 string

getAutopsyReport() 공개 메소드

public getAutopsyReport ( string pid ) : string
pid string
리턴 string

getBloodAvailabilityReport() 공개 메소드

public getBloodAvailabilityReport ( string fromDate, string toDate, int nrpts ) : string
fromDate string
toDate string
nrpts int
리턴 string

getBloodAvailabilityReport() 공개 메소드

public getBloodAvailabilityReport ( string pid, string fromDate, string toDate, int nrpts ) : string
pid string
fromDate string
toDate string
nrpts int
리턴 string

getBloodBankReport() 공개 메소드

public getBloodBankReport ( ) : string
리턴 string

getBloodBankReport() 공개 메소드

public getBloodBankReport ( string pid ) : string
pid string
리턴 string

getBloodTransfusionReport() 공개 메소드

public getBloodTransfusionReport ( string fromDate, string toDate, int nrpts ) : string
fromDate string
toDate string
nrpts int
리턴 string

getBloodTransfusionReport() 공개 메소드

public getBloodTransfusionReport ( string pid, string fromDate, string toDate, int nrpts ) : string
pid string
fromDate string
toDate string
nrpts int
리턴 string

getCytologyReports() 공개 메소드

public getCytologyReports ( string fromDate, string toDate, int nrpts ) : CytologyReport[]
fromDate string
toDate string
nrpts int
리턴 CytologyReport[]

getCytologyReports() 공개 메소드

public getCytologyReports ( string pid, string fromDate, string toDate, int nrpts ) : CytologyReport[]
pid string
fromDate string
toDate string
nrpts int
리턴 CytologyReport[]

getCytopathologyReport() 공개 메소드

public getCytopathologyReport ( ) : string
리턴 string

getCytopathologyReport() 공개 메소드

public getCytopathologyReport ( string pid ) : string
pid string
리턴 string

getElectronMicroscopyReport() 공개 메소드

public getElectronMicroscopyReport ( string fromDate, string toDate, int nrpts ) : string
fromDate string
toDate string
nrpts int
리턴 string

getElectronMicroscopyReport() 공개 메소드

public getElectronMicroscopyReport ( string pid, string fromDate, string toDate, int nrpts ) : string
pid string
fromDate string
toDate string
nrpts int
리턴 string

getLrDfn() 공개 메소드

public getLrDfn ( string pid ) : string
pid string
리턴 string

getMicrobiologyReports() 공개 메소드

public getMicrobiologyReports ( string fromDate, string toDate, int nrpts ) : MicrobiologyReport[]
fromDate string
toDate string
nrpts int
리턴 MicrobiologyReport[]

getMicrobiologyReports() 공개 메소드

public getMicrobiologyReports ( string pid, string fromDate, string toDate, int nrpts ) : MicrobiologyReport[]
pid string
fromDate string
toDate string
nrpts int
리턴 MicrobiologyReport[]

getSurgicalPathologyReports() 공개 메소드

public getSurgicalPathologyReports ( string fromDate, string toDate, int nrpts ) : SurgicalPathologyReport[]
fromDate string
toDate string
nrpts int
리턴 SurgicalPathologyReport[]

getSurgicalPathologyReports() 공개 메소드

public getSurgicalPathologyReports ( string pid, string fromDate, string toDate, int nrpts ) : SurgicalPathologyReport[]
pid string
fromDate string
toDate string
nrpts int
리턴 SurgicalPathologyReport[]

getTestDescription() 공개 메소드

public getTestDescription ( string identifierString ) : string
identifierString string
리턴 string

getTests() 공개 메소드

public getTests ( string target ) : IList
target string
리턴 IList