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

Inheritance: ICytologyReportsDao
Afficher le fichier Open project: OSEHRA/mdo

Méthodes publiques

Méthode 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

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

Method Details

VistaCytologyReportDao() public méthode

public VistaCytologyReportDao ( AbstractConnection cxn ) : System
cxn AbstractConnection
Résultat System

getCytologyReports() public méthode

public getCytologyReports ( string fromDate, string toDate, int nrpts ) : CytologyReport[]
fromDate string
toDate string
nrpts int
Résultat CytologyReport[]

getCytologyReports() public méthode

public getCytologyReports ( string dfn, string fromDate, string toDate, int nrpts ) : CytologyReport[]
dfn string
fromDate string
toDate string
nrpts int
Résultat CytologyReport[]