Exemple #1
0
 public Boolean SendPrescription(EPrescription prescription)
 {
     try
     {
         foreach (RegistrationInPharmacy registrationInPharmacy in HttpRequests.GetPharmacyRegistrations())
         {
             DefineTypeOfApiKey(prescription, registrationInPharmacy);
         }
         return(true);
     }
     catch (Exception e) { return(false); }
 }