C# 클래스 gov.va.medora.mdws.dto.ReminderReportPatientListTO

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

공개 프로퍼티들

프로퍼티 타입 설명
patients gov.va.medora.mdws.dto.PatientListEntryTO[]
reportId string
reportName string
reportTimestamp string

공개 메소드들

메소드 설명
ReminderReportPatientListTO ( ) : System
ReminderReportPatientListTO ( ReminderReportPatientList mdo ) : System

메소드 상세

ReminderReportPatientListTO() 공개 메소드

public ReminderReportPatientListTO ( ) : System
리턴 System

ReminderReportPatientListTO() 공개 메소드

public ReminderReportPatientListTO ( ReminderReportPatientList mdo ) : System
mdo gov.va.medora.mdo.ReminderReportPatientList
리턴 System

프로퍼티 상세

patients 공개적으로 프로퍼티

public PatientListEntryTO[],gov.va.medora.mdws.dto patients
리턴 gov.va.medora.mdws.dto.PatientListEntryTO[]

reportId 공개적으로 프로퍼티

public string reportId
리턴 string

reportName 공개적으로 프로퍼티

public string reportName
리턴 string

reportTimestamp 공개적으로 프로퍼티

public string reportTimestamp
리턴 string