コード例 #1
0
 /// <summary> This method is getting list of filtered malicious<c>PatientUser</c>.</summary>
 /// <returns> List of filtered malicious patients. </returns>
 public List <PatientUser> GetMaliciousPatients()
 {
     return(GetValidPatientsInLastMonth(GetCanceledAppointmentsInLastMonth(HttpRequests.GetAllAppointments().Result)));
 }