Ejemplo n.º 1
0
 public function test(CqmPatient $patient, $beginDate, $endDate)
 {
     if (Immunizations::checkRotavirus($patient, $beginDate, $endDate)) {
         return true;
     }
     return false;
 }