C# Class gov.va.medora.mdo.dao.vista.VistaCytologyReportDao

Inheritance: ICytologyReportsDao
Mostrar archivo Open project: OSEHRA/mdo

Public Methods

Method Description
VistaCytologyReportDao ( AbstractConnection cxn ) : System
getCytologyReports ( string fromDate, string toDate, int nrpts ) : CytologyReport[]
getCytologyReports ( string dfn, string fromDate, string toDate, int nrpts ) : CytologyReport[]

Private Methods

Method Description
buildGetCytologyReportsRequest ( string dfn, string fromDate, string toDate, int nrpts ) : string
toCytologyReports ( string response ) : CytologyReport[]

Method Details

VistaCytologyReportDao() public method

public VistaCytologyReportDao ( AbstractConnection cxn ) : System
cxn AbstractConnection
return System

getCytologyReports() public method

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

getCytologyReports() public method

public getCytologyReports ( string dfn, string fromDate, string toDate, int nrpts ) : CytologyReport[]
dfn string
fromDate string
toDate string
nrpts int
return CytologyReport[]