C# Class gov.va.medora.mdo.ReminderReportPatientList

Mostrar archivo Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
AddPatient ( int listId, string name, string pid, string ssn ) : void
ReminderReportPatientList ( ) : System

Method Details

AddPatient() public method

public AddPatient ( int listId, string name, string pid, string ssn ) : void
listId int
name string
pid string
ssn string
return void

ReminderReportPatientList() public method

public ReminderReportPatientList ( ) : System
return System