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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
buildChemHemReportsRequest ( string dfn, string fromDate, string toDate, int nrpts ) : MdoQuery
buildChemHemSpecimensScreenParam ( string fromDate, string toDate, string pieceNum ) : string
buildGetChemHemReportRequest ( string dfn, string nextDate ) : MdoQuery
buildGetChemHemSpecimensQuery ( string lrdfn, string fromDate, string toDate, string pieceNum ) : DdrLister
getChemHemSpecimens ( string dfn, string fromDate, string toDate, string pieceNum ) : IndexedHashtable
readLab ( XmlReader reader, ChemHemReport &rpt ) : LabResult
toChemHemReport ( string response, string &nextDate ) : ChemHemReport
toChemHemReports ( string response ) : ChemHemReport[]
toChemHemSpecimens ( string response, string &fromDate, string &toDate ) : IndexedHashtable
toLabReportsVPR ( string xml, ChemHemReport &rpt ) : IList

메소드 상세

VistaChemHemDao() 공개 메소드

public VistaChemHemDao ( 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 fromDate, string toDate, int nrpts ) : ChemHemReport[]
fromDate string
toDate string
nrpts int
리턴 ChemHemReport[]

getChemHemReports() 공개 메소드

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

getChemHemReports() 공개 메소드

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

getChemHemReportsVPR() 공개 메소드

public getChemHemReportsVPR ( string fromDate, string toDate ) : IList
fromDate string
toDate string
리턴 IList

getNewChemHemReports() 공개 메소드

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