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

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

공개 메소드들

메소드 설명
ClinicalReminder ( ) : System
ClinicalReminder ( string id, string name ) : System
getActiveReminderReports ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : OrderedDictionary
getPatientListForReminderReport ( gov.va.medora.mdo.dao.AbstractConnection cxn, string rptId ) : ReminderReportPatientList
getReminderReportTemplates ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : string[]

비공개 메소드들

메소드 설명
getDao ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : IRemindersDao

메소드 상세

ClinicalReminder() 공개 메소드

public ClinicalReminder ( ) : System
리턴 System

ClinicalReminder() 공개 메소드

public ClinicalReminder ( string id, string name ) : System
id string
name string
리턴 System

getActiveReminderReports() 공개 정적인 메소드

public static getActiveReminderReports ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : OrderedDictionary
cxn gov.va.medora.mdo.dao.AbstractConnection
리턴 System.Collections.Specialized.OrderedDictionary

getPatientListForReminderReport() 공개 정적인 메소드

public static getPatientListForReminderReport ( gov.va.medora.mdo.dao.AbstractConnection cxn, string rptId ) : ReminderReportPatientList
cxn gov.va.medora.mdo.dao.AbstractConnection
rptId string
리턴 ReminderReportPatientList

getReminderReportTemplates() 공개 정적인 메소드

public static getReminderReportTemplates ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : string[]
cxn gov.va.medora.mdo.dao.AbstractConnection
리턴 string[]