C# Class gov.va.medora.mdws.dto.ReminderReportPatientListTO

Inheritance: AbstractTO
Mostrar archivo Open project: OSEHRA/mdws Class Usage Examples

Public Properties

Property Type Description
patients gov.va.medora.mdws.dto.PatientListEntryTO[]
reportId string
reportName string
reportTimestamp string

Public Methods

Method Description
ReminderReportPatientListTO ( ) : System
ReminderReportPatientListTO ( ReminderReportPatientList mdo ) : System

Method Details

ReminderReportPatientListTO() public method

public ReminderReportPatientListTO ( ) : System
return System

ReminderReportPatientListTO() public method

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

Property Details

patients public_oe property

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

reportId public_oe property

public string reportId
return string

reportName public_oe property

public string reportName
return string

reportTimestamp public_oe property

public string reportTimestamp
return string