C# 클래스 gov.va.medora.mdo.ChemHemReport

상속: LabReport
파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 메소드들

메소드 설명
AddResult ( LabResult r ) : void
ChemHemReport ( ) : System
getChemHemReport ( gov.va.medora.mdo.dao.AbstractConnection cxn, string &nextDate ) : ChemHemReport
getChemHemReport ( gov.va.medora.mdo.dao.AbstractConnection cxn, string pid, string &nextDate ) : ChemHemReport
getChemHemReports ( gov.va.medora.mdo.dao.AbstractConnection cxn, string fromDate, string toDate ) : gov.va.medora.mdo.ChemHemReport[]
getChemHemReports ( gov.va.medora.mdo.dao.AbstractConnection cxn, string pid, string fromDate, string toDate ) : gov.va.medora.mdo.ChemHemReport[]
getChemHemReports ( ConnectionSet cxns, string fromDate, string toDate ) : IndexedHashtable
getChemHemReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable

메소드 상세

AddResult() 공개 메소드

public AddResult ( LabResult r ) : void
r LabResult
리턴 void

ChemHemReport() 공개 메소드

public ChemHemReport ( ) : System
리턴 System

getChemHemReport() 공개 정적인 메소드

public static getChemHemReport ( gov.va.medora.mdo.dao.AbstractConnection cxn, string &nextDate ) : ChemHemReport
cxn gov.va.medora.mdo.dao.AbstractConnection
nextDate string
리턴 ChemHemReport

getChemHemReport() 공개 정적인 메소드

public static getChemHemReport ( gov.va.medora.mdo.dao.AbstractConnection cxn, string pid, string &nextDate ) : ChemHemReport
cxn gov.va.medora.mdo.dao.AbstractConnection
pid string
nextDate string
리턴 ChemHemReport

getChemHemReports() 공개 정적인 메소드

public static getChemHemReports ( gov.va.medora.mdo.dao.AbstractConnection cxn, string fromDate, string toDate ) : gov.va.medora.mdo.ChemHemReport[]
cxn gov.va.medora.mdo.dao.AbstractConnection
fromDate string
toDate string
리턴 gov.va.medora.mdo.ChemHemReport[]

getChemHemReports() 공개 정적인 메소드

public static getChemHemReports ( gov.va.medora.mdo.dao.AbstractConnection cxn, string pid, string fromDate, string toDate ) : gov.va.medora.mdo.ChemHemReport[]
cxn gov.va.medora.mdo.dao.AbstractConnection
pid string
fromDate string
toDate string
리턴 gov.va.medora.mdo.ChemHemReport[]

getChemHemReports() 공개 정적인 메소드

public static getChemHemReports ( ConnectionSet cxns, string fromDate, string toDate ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate string
toDate string
리턴 IndexedHashtable

getChemHemReports() 공개 정적인 메소드

public static getChemHemReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate string
toDate string
nrpts int
리턴 IndexedHashtable