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

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

공개 메소드들

메소드 설명
FhieChemHemDao ( AbstractConnection cxn ) : System
getChemHemReport ( string dfn, string &nextDate ) : ChemHemReport
getChemHemReports ( string fromDate, string toDate ) : ChemHemReport[]
getChemHemReports ( string dfn, string fromDate, string toDate ) : ChemHemReport[]
getNewChemHemReports ( System.DateTime start ) : HashSet>.Dictionary

메소드 상세

FhieChemHemDao() 공개 메소드

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

getChemHemReport() 공개 메소드

public getChemHemReport ( string dfn, string &nextDate ) : ChemHemReport
dfn string
nextDate string
리턴 ChemHemReport

getChemHemReports() 공개 메소드

public getChemHemReports ( string fromDate, string toDate ) : ChemHemReport[]
fromDate string
toDate string
리턴 ChemHemReport[]

getChemHemReports() 공개 메소드

public getChemHemReports ( string dfn, string fromDate, string toDate ) : ChemHemReport[]
dfn string
fromDate string
toDate string
리턴 ChemHemReport[]

getNewChemHemReports() 공개 메소드

public getNewChemHemReports ( System.DateTime start ) : HashSet>.Dictionary
start System.DateTime
리턴 HashSet>.Dictionary